Properties | List of all members
GradeResultQr Class Reference

Object contains the barcode grading results for QR barcodes. More...

Inherits GradeResult2DBase.

Properties

 code_outside_aoi = property
 bool: This flag will be set, if parts of the code are outside the area of interest, while calculating the QR grading results. More...
 
 global_threshold = property
 int: Global threshold found during grading. More...
 
 grade_fixed_pattern_damage = property
 float: Fixed pattern damage grade (ranging from 0 to 4). More...
 
 grade_format_information = property
 int: This property contains the format information grade (ranging from 0 to 4). More...
 
 grade_grid_non_uniformity = property
 float: Grade of the grid nonuniformity (ranging from 0 to 4). More...
 
 grade_modulation = property
 float: Modulation grade (ranging from 0 to 4). More...
 
 grade_version_information = property
 int: Version information grade (ranging from 0 to 4). More...
 
 quietzone_outside_aoi = property
 bool: Returns the flag which tells, if parts of the code's quiet zone are outside the area of interest, while calculating the QR grading results. More...
 
 sub_grade_a1 = property
 int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based. More...
 
 sub_grade_a2 = property
 int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based. More...
 
 sub_grade_a3 = property
 int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based. More...
 
 sub_grade_b1 = property
 int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based. More...
 
 sub_grade_b2 = property
 int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based. More...
 
 sub_grade_c = property
 int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based. More...
 
- Properties inherited from GradeResult2DBase
 axial_non_uniformity = property
 float: Axial non-uniformity factor. More...
 
 distortion = property
 cvb.Angle: Angle of distortion. More...
 
 grade_axial_non_uniformity = property
 float: Grade of the axial non-uniformity (0...4). More...
 
 grade_decode = property
 float: 4 if decoding succeeded, 0 if it failed. More...
 
 grade_overall = property
 float: Overall grading result. More...
 
 grade_symbol_contrast = property
 float: Symbol Contrast Grade (0...4). More...
 
 grade_unused_error_correction = property
 float: Grade of the amount of unused error correction information. More...
 
 grid_non_uniformity = property
 float: Grid non-uniformity factor. More...
 
 reflectance_max = property
 float: Maximum contrast found during grading. More...
 
 reflectance_min = property
 float: Minimum contrast found during grading. More...
 
 symbol_contrast = property
 float: Measured Symbol Contrast in % of the scan reflectance limits. More...
 

Detailed Description

Object contains the barcode grading results for QR barcodes.

Property Documentation

◆ code_outside_aoi

code_outside_aoi = property
static

bool: This flag will be set, if parts of the code are outside the area of interest, while calculating the QR grading results.

◆ global_threshold

global_threshold = property
static

int: Global threshold found during grading.

◆ grade_fixed_pattern_damage

grade_fixed_pattern_damage = property
static

float: Fixed pattern damage grade (ranging from 0 to 4).

◆ grade_format_information

grade_format_information = property
static

int: This property contains the format information grade (ranging from 0 to 4).

◆ grade_grid_non_uniformity

grade_grid_non_uniformity = property
static

float: Grade of the grid nonuniformity (ranging from 0 to 4).

◆ grade_modulation

grade_modulation = property
static

float: Modulation grade (ranging from 0 to 4).

◆ grade_version_information

grade_version_information = property
static

int: Version information grade (ranging from 0 to 4).

◆ quietzone_outside_aoi

quietzone_outside_aoi = property
static

bool: Returns the flag which tells, if parts of the code's quiet zone are outside the area of interest, while calculating the QR grading results.

◆ sub_grade_a1

sub_grade_a1 = property
static

int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based.

◆ sub_grade_a2

sub_grade_a2 = property
static

int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based.

◆ sub_grade_a3

sub_grade_a3 = property
static

int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based.

◆ sub_grade_b1

sub_grade_b1 = property
static

int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based.

◆ sub_grade_b2

sub_grade_b2 = property
static

int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based.

◆ sub_grade_c

sub_grade_c = property
static

int: This is one of the sub grades on which the calculation of the grade_fixed_pattern_damage is based.