Static Public Attributes | List of all members
GradeResult1DInfo Class Reference

Additional information about 1D grading results. More...

Inherits object.

Static Public Attributes

int AoiTooSmall = -4
 The area of interest specified is too small to contain a valid code. More...
 
int BoundaryCheckFailed = -7
 A boundary check failed. More...
 
int CodeHeightTooSmall = 3
 The Barcode's height is too small for grading. More...
 
int CodeNotRectangular = 4
 The Barcode does not have a rectangular shape, making it unsuitable for grading. More...
 
int CodePositionOutsideAoi = 2
 The Barcode is partly outside the AOI. More...
 
int CodeTypeNotSupported = -1
 An unsupported code type was encountered. More...
 
int DecodabilityCheckFailed = -5
 A code was found but considered to be undecodable. More...
 
int ECMinFailed = -10
 ?. More...
 
int ErrNoMaxFailed = -9
 ?. More...
 
int GradingNotSupported = 5
 Barcode grading is not supported for the encountered symbology. More...
 
int MeasuringOrificeNotSupported = -3
 Orifice measurement is currently not supported. More...
 
int NoResult = 1
 Barcode could not be decoded, therefore no grading was calculated. More...
 
int Ok = 0
 Grading was successful and did yield a result. More...
 
int PixelOutsideAoi = -6
 Some pixels of the code are outside the specified area of interest. More...
 
int Timeout = 6
 Time limit reached during grading. More...
 
int TooManyCharacters = -2
 The code contained more characters than permitted for its symbology. More...
 
int TrimmingToParallelFailed = -8
 Trimming failed. More...
 

Detailed Description

Additional information about 1D grading results.

Member Data Documentation

◆ AoiTooSmall

int AoiTooSmall = -4
static

The area of interest specified is too small to contain a valid code.

◆ BoundaryCheckFailed

int BoundaryCheckFailed = -7
static

A boundary check failed.

◆ CodeHeightTooSmall

int CodeHeightTooSmall = 3
static

The Barcode's height is too small for grading.

◆ CodeNotRectangular

int CodeNotRectangular = 4
static

The Barcode does not have a rectangular shape, making it unsuitable for grading.

◆ CodePositionOutsideAoi

int CodePositionOutsideAoi = 2
static

The Barcode is partly outside the AOI.

◆ CodeTypeNotSupported

int CodeTypeNotSupported = -1
static

An unsupported code type was encountered.

◆ DecodabilityCheckFailed

int DecodabilityCheckFailed = -5
static

A code was found but considered to be undecodable.

◆ ECMinFailed

int ECMinFailed = -10
static

?.

◆ ErrNoMaxFailed

int ErrNoMaxFailed = -9
static

?.

◆ GradingNotSupported

int GradingNotSupported = 5
static

Barcode grading is not supported for the encountered symbology.

◆ MeasuringOrificeNotSupported

int MeasuringOrificeNotSupported = -3
static

Orifice measurement is currently not supported.

◆ NoResult

int NoResult = 1
static

Barcode could not be decoded, therefore no grading was calculated.

◆ Ok

int Ok = 0
static

Grading was successful and did yield a result.

◆ PixelOutsideAoi

int PixelOutsideAoi = -6
static

Some pixels of the code are outside the specified area of interest.

◆ Timeout

int Timeout = 6
static

Time limit reached during grading.

◆ TooManyCharacters

int TooManyCharacters = -2
static

The code contained more characters than permitted for its symbology.

◆ TrimmingToParallelFailed

int TrimmingToParallelFailed = -8
static

Trimming failed.