Struct QRCodeDetectorArucoParams
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Parameters for the QRCodeDetectorAruco (cv::QRCodeDetectorAruco::Params).
public struct QRCodeDetectorArucoParams
- Inherited Members
Constructors
- QRCodeDetectorArucoParams()
Constructor
Fields
- MaxColorsMismatch
The maximum allowed relative color mismatch in the timing pattern, default 0.2f
- MaxModuleSizeMismatch
The maximum allowed relative mismatch in module sizes, default 1.75f
- MaxPenalties
The maximum allowed percentage of penalty points out of total pins in timing pattern, default 0.4f
- MaxRotation
max rotation of a finder pattern marker, default pi/12
- MaxTimingPatternMismatch
The maximum allowed mismatch between the timing pattern and the black-white module pattern, default 2.f
- MinModuleSizeInPyramid
The minimum allowed pixel size of a QR module in the smallest image in the image pyramid, default 4.f
- ScaleTimingPatternScore
Scale of timing pattern score, default 0.9f