Enum CornerRefineMethod
corner refinement method
Namespace: OpenCvSharp.Aruco
Assembly: OpenCvSharp.dll
Syntax
public enum CornerRefineMethod
Fields
Name | Description |
---|---|
AprilTag | Tag and corners detection based on the AprilTag 2 approach |
Contour | ArUco approach and refine the corners locations using the contour-points line fitting. |
None | Tag and corners detection based on the ArUco approach. |
Subpix | ArUco approach and refine the corners locations using corner subpixel accuracy. |