WTObjectTarget Class Reference

Inherits from WTTarget : NSObject
Declared in WTObjectTarget.h

Overview

WTObjectTarget represents image targets that are found by an object tracker.

  name

name The name of the object target

@property (nonatomic, strong, readonly) NSString *name

Return Value

name The name of the object target

Declared In

WTObjectTarget.h

  distanceToTarget

The distance from the camera to the object target in millimeter.

@property (nonatomic, assign, readonly) unsigned int distanceToTarget

Return Value

distanceToTarget The physical distance in millimeter between the camera and the object target.

Declared In

WTObjectTarget.h