CWIMAQQRSearchOptions
CWIMAQQRSearchOptions contains the search options the function uses when searching for the QR code in the image.
Properties
CellFilterMode | Specifies the mode the method uses to determine the pixel value for each cell. |
CellSampleSize | Specifies the sample size, in pixels, the method should take to determine if each cell is on or off. |
DemodulationMode | Specifies the mode the method should use to demodulate (determine which cells are on and which cells are off) the QR code. |
EdgeThreshold | Specifies the minimum contrast a pixel must have in order to be considered part of a QR code cell edge. |
RotationMode | Specifies the amount of QR code rotation the function should allow for. |
SkewDegreesAllowed | Specifies the amount, in degrees, of skew in the QR code the method should allow for. |
SkipLocation | Specifies if the method should locate the code. |