Documentation Portal      

What are you looking for?

EOCR::GetConfidenceRatio

Returns the degree of confidence in the recognized character.

Namespace: Euresys::Open_eVision_2_5

[C++]

float GetConfidenceRatio(
   OEV_INT32 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_2_5

[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.

[VB6]

Single GetConfidenceRatio(
   Long 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).

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.5.1.1107