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

Set

the value of a pixel

SYNOPSIS

#include "dip_manipulation.h"

dip_Error dip_Set ( out, const, cor, adjust )

FUNCTION

This function set a value of a pixel at position cor in the image out to the value const.

ARGUMENTS

Data typeNameDescription
dip_ImageoutOutput image
dip_ImageconstImage0-D image
dip_IntegerArraycorPixel coordinate
dip_BooleanadjustAdjust data type of output image

SEE ALSO

SetInteger, SetFloat, SetComplex, dip__PixelSetInteger, dip__PixelSetFloat, Get