Enum LocalizationMode
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
public enum LocalizationMode
Fields
UntilSuccess = 0Keep trying to localize, and stop trying once localization succeeds.
Once = 1Try to localize once.
KeepUpdate = 2Keep trying to localize even after localization succeeds, and adjust the result to a more accurate position and pose when localization succeeds again.
ContinousLocalize = 3Keep trying to localize, and adjust the result to the corresponding position and pose only when a new map is localized.