Skip to content

Commit

Permalink
Update visualisation/volscope.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Bertrand Kerautret <[email protected]>
  • Loading branch information
dcoeurjo and kerautret authored Jan 27, 2024
1 parent 435a8f2 commit c9be9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualisation/volscope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int main(int argc, char**argv)
app.add_flag("--point-cloud-only",pclOnly, "In the volumetric mode, visualize the vol file as a point cloud instead of an hex mesh (default: false)");

int thresholdMin=0;
app.add_option("--min", thresholdMin, "For isosurface visualization and voxel filtering, specifies the threshold min (excluded) (default: 0).");
app.add_option("--min,--thresholdMin,-m", thresholdMin, "For isosurface visualization and voxel filtering, specifies the threshold min (excluded) (default: 0).");
int thresholdMax=255;
app.add_option("--max", thresholdMax, "For isosurface visualization and voxel filtering, specifies the threshold max (included) (default: 255).");

Expand Down

0 comments on commit c9be9d5

Please sign in to comment.