Displays volume file as a voxel set by using QGLviewer.
The mode specifies if you wish to see surface elements (BDRY), the inner voxels (INNER) or the outer voxels (OUTER) that touch the boundary.
Usage: 3dVolViewer [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)
-m [ --thresholdMin ] arg (=0)     threshold min to define binary shape
-M [ --thresholdMax ] arg (=255)   threshold max to define binary shape
-n [ --numMaxVoxel ] arg (=500000) set the maximal voxel number to be 
                                   displayed.
--dicomMin arg (=-1000)            set minimum density threshold on 
                                   Hounsfield scale
--dicomMax arg (=3000)             set maximum density threshold on 
                                   Hounsfield scale
-t [ --transparency ] arg (=255)   transparency
Example: 
$ 3dVolViewer -i $DGtal/examples/samples/lobster.vol -m 60 -t 10
You should obtain such a result:
Resulting visualization.
 
- See also
 - 3dVolViewer.cpp