Main Page   File List   Globals  

vimage2graph.c File Reference

vimage2graph - convert a raster image to graph representation. More...


Detailed Description

vimage2graph - convert a raster image to graph representation.

Description
The input image must be a Vista raster image of arbitrary pixel representation. The output will be a graph where each pixel is representated by one node. The pixel value will be attached to the node.
Usage
vimage2graph
Parameters:
-in  input image
-out  output graph
-min  minimal voxel value (voxel below this value are not converted). Default: -32000
-max  maximal voxel value (voxel above this value are not converted). Default: 32000
-link  Whether to link nodes in graph (true | false). If set to 'true' then 26-adjacent voxels will be linked by an edge. Default: true
Examples

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

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