WTImageTarget Class Reference

Inherits from WTTarget : NSObject
Declared in WTImageTarget.h

Overview

WTImageTarget represents image targets that are found by an image tracker.

  name

name The name of the image target

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

Return Value

name The name of the image target

Declared In

WTImageTarget.h

  distanceToTarget

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

This value only contains reliable values if the .wtc file or the cloud archive included physical image target heights.

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

Return Value

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

Declared In

WTImageTarget.h