Main Page   File List   Globals  

vsmooth3d.c File Reference

vsmooth3d - perform 3d smoothing filter. More...


Detailed Description

vsmooth3d - perform 3d smoothing filter.

Description
vsmooth3d is a ranking filter used for smoothing segmentation results. The filter computes the most frequent value in a 6 (or 18) neighbourhood and replaces the center pixel with this value. The pixels within the neighbourhood are weighted. This program is useful for postprocessing of segmentation results. It will produce smooth boundaries between regions.
Usage
vsmooth3d
Parameters:
-in  input image
-out  output image
-n  type of neighbourhood used for smoothing (6 | 18 | 26). Default: 18
-iter  number of iterations. Default: 1
Examples

Known bugs
none.
Author:
G.Lohmann, MPI-CBS, 2004

Variable Documentation

VDictEntry TYPDict[]
 

Initial value:

 {
  { "6", 0 },
  { "18", 1 },
  { "26", 2 },
  { NULL }
}


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