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