Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New tools trunkMeshTransform #82

Merged
merged 18 commits into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
(Bertrand Kerautret [#71](https://github.com/DGtal-team/DGtalTools-contrib/pull/71))
- meshAxisCutter: new option to select range meshes.
(Bertrand Kerautret [#80](https://github.com/DGtal-team/DGtalTools-contrib/pull/80))
- meshAxisCutter: new tools to transform trunk mesh from input centerline and cylinder coordinates.
(Bertrand Kerautret [#82](https://github.com/DGtal-team/DGtalTools-contrib/pull/82))

- *visualisation*
- polyMeshEdit: tool to edit a mesh (add local noise, remove selected faces).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ As the previous section but in 3d, it contains actually these tools:
- off2obj: tool to convert a mesh represented in off format into obj format.
- obj2off: tool to convert a .obj mesh into the .off format.
- off2sdp: converts a mesh into a set of points (.sdp).
- volFillCCSize: fills each Connected Component with a value corresponding to the number of voxels of the CC.
- volFillCCSize: fills each Connected Component with a value corresponding to the number of voxels of the CC.
- meshAxisCutter: tools to transform trunk mesh from input centerline and cylinder coordinates.
<table><tr>
<td> <img width="268" src="https://cloud.githubusercontent.com/assets/772865/12481207/d20d246c-c047-11e5-8986-ae17a582c977.png" </td>
<td> <img width="268" alt="result after olFillCSSize" src="https://user-images.githubusercontent.com/772865/138257925-60b3d30e-3a00-46ee-b9bc-fc44dff65f65.png">
Expand Down
1 change: 1 addition & 0 deletions geometry3d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SET(DGTAL_TOOLS_DEVEL_SRC
vol2meshAndNormals
meshAxisCutter
graph2vol
trunkMeshTransform
)


Expand Down
Loading
Loading