![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Structure holding state of an instance of the square marker tracker. More...
#include <ar.h>
Structure holding state of an instance of the square marker tracker.
This is the master object holding the current state of an intance of the square marker tracker, including tracker configuration, working variables, and results.
int ARHandle::arCornerRefinementMode |
int ARHandle::arDebug |
ARdouble ARHandle::areaMax |
ARdouble ARHandle::areaMin |
ARImageProcInfo* ARHandle::arImageProcInfo |
int ARHandle::arImageProcMode |
To query this value, call arGetImageProcMode(). To set this value, call arSetImageProcMode().
int ARHandle::arLabelingMode |
int ARHandle::arLabelingThresh |
int ARHandle::arLabelingThreshAutoAdaptiveBias |
int ARHandle::arLabelingThreshAutoAdaptiveKernelSize |
int ARHandle::arLabelingThreshAutoBracketOver |
int ARHandle::arLabelingThreshAutoBracketUnder |
int ARHandle::arLabelingThreshAutoInterval |
int ARHandle::arLabelingThreshAutoIntervalTTL |
AR_LABELING_THRESH_MODE ARHandle::arLabelingThreshMode |
int ARHandle::arMarkerExtractionMode |
ARParamLT* ARHandle::arParamLT |
int ARHandle::arPatternDetectionMode |
AR_PIXEL_FORMAT ARHandle::arPixelFormat |
int ARHandle::arPixelSize |
ARTrackingHistory ARHandle::history[AR_SQUARE_MAX] |
int ARHandle::history_num |
ARLabelInfo ARHandle::labelInfo |
int ARHandle::marker2_num |
int ARHandle::marker_num |
ARMarkerInfo ARHandle::markerInfo[AR_SQUARE_MAX] |
ARMarkerInfo2 ARHandle::markerInfo2[AR_SQUARE_MAX] |
AR_MATRIX_CODE_TYPE ARHandle::matrixCodeType |
When matrix code pattern detection mode is active, indicates the type of matrix code to detect.
ARPattHandle* ARHandle::pattHandle |
ARdouble ARHandle::pattRatio |
A value between 0.0 and 1.0, representing the proportion of the marker width which constitutes the pattern. In earlier versions, this value was fixed at 0.5.
ARdouble ARHandle::squareFitThresh |
int ARHandle::xsize |
int ARHandle::ysize |