documentation

VLTrackingState.TrackingObject Class Reference

VLTrackedObjectState stores the tracking state of one tracked object More...

Public Member Functions

string ToDisplayString ()
 

Data Fields

float _AutoInitSetupProgress
 
string _AutoInitSetupState
 
float _InitInlierRatio
 
int _InitNumOfCorresp
 
int _NumberOfLineModels
 
int _NumberOfPatternRecognitions
 
int _NumberOfTemplates
 
int _NumberOfTemplatesDynamic
 
int _NumberOfTemplatesStatic
 
float _SFHFrameDist
 
float _Total3DFeatureCount
 
int _TrackingImageHeight
 
int _TrackingImageWidth
 
float _TrackingInlierRatio
 
int _TrackingNumOfCorresp
 
string name
 Name of the tracking object. More...
 
float quality
 Quality value between 0.0 (worst quality) and 1.0 (best quality). The concrete meaning depends on the used tracking method. More...
 
string state
 Tracking state More...
 
double timeStamp
 The timestamp in seconds from 1.1.1970 and parts of the seconds as fraction. Describes, when the process of the image has been started. More...
 

Detailed Description

VLTrackedObjectState stores the tracking state of one tracked object

Field Documentation

◆ name

string VLTrackingState.TrackingObject.name

Name of the tracking object.

Currently only one tracking object is supported and the name is always 'TrackedObject'.

◆ quality

float VLTrackingState.TrackingObject.quality

Quality value between 0.0 (worst quality) and 1.0 (best quality). The concrete meaning depends on the used tracking method.

◆ state

string VLTrackingState.TrackingObject.state

Tracking state

Can be one of the following:

  • "tracked": Object was tracked successful
  • "critical": Object was tracked, but something disturbs the tracking (e.g. motion blur or bad illumination). If the tracking stays critical for too long, then the state might change to "lost".
  • "lost": Object could not be tracked.

◆ timeStamp

double VLTrackingState.TrackingObject.timeStamp

The timestamp in seconds from 1.1.1970 and parts of the seconds as fraction. Describes, when the process of the image has been started.