QRCodeSizeOptions
Contains the size options the function uses when searching for a QR code in the image.
Elements
Name | Type | Description |
---|---|---|
minSize | unsigned int | Specifies the minimum size (in pixels) of the QR code in the image. Setting this value to 0 indicates the function should never exclude a QR code candidate because it is too small. |
maxSize | unsigned int | Specifies the maximum size (in pixels) of the QR code in the image. Setting this value to 0 indicates the function should never exclude a QR code candidate because it is too large. |