Displays volume file with slice image by using QT and QGLviewer.
Usage: sliceViewer [input]
Allowed options are :
-h [ --help ]           display this message
-i [ --input ] arg      vol file (.vol) , pgm3d (.p3d or .pgm3d, pgm (with 3 
                        dims)) file or sdp (sequence of discrete points)
--hueColorMap           use hue color map to display images.
--gradHotColorMap       use hot gradient color map to display images.
--gradCoolColorMap      use cool gradient color map to display images.
--dicomMin arg (=-1000) set minimum density threshold on Hounsfield scale
--dicomMax arg (=3000)  set maximum density threshold on Hounsfield scale
Example: 
$ sliceViewer -i  $DGtal/examples/samples/lobster.vol
 
 - See also
 - sliceViewer.cpp