EOCR::CharGetTotalOrgY

Returns the ordinate of the upper left corner of a recognized character.

Namespace: Euresys::Open_eVision

[C++]

int CharGetTotalOrgY(
   int index
)

Parameters

index

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

Remarks

The coordinates are computed with respect to the parent image rather than the ROI.

EOCR.CharGetTotalOrgY

Returns the ordinate of the upper left corner of a recognized character.

Namespace: Euresys.Open_eVision

[C#]

int CharGetTotalOrgY(
   int index
)

Parameters

index

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

Remarks

The coordinates are computed with respect to the parent image rather than the ROI.