CvAruco Methods |
The CvAruco type exposes the following members.
| Name | Description | |
|---|---|---|
| DetectCharucoDiamond |
Detect ChArUco Diamond markers.
| |
| DetectMarkers |
Basic marker detection
| |
| DrawAxis |
Draw coordinate system axis from pose estimation.
| |
| DrawDetectedDiamonds(InputArray, Point2f, IEnumerableVec4i) |
Draw a set of detected ChArUco Diamond markers.
| |
| DrawDetectedDiamonds(InputArray, Point2f, IEnumerableVec4i, Scalar) |
Draw a set of detected ChArUco Diamond markers.
| |
| DrawDetectedMarkers(InputArray, Point2f, IEnumerableInt32) |
Draw detected markers in image
| |
| DrawDetectedMarkers(InputArray, Point2f, IEnumerableInt32, Scalar) |
Draw detected markers in image
| |
| DrawMarker |
Draw a canonical marker image
| |
| EstimatePoseSingleMarkers |
Pose estimation for single markers
| |
| GetPredefinedDictionary |
Returns one of the predefined dictionaries defined in PREDEFINED_DICTIONARY_NAME
|