WTTrackingMapRecordingQuality Constants Reference

Declared in WTTrackingMapRecorder.h

WTTrackingMapRecordingQuality

WTTrackingMapRecordingQuality defines the possible states in which a running 3d tracking map recording session can be.

Definition

typedef NS_ENUM(NSInteger, WTTrackingMapRecordingQuality ) {
   WTTrackingMapRecordingQuality_Bad = -1,
   WTTrackingMapRecordingQuality_Average,
   WTTrackingMapRecordingQuality_Good,
};

Constants

WTTrackingMapRecordingQuality_Bad

WTTrackingMapRecordingQuality_Bad indicates that the current 3d tracking map can not be used to successfully recognize any objects in the recorded scene.

Declared In WTTrackingMapRecorder.h.

WTTrackingMapRecordingQuality_Average

WTTrackingMapRecordingQuality_Average indicates that the current 3d tracking map can be used to recognize objects, but the results might not be very satisfying.

Declared In WTTrackingMapRecorder.h.

WTTrackingMapRecordingQuality_Good

WTTrackingMapRecordingQuality_Good indicates that the currently recorded 3d tracking map includes enough information so that it’s content can be recognized at a later point in time.

Declared In WTTrackingMapRecorder.h.

Declared In

WTTrackingMapRecorder.h