WTImageRecognitionRangeExtension Constants Reference

Declared in WTImageTrackerConfiguration.h

WTImageRecognitionRangeExtension

Extending the recognition distance requires more computational power of the CPU. Because of this we recommend to let the Wikitude SDK itself decide if this feature should be used on the current device or not.

Definition

typedef NS_ENUM(NSUInteger, WTImageRecognitionRangeExtension ) {
   WTImageRecognitionRangeExtension_On,
   WTImageRecognitionRangeExtension_Off,
   WTImageRecognitionRangeExtension_Auto,
};

Constants

WTImageRecognitionRangeExtension_On

Image recognition range extension will be used regardless of the current device performance

Declared In WTImageTrackerConfiguration.h.

WTImageRecognitionRangeExtension_Off

Image recognition range extension will not be used even though the current device might support it

Declared In WTImageTrackerConfiguration.h.

WTImageRecognitionRangeExtension_Auto

Image recognition range extension will be used depending on the current device performance. 32 bit devices would turn this setting off while 64 bit devices would turn it on

Declared In WTImageTrackerConfiguration.h.

Declared In

WTImageTrackerConfiguration.h