DGtalTools  0.9.4
itk2vol

Converts itk file into a volumetric file (.vol, .pgm3d).

Usage: itk2vol [input] [output]

Allowed options are:

-h [ --help ] display this message
-i [ --input ] arg Any file format in the ITK library (mhd, mha, ...)
-o [ --output ] arg volumetric file (.vol, .pgm3d)
--inputMin arg (=-1000) set minimum density threshold on Hounsfield scale
--inputMax arg (=3000) set maximum density threshold on Hounsfield scale

Example:

$itk2vol -i image.mhd --dicomMin -500 --dicomMax -100 -o sample.vol
See also
itk2vol.cpp