Declaration
function getColumn(col: int32_t): TIEVisionImage; safecall;
Description
Creates 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);