Main Page   File List   Globals  

vquickmorph3d.c File Reference

vquickmorph3d - 3D morphological operators using distance transforms. More...


Detailed Description

vquickmorph3d - 3D morphological operators using distance transforms.

Description
3D morphological operators using distance transforms.
Usage
vquickmorph3d
Parameters:
-in  input image
-out  output image
-op  type of operation (dilate | erode | open | close). Default: dilate
-radius  radius of spherical structuring element. Default: 3
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