Table of Contents

Struct RefineParameters

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

struct RefineParameters is used by ArucoDetector

public struct RefineParameters
Inherited Members

Constructors

RefineParameters()

Constructor

RefineParameters(float, float, bool)

Constructor

Fields

ErrorCorrectionRate

Rate of allowed erroneous bits respect to the error correction capability of the used dictionary. -1 ignores the error correction step (default 3).

MinRepDistance

Minimum distance between the corners of the rejected candidate and the reprojected marker in order to consider it as a correspondence (default 10).

Properties

CheckAllOrders

Consider the four possible corner orders in the rejectedCorners array (default true).