CVB.Net 15.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Modules Pages
GradeResult2DBase Class Reference

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.
 

Detailed Description

Base class for 2D grading results.

Constructor & Destructor Documentation

◆ GradeResult2DBase()

GradeResult2DBase ( ReadResult  res)
protected

Constructor for GradeResult2DBase objects.

Parameters
resRead result around which to create the GradeResult2DBase object.