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

PaintDiamond

Paint a diamond-shaped object

SYNOPSIS

#include "dip_paint.h"

dip_Error dip_PaintDiamond ( im, length, orign, amplitude )

DATA TYPES

binary, integer, float, complex

FUNCTION

Paints a diamond-shaped object in the image by replacing the values of the pixels in im that lie within the diamond (as specified by length and origin) with amplitude, and leaving the other pixel values untouched.

ARGUMENTS

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

SEE ALSO

PaintEllipsoid, PaintBox

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