vimage2graph(1)
NAME
vimage2graph
vimage2graph - convert a raster image to graph representation
SYNOPSIS
Detailed Description
vimage2graph - convert a raster image to graph representation
Description.RS 4 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
Author:
G.Lohmann, MPI-CBS, 2004
Author
- Generated automatically by Doxygen for VIA - Volumetric Image Analysis
from the source code.