Table of Contents

Enum DetectorParameters.RefinementMethod

Namespace
Emgu.CV.Aruco
Assembly
Emgu.CV.dll

Type of corner refinement method

public enum DetectorParameters.RefinementMethod

Fields

AprilTag = 3

Tag and corners detection based on the AprilTag 2 approach

Contour = 2

Refine the corners using the contour-points

None = 0

Default corners

Subpix = 1

Refine the corners using subpix