Enum LocalizationMode
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
public enum LocalizationMode
Fields
UntilSuccess = 0Keep trying to locate, and once located successfully, stop continuing attempts.
Once = 1Attempt to locate once.
KeepUpdate = 2Keep trying to locate, even if located successfully, still continue attempts, and when located again successfully, adjust the result to a more accurate position and orientation.
ContinousLocalize = 3Keep trying to locate, and only when locating a new map, adjust the result to the corresponding position and orientation.