DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

GetFloat

Get float pixel value

SYNOPSIS

#include "dip_manipulation.h"

dip_Error dip_GetFloat ( in, value, cor )

FUNCTION

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.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput
dip_float *valueValue
dip_IntegerArraycorPixel coordinate

SEE ALSO

Get, GetInteger, GetComplex, dip__PixelGetInteger, dip__PixelGetFloat, Set