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

update changelog and readme #86

Merged
merged 1 commit into from
Jun 11, 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
9 changes: 8 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
- rotNmap: new tools to apply a rotation in the input normal map (it
rotates both the position and normals orientation to be
consistant. (Bertrand Kerautret [#70](https://github.com/DGtal-team/DGtalTools-contrib/pull/70))

- *Geometry3d*
- basicEditMesh: improvement of mesh read using generic reader/writer.
(Bertrand Kerautret [#72](https://github.com/DGtal-team/DGtalTools-contrib/pull/72))
- trunkMeshTransform: 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*
- graphViewer: new options to apply a scale factors on the radius input values
and to display constant tube section. (Bertrand Kerautret [#74](https://github.com/DGtal-team/DGtalTools-contrib/pull/74))

- polyMeshColorize: new tool to colorize a mesh. (Bertrand Kerautret [#83](https://github.com/DGtal-team/DGtalTools-contrib/pull/83)
- polyMeshEdit: new tool to edit mesh based on polyscope (Bertrand Kerautret [#78](https://github.com/DGtal-team/DGtalTools-contrib/pull/78)


# DGtalTools-contrib 1.3

- meshBasicEdit: new name of basicEditMesh and addition of a new
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,19 @@ Geometry3d

As the previous section but in 3d, it contains actually these tools:

- meshBasicEdit: to apply basic mesh edition (scale change, mesh face contraction, face filtering).
- basicMorphoFilter: apply basic morpho filter from a ball structural element.
- computeMeshDistances: computes for each face of a mesh A the minimal distance to another mesh B.
- graph2vol: converts graph object into volumetric image.
- meshAxisCutter: cuts the input mesh according one axis into sereral separate meshes.
- meshBasicEdit: to apply basic mesh edition (scale change, mesh face contraction, face filtering).
- volLocalMax: extract the local maximas of a vol image within a spherical kernel.
- xyzScale: a basic tool to adjust the scale of an xyz file.
- 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).
- trunkMeshTransform: tools to transform trunk mesh from input centerline and cylinder coordinates.
- 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 All @@ -100,7 +101,7 @@ This section, can contain all tools related to visualisation:
<td><img width="260" src="https://cloud.githubusercontent.com/assets/772865/12538777/cd8c2d28-c2e2-11e5-93ab-cb4a6cfadc8e.png"></td>
<td> <img width="260" src="https://cloud.githubusercontent.com/assets/772865/12523276/22205f46-c156-11e5-827d-ec788baf7029.png"> </td>
<td><img width="260" src="https://cloud.githubusercontent.com/assets/772865/13536787/02f16df6-e242-11e5-8541-88f8ca3f0a48.png"></td>
<td><img width="260" src=""https://github.com/DGtal-team/DGtalTools-contrib/assets/772865/10592c26-40b4-4cd4-8118-b30a82ab0be3"></td>
<td><img width="260" src="https://github.com/DGtal-team/DGtalTools-contrib/assets/772865/10592c26-40b4-4cd4-8118-b30a82ab0be3"></td>
</tr>
<tr>
<td>displayTgtCoverAlphaTS</td>
Expand Down
Loading