diff --git a/ChangeLog.md b/ChangeLog.md index 1cc23d02..add30418 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -27,6 +27,8 @@ [#452](https://github.com/DGtal-team/DGtalTools/pull/452)) - volscope new vol visualization tool using polyscope (David Coeurjolly, [#455](https://github.com/DGtal-team/DGtalTools/pull/455)) + - volscope documentation enhanced (David Coeurjolly, + [#460](https://github.com/DGtal-team/DGtalTools/pull/460)) - *volumetric* - volReSample: fix the impossibility to export to vol when ITK is activated diff --git a/README.md b/README.md index d24cc618..5fd95a75 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Galleries 3dImplicitSurfaceExtractorByThickening - + diff --git a/doc/images/volscope-surface.png b/doc/images/volscope-surface.png new file mode 100644 index 00000000..3c1c0c4b Binary files /dev/null and b/doc/images/volscope-surface.png differ diff --git a/doc/images/volscope-volumetric.png b/doc/images/volscope-volumetric.png new file mode 100644 index 00000000..f4987a9c Binary files /dev/null and b/doc/images/volscope-volumetric.png differ diff --git a/doc/visualization.dox b/doc/visualization.dox index e8f1b6c9..f458ab1c 100644 --- a/doc/visualization.dox +++ b/doc/visualization.dox @@ -18,7 +18,7 @@ @section visualization_Doc Visualization - + - @ref volscope : a new generic VOL file viewer using polyscope. - @ref Doc2dCompImage : compare images and displays differences (squared and absolute differences). - @ref CompSurfelData : computes generic scalar surfel data comparisons (squared error) ( given from an input data file and from a reference one). - @ref Doc3DCurvatureViewer : permits to compute and visualize mean or gaussian curvature of binary shapes. diff --git a/visualisation/volscope.cpp b/visualisation/volscope.cpp index 7fe38ad9..f98e7684 100644 --- a/visualisation/volscope.cpp +++ b/visualisation/volscope.cpp @@ -70,6 +70,15 @@ typedef Shortcuts SH3; -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). @endcode + + + @image html volscope-surface.png "Default visualization mode." width=50% + + @image html volscope-volumetric.png "Volumetric visualization using polyscope slice planes." width=50% + + + + **/ int main(int argc, char**argv)