Table of Contents

Enum LocalizationMode

Namespace
easyar
Assembly
EasyAR.Sense.dll
public enum LocalizationMode

Fields

UntilSuccess = 0

Keep trying to localize, and stop trying once localization succeeds.

Once = 1

Try to localize once.

KeepUpdate = 2

Keep trying to localize even after localization succeeds, and adjust the result to a more accurate position and pose when localization succeeds again.

ContinousLocalize = 3

Keep trying to localize, and adjust the result to the corresponding position and pose only when a new map is localized.