Region of the tracking working space in which markers are reported. More...
Static Public Attributes | |
| int | OPTIMAL = 0 |
| Only markers detected in the calibrated optimal region are reported. | |
| int | FULL = 1 |
| All detected markers are reported, regardless of region. | |
Region of the tracking working space in which markers are reported.
The TrackingRegion enum class defines the possible regions in the tracker working space where markers can be reported. Markers reported in the Optimal region of the working space are tracked with high accuracy. Markers reported in the Full region of the working space are outside of the Optimal region and have no guaranteed accuracy.
|
static |
All detected markers are reported, regardless of region.
|
static |
Only markers detected in the calibrated optimal region are reported.