Table of Contents

Enum CornerRefineMethod

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

corner refinement method

public enum CornerRefineMethod

Fields

AprilTag = 3

Tag and corners detection based on the AprilTag 2 approach

Contour = 2

ArUco approach and refine the corners locations using the contour-points line fitting.

None = 0

Tag and corners detection based on the ArUco approach.

Subpix = 1

ArUco approach and refine the corners locations using corner subpixel accuracy.