ImageEn, unit ievision

TIEVisionImage.getColumn

TIEVisionImage.getColumn


Declaration

function getColumn(col: int32_t): TIEVisionImage; safecall;


Description

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

Parameter Description
col Column to share


Example

ROI_image := image1.getColumn(5);