Table of Contents

Struct QRCodeDetectorArucoParams

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Parameters for the QRCodeDetectorAruco (cv::QRCodeDetectorAruco::Params).

public struct QRCodeDetectorArucoParams
Inherited Members

Constructors

QRCodeDetectorArucoParams()

Constructor

public QRCodeDetectorArucoParams()

Fields

MaxColorsMismatch

The maximum allowed relative color mismatch in the timing pattern, default 0.2f

public float MaxColorsMismatch

Field Value

float

MaxModuleSizeMismatch

The maximum allowed relative mismatch in module sizes, default 1.75f

public float MaxModuleSizeMismatch

Field Value

float

MaxPenalties

The maximum allowed percentage of penalty points out of total pins in timing pattern, default 0.4f

public float MaxPenalties

Field Value

float

MaxRotation

max rotation of a finder pattern marker, default pi/12

public float MaxRotation

Field Value

float

MaxTimingPatternMismatch

The maximum allowed mismatch between the timing pattern and the black-white module pattern, default 2.f

public float MaxTimingPatternMismatch

Field Value

float

MinModuleSizeInPyramid

The minimum allowed pixel size of a QR module in the smallest image in the image pyramid, default 4.f

public float MinModuleSizeInPyramid

Field Value

float

ScaleTimingPatternScore

Scale of timing pattern score, default 0.9f

public float ScaleTimingPatternScore

Field Value

float