EOCR::CharGetTotalDstY

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

Namespace: Euresys::Open_eVision

[C++]

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

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

Namespace: Euresys.Open_eVision

[C#]

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

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

Module: open_evision

[Python]

CharGetTotalDstY(
    index: int
) -> int

Parameters

index

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

Remarks

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