DGtalTools  0.9.2
convertVol

Converts volumetric file into volumetric file from different formats (pgm3d, vol, longvol).

Usage: convertVol [input] [output]

Allowed options are:

-h [ --help ] display this message
-i [ --input ] arg volumetric file (.pgm3d, .vol, .longvol)
-o [ --output ] arg volumetric file (.pgm3d, .vol, .longvol)

Example:

$ convertVol -i ${DGtal}/examples/samples/lobster.vol -o convertedVol.p3d
See also
convertVol.cpp