Main Page   File List   Globals  

vgreymorph3d.c File Reference

vgreymorph3d -- 3D greylevel morphology. More...


Detailed Description

vgreymorph3d -- 3D greylevel morphology.

Description
3D greylevel morphology.
References
P. Maragos, R.W. Schafer (1990): "Morphological Systems for multidimensional signal processing", Proc. of the IEEE, Vol. 78, No. 4, pp. 690--709.
Usage
vgreymorph3d
Parameters:
-in  input image
-out  output image
-op  type of operation (dilate | erode | open | close). Default: dilate
-dim  dim of structuring element (2D | 3D). Default: 3D
-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 }
}

VDictEntry DIMDict[]
 

Initial value:

 {
  { "2D", 0 },
  { "3D", 1 },
  { NULL }
}


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