Configuration class for Data Matrix codes. More...
Properties | |
columns = property | |
int: Gets number of columns in the code. | |
composite_type = property | |
int: Gets the type of the composite component (see cvb.code_reader.CompositeType). | |
error_correction_codewords = property | |
int: Gets the number of used error correction codewords from a decoded 2D code. | |
error_correction_erasure_codewords = property | |
int: Gets the number of used error correction erasure codewords from a decoded 2D code. | |
quality = property | |
int: Gets code quality. | |
rows = property | |
int: Gets number of rows in the code. | |
size = property | |
cvb.Size2D: Gets size of the code in pixels. | |
Configuration class for Data Matrix codes.
This class holds the decoding results of a 2D code. A Result2D object is part of the Result class, which is obtained after executing the decoding process with Decoder.execute().
|
static |
int: Gets the type of the composite component (see cvb.code_reader.CompositeType).
This value represents the quality of a 2D code, measured as an integer between 0 and 100. It is calculated based on the Unused Error Correction, according to the specifications for the respective 2D symbology.
|
static |
int: Gets code quality.
This value represents the quality of a 2D code, measured as an integer between 0 and 100. It is calculated based on the Unused Error Correction, according to the specifications for the respective 2D symbology.