Main Page   File List   Globals  

vlabel3d.c File Reference

vlabel3d - 3D connected component labelling. More...


Detailed Description

vlabel3d - 3D connected component labelling.

Description
3D connected component labelling
Reference
The algorithm is described in : G. Lohmann (1998). "Volumetric Image Analysis", John Wiley & Sons, Chichester, England.
Usage
vlabel3d
Parameters:
-in  input image
-out  output image
-n  neighbourhood type (6 | 26). Default: 26
-repn  output representation type (ubyte | short). Default: short
Examples

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

Variable Documentation

VDictEntry TYPEDict[]
 

Initial value:

 {
  { "ubyte", 0 },
  { "short", 1 },
  { NULL }
}

VDictEntry ADJDict[]
 

Initial value:

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


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