TIEVisionImage.pixel_float32
Declaration
function pixel_float32(row: int32_t; col: int32_t): float_p; safecall;
Description
Returns the pixel value at the specified position. Channel format must be 32 bit floating point, single channel.
Parameter | Description |
row | Vertial position |
col | Horizontal position |