CVBpy 15.0
CustomPerformance Class Reference

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.
 

Detailed Description

Enumeration specifying custom image processing methods to improve decoding robustness and performance.

Member Data Documentation

◆ ExtendedRange2D

int ExtendedRange2D = 3
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.

◆ Robust

int Robust = 2
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.