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

PaintEllipsoid

Paint an ellipsoid

SYNOPSIS

#include "dip_paint.h"

dip_Error dip_PaintEllipsoid ( im, radius, orign, scale, amplitude )

DATA TYPES

binary, integer, float, complex

FUNCTION

Paints an elliptical object in the image by replacing the values of the pixels in im that lie within the ellips (as specified by diameter and origin) with amplitude, and leaving the other pixel values untouched.

ARGUMENTS

Data typeNameDescription
dip_ImageimImage
dip_FloatArrayradiusDiameter array
dip_FloatArrayoriginOrigin array
dip_floatamplitudePixel value of the painted ellips

SEE ALSO

PaintDiamond, PaintBox