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

Get

Get a pixel value

SYNOPSIS

#include "dip_manipulation.h"

dip_Error dip_Get ( in, const, cor, adjust )

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_Imageconst0-D output image
dip_IntegerArraycorPixel coordinate
dip_BooleanadjustAdjust data type of output image

SEE ALSO

GetInteger, GetFloat, GetComplex, dip__PixelGetInteger, dip__PixelGetFloat, Set

DIPlib on-line documentation | Function reference | Global function index