Set a pixel value
#include "dip_manipulation.h"
dip_Error dip_SetComplex ( out, constant, cor, adjust )
This function set a value of a pixel at position cor in the image out to the value constant.
Data type | Name | Description |
dip_Image | out | Output |
dip_complex | constant | Constant |
dip_IntegerArray | cor | Pixel coordinate |
dip_Boolean | adjust | Adjust data type of output image |
Set, SetInteger, SetFloat, dip__PixelSetInteger, dip__PixelSetFloat, Get