A structure containing ALL the data to drive one markerset. More...
#include <cortex.h>
Public Attributes | |
tDofData * | Dofs |
Array of degree-of-freedom angles. | |
float | fAvgDofResidual |
Average residual from the solve. | |
float | fAvgMarkerResidual |
Average residual of the marker triangulations. | |
int32_t | FocusEncoderValue |
Focus value from the Camera Tracker Encoder. | |
tMarkerData * | Markers |
[nMarkers][3] array. Markers[iMarker][0] == XEMPTY means no data. | |
int | nDofs |
Number of degrees-of-freedom. | |
int | nIterations |
Number of iterations to solve. | |
int | nMarkers |
Number of markers defined. | |
int | nSegments |
Number of segments. | |
tSegmentData * | Segments |
[nSegments][7] array | |
char | szName [128] |
For dynamic matching of objects. | |
int32_t | ZoomEncoderValue |
Zoom value from the Camera Tracker Encoder. |
A structure containing ALL the data to drive one markerset.
This contains the markerset's name, the marker positions, the segment positions relative to each segment's parent, and the DOFs.
int32_t sBodyData::FocusEncoderValue |
int sBodyData::nDofs |
char sBodyData::szName[128] |
int32_t sBodyData::ZoomEncoderValue |