EQRCodeReader::GetMinimumScore

EQRCodeReader::SetMinimumScore

Minimum pattern finder score that must be reached to consider that a finder pattern has been found.

Namespace: Euresys::Open_eVision

[C++]

float GetMinimumScore() const

void SetMinimumScore(float minScore)

Remarks

The pattern finder score is based on a normalized correlation with a perfect finder pattern model.
A perfect match with the model would return a score of 1.
This parameter value ranges from 0 to 1. Default value: 0.7.

EQRCodeReader.MinimumScore

Minimum pattern finder score that must be reached to consider that a finder pattern has been found.

Namespace: Euresys.Open_eVision

[C#]

float MinimumScore

{ get; set; }

Remarks

The pattern finder score is based on a normalized correlation with a perfect finder pattern model.
A perfect match with the model would return a score of 1.
This parameter value ranges from 0 to 1. Default value: 0.7.