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

public RefineParameters()

RefineParameters(float, float, bool)

Constructor

public RefineParameters(float minRepDistance, float errorCorrectionRate, bool checkAllOrders)

Parameters

minRepDistance float
errorCorrectionRate float
checkAllOrders bool

Fields

CheckAllOrders

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

public bool CheckAllOrders

Field Value

bool

ErrorCorrectionRate

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

public float ErrorCorrectionRate

Field Value

float

MinRepDistance

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

public float MinRepDistance

Field Value

float