ImageEn, unit ievision

TIEVisionImage.pixel_RGB8

TIEVisionImage.pixel_RGB8


Declaration

function pixel_RGB8(row: int32_t; col: int32_t): PIEVisionRGB8; safecall;


Description

Returns the pixel value at the specified position. Channel format must be 8 bit unsigned, three channels (diposed as R-G-B).

Parameter Description
row Vertial position
col Horizontal position