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
MaxModuleSizeMismatch
The maximum allowed relative mismatch in module sizes, default 1.75f
public float MaxModuleSizeMismatch
Field Value
MaxPenalties
The maximum allowed percentage of penalty points out of total pins in timing pattern, default 0.4f
public float MaxPenalties
Field Value
MaxRotation
max rotation of a finder pattern marker, default pi/12
public float MaxRotation
Field Value
MaxTimingPatternMismatch
The maximum allowed mismatch between the timing pattern and the black-white module pattern, default 2.f
public float MaxTimingPatternMismatch
Field Value
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
ScaleTimingPatternScore
Scale of timing pattern score, default 0.9f
public float ScaleTimingPatternScore