TIEVisionImage.pixel_BGR8
Declaration
function pixel_BGR8(row: int32_t; col: int32_t): PIEVisionBGR8; safecall;
Description
Returns the pixel value at the specified position. Channel format must be 8 bit unsigned, three channels (diposed as B-G-R).
Parameter | Description |
row | Vertial position |
col | Horizontal position |