EMatrixCodeReader::GetMaximumPrintGrowth
EMatrixCodeReader::SetMaximumPrintGrowth
This property is deprecated.
Maximum reference value in use for normalization of the PrintGrowth
quality indicator.
Namespace: Euresys::Open_eVision
[C++]
float GetMaximumPrintGrowth()
void SetMaximumPrintGrowth(float value)
Remarks
Default: 2.0
.
After the standard, parameter PrintGrowth
must be computed as normalized value related to three references: minimum, nominal and maximum values have to be provided.
Parameter MeasuredPrintGrowth
is the raw, un-normalized print quality parameter. It is computed as the measured area of the active cells over the area of ideal square cells, having sides equal to the pitches (such cells perfectly tile the symbol). Its value typically is on the order of unity. The PrintGrowth
is derived from the MeasuredPrintGrowth
by means of the three normalization parameters.
EMatrixCodeReader.MaximumPrintGrowth
This property is deprecated.
Maximum reference value in use for normalization of the PrintGrowth
quality indicator.
Namespace: Euresys.Open_eVision
[C#]
float MaximumPrintGrowth
{ get; set; }
Remarks
Default: 2.0
.
After the standard, parameter PrintGrowth
must be computed as normalized value related to three references: minimum, nominal and maximum values have to be provided.
Parameter MeasuredPrintGrowth
is the raw, un-normalized print quality parameter. It is computed as the measured area of the active cells over the area of ideal square cells, having sides equal to the pitches (such cells perfectly tile the symbol). Its value typically is on the order of unity. The PrintGrowth
is derived from the MeasuredPrintGrowth
by means of the three normalization parameters.
EMatrixCodeReader.MaximumPrintGrowth
This property is deprecated.
Maximum reference value in use for normalization of the PrintGrowth
quality indicator.
Module: open_evision
[Python]
MaximumPrintGrowth: float
{get; set}
Remarks
Default: 2.0
.
After the standard, parameter PrintGrowth
must be computed as normalized value related to three references: minimum, nominal and maximum values have to be provided.
Parameter MeasuredPrintGrowth
is the raw, un-normalized print quality parameter. It is computed as the measured area of the active cells over the area of ideal square cells, having sides equal to the pitches (such cells perfectly tile the symbol). Its value typically is on the order of unity. The PrintGrowth
is derived from the MeasuredPrintGrowth
by means of the three normalization parameters.