VisionX V4VXTOVTKVisionX V4
NAME

vxtovtk − data format converter from VX image to VTK data

SYNOPSIS

vxtovtk if=infile of=outfile [-v3d] [-vol] [-a] [-v]

DESCRIPTION

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.

CONSTRAINTS

For polygon data output, input should be binary image.

OPTIONS

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.

AUTHOR

H.Bae, J.Lee, 2006

SEE ALSO

vpoltoadj(1), vvptovtk(1)