VisionX V4 | VXTOVTK | VisionX V4 |
vxtovtk − data format converter from VX image to VTK data |
vxtovtk if=infile of=outfile [-v3d] [-vol] [-a] [-v] |
Vxtovtk is a data format converter from VX binary image to VTK data. By default, VTK polygon data is created. It takes in a segmented binary VX image file and outputs VTK polygon data file. When -vol flag is used, VTK volume data is created, and the input should be 3D visionX image file. This program uses vpoltoadj and vvptovtk for polygon output and uses vxtovtkv for volume output. Vxtovtk is used in vtkrnd (vtk rendering engine), so the user should not have to use this program directly. |
For polygon data output, input should be binary image. |
if= |
input VX binary image file. |
||
of= |
output file in VTK format. (default: binary mode) |
||
-v3d |
input file is a VX polygon file. (for polygon output only) |
||
-vol |
output VTK volume data. (default: polygon data) |
||
-a |
output VTK file in ASCII mode. |
||
-v |
verbose mode. |
H.Bae, J.Lee, 2006 |
vpoltoadj(1), vvptovtk(1) |