Converts any volumetric file to an OBJ one. Each grid point with value between [thresholdMin,thresholdMax] is exported as a unit cube.
Usage: vol2obj [input-file]
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)
-o [ --output ] arg              Output OBJ filename
-m [ --thresholdMin ] arg (=0)   threshold min to define binary shape
-M [ --thresholdMax ] arg (=255) threshold max to define binary shape
- See also
 - vol2obj.cpp