Converts dicom file into a volumetric file (.vol, .longvol .pgm3d).
Usage: dicom2vol [input] [output]
Allowed options are: 
-h [ --help ]           display this message
-i [ --input ] arg      dicom image  (.dcm) 
-o [ --output ] arg     volumetric file (.vol, .longvol .pgm3d) 
--dicomMin arg (=-1000) set minimum density threshold on Hounsfield scale
--dicomMax arg (=3000)  set maximum density threshold on Hounsfield scale
Example: 
$ dicom2vol -i ${
DGtal}/tests/samples/dicomSample/1629.dcm --dicomMin -500 --dicomMax -100 -o sample.vol
- See also
 - dicom2vol.cpp