Click or drag to resize

CornerRefineMethod Enumeration

corner refinement method

Namespace:  OpenCvSharp.Aruco
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum CornerRefineMethod
Members
  Member nameValueDescription
None0 Tag and corners detection based on the ArUco approach.
Subpix1 ArUco approach and refine the corners locations using corner subpixel accuracy.
Contour2 ArUco approach and refine the corners locations using the contour-points line fitting.
AprilTag3 Tag and corners detection based on the AprilTag 2 approach
See Also