XDimensionMode
XDimensionMode enum
Module: aspose_barcode.recognition.x_dimension_mode
Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. This sample shows how to use XDimension mode
Enum Values
| Name | Value | Description |
|---|---|---|
| AUTO | 0 | Value of XDimension is detected by AI (SVM). At this time the same as Normal |
| LARGE | 3 | Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. |
| NORMAL | 2 | Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. |
| SMALL | 1 | Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality |
| USE_MINIMAL_X_DIMENSION | 4 | Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality |
XDimensionMode.AUTO
Type: int
Value: 0
Value of XDimension is detected by AI (SVM). At this time the same as Normal
XDimensionMode.LARGE
Type: int
Value: 3
Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras.
XDimensionMode.NORMAL
Type: int
Value: 2
Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes.
XDimensionMode.SMALL
Type: int
Value: 1
Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality
XDimensionMode.USE_MINIMAL_X_DIMENSION
Type: int
Value: 4
Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality