Paint a box
#include "dip_paint.h"
dip_Error dip_PaintBox ( im, length, orign, amplitude )
binary, integer, float, complex
Paints an box object in the image by replacing the values of the pixels in im that lie within the box (as specified by length and origin) with amplitude, and leaving the other pixel values untouched.
Data type | Name | Description |
dip_Image | im | Image |
dip_FloatArray | length | Length array |
dip_FloatArray | origin | Origin array |
dip_float | amplitude | Pixel value of the painted ellips |