Volumetric file visualization using polyscope
Usage: volscope [options] –input <fileName>
Allowed options are :
Usage: ./volscope [OPTIONS] 1
Positionals:
1 TEXT:FILE REQUIRED Input vol file.
Options:
-h,--help Print this help message and exit
-i,--input TEXT:FILE REQUIRED Input vol file.
--volumetricMode Activate the volumetric mode instead of the isosurface visualization.
--point-cloud-only In the volumetric mode, visualize the vol file as a point cloud instead of an hex mesh (default: false)
-m, --min INT For isosurface visualization and voxel filtering, specifies the threshold min (excluded) (default: 0).
-M, --max INT For isosurface visualization and voxel filtering, specifies the threshold max (included) (default: 255).
Default visualization mode.
Volumetric visualization using polyscope slice planes.