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