EOCR::GetSecondCharDistance

Computes the degree of similarity between the second best matching pattern and a recognized character.

Namespace: Euresys::Open_eVision

[C++]

float GetSecondCharDistance(
   int index
)

Parameters

index

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

Remarks

Returns 0 for a perfect match and 1 for a total mismatch.

EOCR.GetSecondCharDistance

Computes the degree of similarity between the second best matching pattern and a recognized character.

Namespace: Euresys.Open_eVision

[C#]

float GetSecondCharDistance(
   int index
)

Parameters

index

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

Remarks

Returns 0 for a perfect match and 1 for a total mismatch.