| CornerRefineMethod Enumeration |
corner refinement method
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum CornerRefineMethod
Public Enumeration CornerRefineMethod
public enum class CornerRefineMethod
Members
| Member name | Value | Description |
---|
| None | 0 |
Tag and corners detection based on the ArUco approach.
|
| Subpix | 1 |
ArUco approach and refine the corners locations using corner subpixel accuracy.
|
| Contour | 2 |
ArUco approach and refine the corners locations using the contour-points line fitting.
|
| AprilTag | 3 |
Tag and corners detection based on the AprilTag 2 approach
|
See Also