Skip to content

Commit b413c44

Browse files
authored
Merge pull request #460 from DGtal-team/docvolscope
volscope documentation
2 parents 8f6338f + a5c4f78 commit b413c44

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed

ChangeLog.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
[#452](https://github.com/DGtal-team/DGtalTools/pull/452))
2828
- volscope new vol visualization tool using polyscope (David Coeurjolly,
2929
[#455](https://github.com/DGtal-team/DGtalTools/pull/455))
30+
- volscope documentation enhanced (David Coeurjolly,
31+
[#460](https://github.com/DGtal-team/DGtalTools/pull/460))
3032

3133
- *volumetric*
3234
- volReSample: fix the impossibility to export to vol when ITK is activated

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Galleries
198198
<td align="center" colspan="2"><a href="https://dgtal-team.github.io/doctools-nightly/Doc3dImplicitSurfaceExtractorByThickening.html" > 3dImplicitSurfaceExtractorByThickening</a> </td>
199199
</tr>
200200
<tr>
201-
<td align="center" colspan="2"><img width=250 src="https://private-user-images.githubusercontent.com/700165/292447134-04037898-33e8-48f5-855c-d7432fe061e8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDYzOTA1NTUsIm5iZiI6MTcwNjM5MDI1NSwicGF0aCI6Ii83MDAxNjUvMjkyNDQ3MTM0LTA0MDM3ODk4LTMzZTgtNDhmNS04NTVjLWQ3NDMyZmUwNjFlOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTI3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEyN1QyMTE3MzVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZmRhODA5YTg2ODQ4Mzg1YzBiZDNlYWRiYmY0NzYxNDYyMzRhNTlkMWM0NDY4MDM5MDBkYmQ3OGJmYzE1YzA3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.LZ85J7dmRixTVIqho3NLnSQjllhEttiX7Z2yki3xNtk"</td>
201+
<td align="center" colspan="2"><img width=250 src="doc/images/volscope-surface.png"</td>
202202

203203
</tr>
204204
<tr>

doc/images/volscope-surface.png

1.8 MB
Loading

doc/images/volscope-volumetric.png

1.3 MB
Loading

doc/visualization.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@section visualization_Doc Visualization
2020

21-
21+
- @ref volscope : a new generic VOL file viewer using polyscope.
2222
- @ref Doc2dCompImage : compare images and displays differences (squared and absolute differences).
2323
- @ref CompSurfelData : computes generic scalar surfel data comparisons (squared error) ( given from an input data file and from a reference one).
2424
- @ref Doc3DCurvatureViewer : permits to compute and visualize mean or gaussian curvature of binary shapes.

visualisation/volscope.cpp

+9
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ typedef Shortcuts<Z3i::KSpace> SH3;
7070
-m, --min INT For isosurface visualization and voxel filtering, specifies the threshold min (excluded) (default: 0).
7171
-M, --max INT For isosurface visualization and voxel filtering, specifies the threshold max (included) (default: 255).
7272
@endcode
73+
74+
75+
@image html volscope-surface.png "Default visualization mode." width=50%
76+
77+
@image html volscope-volumetric.png "Volumetric visualization using polyscope slice planes." width=50%
78+
79+
80+
81+
7382
**/
7483

7584
int main(int argc, char**argv)

0 commit comments

Comments
 (0)