Main Page   File List   Globals  

vbinmorph3d.c File Reference

vbinmorph3d -- 3D binary morphology. More...


Detailed Description

vbinmorph3d -- 3D binary morphology.

Description
3D binary 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.
Usage
vbinmorph3d
Parameters:
-in  input image
-out  output image
-op  type of operation (dilate | erode | open | close). Default: dilate
-radius  radius of structuring element. Default: 2
-file  File containing structuring element.
Examples
Known bugs
none.
Author:
G.Lohmann, MPI-CBS, 2004

Variable Documentation

VDictEntry OPDict[]
 

Initial value:

 {
  { "dilate", 0 },
  { "erode", 1 },
  { "open", 2 },
  { "close", 3 },
  { NULL }
}


Generated on Tue Nov 23 09:50:52 2004 for VIA - Volumetric Image Analysis by doxygen1.2.15