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... | |
VLTrackedObjectState stores the tracking state of one tracked object
string VLTrackingState.TrackingObject.name |
Name of the tracking object.
Currently only one tracking object is supported and the name is always 'TrackedObject'.
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.
string VLTrackingState.TrackingObject.state |
Tracking state
Can be one of the following:
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.