Code1DSettings
Description
Settings for 1D barcodes detectionStructure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| LowContrast | bool | true | Enables low contrast support |
| Polarity | ZCodePolarity | Specifies whether the code is darker or brighter than the background. | |
| MinBarcodeHeight | int | 80 | Minimal height of a barcode in pixels. |
| AllowDiagonal | bool | false | Enables reading highly rotated narrow barcodes. |
| AllowNoQuietZone | bool | false | Enables reading codes without proper quiet zone. |
| Subpixel | bool | false | Enables subpixel accuracy for edge detection. |
