All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
Image Target Feature

Classes

class  ImageTargetBehaviour
 This class serves both as an augmentation definition for an ImageTarget in the editor as well as a tracked image target result at runtime. More...
 

Enumerations

enum  ImageTargetType {
  PREDEFINED = 0 ,
  CLOUD_RECO = 2 ,
  INSTANT = 3 ,
  UNKNOWN = int.MaxValue
}
 The type of an ImageTarget. More...
 

Detailed Description

Enumeration Type Documentation

◆ ImageTargetType

The type of an ImageTarget.

Enumerator
PREDEFINED 

Predefined ImageTarget in a dataset.

CLOUD_RECO 

Cloud Recognition ImageTarget.

INSTANT 

Instant ImageTarget.

UNKNOWN 

Default value.