| CvAruco Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: OpenCvSharp.Aruco
 Syntax
SyntaxThe CvAruco type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | DetectMarkers | 
            Basic marker detection
             | 
|   | 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
             | 
 See Also
See Also