Get float pixel value
#include "dip_manipulation.h"
dip_Error dip_GetFloat ( in, value, cor )
This functions get the value of a pixel in image in at the coordinate cor. If cor is zero, the first pixel value is retrieved.
Data type | Name | Description |
dip_Image | in | Input |
dip_float * | value | Value |
dip_IntegerArray | cor | Pixel coordinate |
Get, GetInteger, GetComplex, dip__PixelGetInteger, dip__PixelGetFloat, Set