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

dip__PixelSetFloat

Midlevel PixelIO function

SYNOPSIS

dip_Error dip__PixelSetFloat ( val, vptr, type, position, stride, plane )

FUNCTION

The dip__PixelGet/SetInteger and dip__PixelGet/SetFloat functions provide midlevel access to image pixel values. These functions are faster than the highlevel Get and Set functions, but are easier to use than the lowlevel DIP_PIXEL_GET and DIP_PIXEL_SET macros as defined in dip_macros.h.

ARGUMENTS

Data typeNameDescription
dip_floatvalValue to write to the pixel
void *vptrVoid pointer to the image data
dip_DataTypetypeImage data type. See DIPlib's data types
dip_IntegerArraypositionPosition of the pixel in the image
dip_IntegerArraystrideImage data stride
dip_intplanePlane of the pixel (binary images)

SEE ALSO

dip__PixelGetInteger, dip__PixelGetFloat, dip__PixelSetInteger, Get, Set, GetInteger, SetInteger, GetFloat, SetFloat