EOCR::GetConfidenceRatio

Returns the degree of confidence in the recognized character.

Namespace: Euresys::Open_eVision

[C++]

float GetConfidenceRatio(
   int index
)

Parameters

index

Character number (in range 0..NumChars-1).

Remarks

A value of 100 % means there is no difference between the recognized character and the best matching pattern. A value of 0 % means there is no way to distinguish between the best and second best matching pattern. The computation of the confidence ratio is based on the first and second characters distance parameters (see EOCR::GetFirstCharDistance and EOCR::GetSecondCharDistance).

EOCR.GetConfidenceRatio

Returns the degree of confidence in the recognized character.

Namespace: Euresys.Open_eVision

[C#]

float GetConfidenceRatio(
   int index
)

Parameters

index

Character number (in range 0..NumChars-1).

Remarks

A value of 100 % means there is no difference between the recognized character and the best matching pattern. A value of 0 % means there is no way to distinguish between the best and second best matching pattern. The computation of the confidence ratio is based on the first and second characters distance parameters (see EOCR::GetFirstCharDistance and EOCR::GetSecondCharDistance).