EMatrixCodeReader::GetMaxHeightWidthRatio

EMatrixCodeReader::SetMaxHeightWidthRatio

This property is deprecated.

Maximum value for a Data Matrix aspect ratio

Namespace: Euresys::Open_eVision

[C++]

float GetMaxHeightWidthRatio()

void SetMaxHeightWidthRatio(float value)

Remarks

This property allows controlling what kind of objects are considered as potential MatrixCode instances in the image. When objects are found in the image, only those where the bounding box has an aspect ratio smaller than this value are taken into account for digitization and decoding. The default value is 3.8, and should be adjusted if the MatrixCode cells in your image are non-square, or if your matrix code uses a very non-square symbology such as 32x8. The supplied value must lie between 0.0 and 5.0.

EMatrixCodeReader.MaxHeightWidthRatio

This property is deprecated.

Maximum value for a Data Matrix aspect ratio

Namespace: Euresys.Open_eVision

[C#]

float MaxHeightWidthRatio

{ get; set; }

Remarks

This property allows controlling what kind of objects are considered as potential MatrixCode instances in the image. When objects are found in the image, only those where the bounding box has an aspect ratio smaller than this value are taken into account for digitization and decoding. The default value is 3.8, and should be adjusted if the MatrixCode cells in your image are non-square, or if your matrix code uses a very non-square symbology such as 32x8. The supplied value must lie between 0.0 and 5.0.