Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janetournois committed Jul 5, 2024
1 parent 448a06a commit 9823f33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _posts/2024-07-05-mesh3-improvements.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mesh generation algorithm to represent the input surface in a more accurate way,
</div>
-->

<br><br>
<br>
<p>Recent releases of CGAL have introduced improvements to the 3D Tetrahedral Mesh Generation package:
detection and protection of triple lines from labeled images,
use of weighted labeled images,
Expand Down Expand Up @@ -68,7 +68,7 @@ It consists in generating a second input image, made of integer coefficients cal
smoother domain boundaries. The 3D image of weights can be generated using <i>CGAL::Mesh_3::generate_label_weights()</i>.</p>

<div style="text-align:center;">
<a href="../../../../images/mesh3_weigthed_images.png"><img src="../../../../images/mesh3_weigthed_images.png" style="max-width:95%"/></a><br>
<a href="../../../../images/mesh3_weighted_images.png"><img src="../../../../images/mesh3_weighted_images.png" style="max-width:95%"/></a><br>
<br><small>Mesh generation from labeled image without weights (left, 88,000 vertices)
and with weights (right, 67,000 vertices).</small>
</div>
Expand All @@ -88,8 +88,6 @@ This method leverages the best of these two new functionalities.</p>
</div>
-->



<br>
<h3>Self-intersecting input surfaces</h3>

Expand Down

0 comments on commit 9823f33

Please sign in to comment.