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

NameValueDescription
AUTO0Value of XDimension is detected by AI (SVM). At this time the same as Normal
LARGE3Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras.
NORMAL2Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes.
SMALL1Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality
USE_MINIMAL_X_DIMENSION4Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality