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 |
ROI_image := image1.getRow(25);