Table of Contents

Enum LocalizationMode

Namespace
easyar
Assembly
EasyAR.Sense.dll
public enum LocalizationMode

Fields

UntilSuccess = 0

Keep trying to locate, and once located successfully, stop continuing attempts.

Once = 1

Attempt to locate once.

KeepUpdate = 2

Keep 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 = 3

Keep trying to locate, and only when locating a new map, adjust the result to the corresponding position and orientation.