Base class for 2D grading results. More...
Inherits GradeResultBase.
Inherited by GradeResultDataMatrix, and GradeResultQR.
Protected Member Functions | |
GradeResult2DBase (ReadResult res) | |
Constructor for GradeResult2DBase objects. More... | |
Protected Member Functions inherited from GradeResultBase | |
GradeResultBase (ReadResult res) | |
Constructor for GradeResultBase objects. More... | |
Properties | |
override double | GradeSymbolContrast [get] |
Symbol Contrast Grade (0...4). | |
override double | SymbolContrast [get] |
Measured Symbol Contrast in % of the scan reflectance limits. | |
override double | ReflectanceMin [get] |
Minimum contrast found during grading. | |
override double | ReflectanceMax [get] |
Maximum contrast found during grading. | |
Angle | Distortion [get] |
Angle of distortion. | |
double | AxialNonUniformity [get] |
Axial non-uniformity factor. | |
double | GridNonUniformity [get] |
Grid non-uniformity factor. | |
double | GradeAxialNonUniformity [get] |
Grade of the axial non-uniformity (0...4). | |
override double | GradeDecode [get] |
4 of decoding succeeded, 0 if it failed. | |
double | GradeUnusedErrorCorrection [get] |
Grade of the amount of unused error correction information. | |
override double | GradeOverall [get] |
Overall grading result. | |
Properties inherited from GradeResultBase | |
abstract double | GradeSymbolContrast [get] |
Grading result for symbol contrast. | |
abstract double | SymbolContrast [get] |
Symbol contrast value. | |
abstract double | ReflectanceMin [get] |
Minimum measured reflectance. | |
abstract double | ReflectanceMax [get] |
Maximum measured reflectance. | |
abstract double | GradeDecode [get] |
Decode grade (0 = no decoding possible). | |
abstract double | GradeOverall [get] |
Overall grading result. | |
Base class for 2D grading results.
|
protected |
Constructor for GradeResult2DBase objects.
res | Read result around which to create the GradeResult2DBase object. |