EOCR::CharGetTotalDstX

Returns the abscissa of the lower right corner of a recognized character.

Namespace: Euresys::Open_eVision

[C++]

int CharGetTotalDstX(
   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.CharGetTotalDstX

Returns the abscissa of the lower right corner of a recognized character.

Namespace: Euresys.Open_eVision

[C#]

int CharGetTotalDstX(
   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.