Main Page   File List   Globals  

vlabel2d.c File Reference

vlabel2d - 2D connected component labelling. More...


Detailed Description

vlabel2d - 2D connected component labelling.

Description
2D connected component labelling
Reference
The algorithm is described in : G. Lohmann (1998). "Volumetric Image Analysis", John Wiley & Sons, Chichester, England.
Usage
vlabel2d
Parameters:
-in  input image
-out  output image
-n  neighbourhood type (4 | 8). Default: 8
-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:

 {
  { "4", 0 },
  { "8", 1 },
  { NULL }
}


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