Get a pixel value
#include "dip_manipulation.h"
dip_Error dip_Get ( in, const, cor, adjust )
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_Image | const | 0-D output image |
dip_IntegerArray | cor | Pixel coordinate |
dip_Boolean | adjust | Adjust data type of output image |
GetInteger, GetFloat, GetComplex, dip__PixelGetInteger, dip__PixelGetFloat, Set