Main Page   File List   Globals  

volumeselect.c File Reference

volumeselect - select volumes from a set of volumes. More...


Detailed Description

volumeselect - select volumes from a set of volumes.

Description
Select volumes from a set of volumes. The output image will contain the selected volumes.
Usage
volumeselect
Parameters:
-in  input volume set
-out  output volume set
-feature  type of feature (size | circularity | compactness). Default: size
-type  type of operation (range | min | max). Default: range
-min  min value. Default: 0
-max  max value. Default: 1
Examples

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

Variable Documentation

VDictEntry FEATUREDict[]
 

Initial value:

 {
  { "size", 0 },
  { "circularity", 1 },
  { "compactness", 2 },
  { NULL }
}

VDictEntry TypeDict[]
 

Initial value:

 {
  { "range", 0 },
  { "min", 1 },
  { "max", 2 },
  { NULL }
}


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