Skip to content

Commit

Permalink
Merge pull request #82 from kerautret/meshTrunkTransform
Browse files Browse the repository at this point in the history
New tools trunkMeshTransform
  • Loading branch information
dcoeurjo authored May 25, 2024
2 parents 60cc5c6 + 8ce2dba commit dd11000
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 1 deletion.
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

0 comments on commit dd11000

Please sign in to comment.