SYNOPSIS
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
Author
Generated automatically by Doxygen for VIA - Volumetric Image Analysis from the source code.