From 9823f33570b566968d67156bb820a3dc4c67c124 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 5 Jul 2024 14:43:54 +0200 Subject: [PATCH] typo --- _posts/2024-07-05-mesh3-improvements.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_posts/2024-07-05-mesh3-improvements.md b/_posts/2024-07-05-mesh3-improvements.md index 6f24170c9..f0268f986 100644 --- a/_posts/2024-07-05-mesh3-improvements.md +++ b/_posts/2024-07-05-mesh3-improvements.md @@ -26,7 +26,7 @@ mesh generation algorithm to represent the input surface in a more accurate way, --> -

+

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, @@ -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 CGAL::Mesh_3::generate_label_weights().

-
+

Mesh generation from labeled image without weights (left, 88,000 vertices) and with weights (right, 67,000 vertices).
@@ -88,8 +88,6 @@ This method leverages the best of these two new functionalities.

--> - -

Self-intersecting input surfaces