ImageEn, unit ievision

TIEVisionImage.getRow

TIEVisionImage.getRow


Declaration

function getRow(row: int32_t): TIEVisionImage; safecall;


Description

Create a new TIEVisionImage object that contains the specified single row.
No copy is performed, only the actual area is shared among the objects.

Parameter Description
row Row to share


Example

ROI_image := image1.getRow(25);