VIA - Volumetric Image Analysis
Functions
GreyMorph3d.c File Reference

Functions

VImage VGreyDilation3d (VImage src, VImage se, VImage dest)
 3D greylevel morphological dilation
VImage VGreyErosion3d (VImage src, VImage se, VImage dest)
 3D greylevel morphological erosion

Detailed Description

3D grey level morphology.

Reference:
P. Maragos, R.W. Schafer (1990): "Morphological Systems for multidimensional signal processing", Proc. of the IEEE, Vol. 78, No. 4, pp. 690–709.
Author:
Gabriele Lohmann, MPI-CBS

Function Documentation

VImage VGreyDilation3d ( VImage  src,
VImage  se,
VImage  dest 
)

3D greylevel morphological dilation

Parameters
srcinput image (any repn)
seraster image containing the structural element (bit repn)
destoutput image (any repn)
VImage VGreyErosion3d ( VImage  src,
VImage  se,
VImage  dest 
)

3D greylevel morphological erosion

Parameters
srcinput image (any repn)
seimage containing the structural element (bit repn)
destoutput image (any repn)