Enumeration specifying custom image processing methods to improve decoding robustness and performance. More...
Static Public Attributes | |
int | ExtendedRange2D = 3 |
Extends the readable range for 2D codes in the central area of the image. | |
int | None = 0 |
No additional processing is applied. | |
int | Robust = 2 |
Enables robust decoding for a single code. | |
Enumeration specifying custom image processing methods to improve decoding robustness and performance.
|
static |
Extends the readable range for 2D codes in the central area of the image.
Use this mode to increase the decoding range for 2D barcodes located in the central quarter of the image. It is not compatible with DPM settings. For best results, the input image should not exceed 1280 x 960 pixels.
|
static |
Enables robust decoding for a single code.
This mode applies enhanced processing techniques to improve the robustness of decoding a single code within an image. It is incompatible with any DPM (Direct Part Marking) settings. For optimal performance, the input image should not exceed a resolution of 1280 x 960 pixels. To speed up processing, use the smallest possible image size.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.