-
Tetrahedral Mesh Generation improvements
+Tetrahedral Mesh Generation Improvements
@@ -182,9 +182,9 @@
@@ -230,14 +230,14 @@
-
Mesh generation from polyhedral surface with varying edge_distance meshing criterion. - The quality improvement is important on the lower end of stool feet. +
Mesh generation from polyhedral surface with varying
Tetrahedral Mesh Generation improvements
+ Tetrahedral Mesh Generation Improvements
diff --git a/April20/index.html b/April20/index.html
index c08bb9198..1e20c0664 100644
--- a/April20/index.html
+++ b/April20/index.html
@@ -215,8 +215,8 @@ December 2024
- Tetrahedral Mesh Generation improvements -- Tetrahedral Mesh Generation improvements in CGAL-6.0.1
+ Tetrahedral Mesh Generation Improvements -- Tetrahedral Mesh Generation Improvements in CGAL-6.0.1
diff --git a/April2015.html b/April2015.html
index dc5f0ee77..07769e610 100644
--- a/April2015.html
+++ b/April2015.html
@@ -183,7 +183,7 @@ December 2024 Tetrahedral Mesh Generation improvements: Tetrahedral Mesh Generation improvements in CGAL-6.0.1
+ December 2024 Tetrahedral Mesh Generation Improvements: Tetrahedral Mesh Generation Improvements in CGAL-6.0.1
diff --git a/April2019.html b/April2019.html
index f8d12b8d6..457e2a1c2 100644
--- a/April2019.html
+++ b/April2019.html
@@ -215,8 +215,8 @@ December 2024
- Tetrahedral Mesh Generation improvements -- Tetrahedral Mesh Generation improvements in CGAL-6.0.1
+ Tetrahedral Mesh Generation Improvements -- Tetrahedral Mesh Generation Improvements in CGAL-6.0.1
diff --git a/April21/index.html b/April21/index.html
index 7d7f46e7d..2c81d05f4 100644
--- a/April21/index.html
+++ b/April21/index.html
@@ -204,8 +204,8 @@ December 2024
- Tetrahedral Mesh Generation improvements -- Tetrahedral Mesh Generation improvements in CGAL-6.0.1
+ Tetrahedral Mesh Generation Improvements -- Tetrahedral Mesh Generation Improvements in CGAL-6.0.1
diff --git a/April22/index.html b/April22/index.html
index 97670a921..73f92b055 100644
--- a/April22/index.html
+++ b/April22/index.html
@@ -222,8 +222,8 @@ December 2024
- Tetrahedral Mesh Generation improvements -- Tetrahedral Mesh Generation improvements in CGAL-6.0.1
+ Tetrahedral Mesh Generation Improvements -- Tetrahedral Mesh Generation Improvements in CGAL-6.0.1
diff --git a/April24/index.html b/April24/index.html
index 4247cbf8c..6fd397a45 100644
--- a/April24/index.html
+++ b/April24/index.html
@@ -254,8 +254,8 @@ December 2024
- Tetrahedral Mesh Generation improvements -- Tetrahedral Mesh Generation improvements in CGAL-6.0.1
+ Tetrahedral Mesh Generation Improvements -- Tetrahedral Mesh Generation Improvements in CGAL-6.0.1
diff --git a/atom.xml b/atom.xml
index 2b0e17a49..9ce38817b 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
CGAL
- 2024-11-26T11:09:50+00:00
+ 2024-11-26T15:03:10+00:00
http://www.cgal.org
CGAL Editorial Board
@@ -13,7 +13,7 @@
- Tetrahedral Mesh Generation improvements
+ Tetrahedral Mesh Generation Improvements
2024-12-01T00:00:00+00:00
http://www.cgal.org/2024/12/01/mesh3-improvements
@@ -55,9 +55,9 @@ are added to the feature graph of the domain for feature protection.</p>
<p>Two detection functors are provided :
<ul>
- <li><i>CGAL::Detect_features_in_image()</i> detects and constructs all
+ <li><code>CGAL::Detect_features_in_image()</code> detects and constructs all
polylines lying at the intersection of three or more subdomains, and</li>
- <li><i>CGAL::Detect_features_on_image_bbox()</i> detects and constructs the polylines
+ <li><code>CGAL::Detect_features_on_image_bbox()</code> detects and constructs the polylines
that lie at the intersection of two or more subdomains and the bounding box of the input labeled image.</li>
</ul>
</p>
@@ -79,7 +79,7 @@ a smooth and accurate output surface was described by Stalling et al. in
<a href="https://opus4.kobv.de/opus4-zib/frontdoor/index/index/docId/382"><i>Stalling, D., Zöckler, M., Sander, O., & Hege, H. C. (1998),
Weighted labels for 3D image segmentation</i></a>.
It consists in generating a second input image, made of integer coefficients called weights, and use those weights to define
-smoother domain boundaries. The 3D image of weights can be generated by <i>CGAL::Mesh_3::generate_label_weights()</i>.</p>
+smoother domain boundaries. The 3D image of weights can be generated by <code>CGAL::Mesh_3::generate_label_weights()</code>.</p>
<div style="text-align:center;">
<a href="../../../../images/mesh3_weighted_images.png"><img src="../../../../images/mesh3_weighted_images.png" style="max-width:100%" /></a><br />
@@ -103,14 +103,14 @@ until they are satisfied.
The list of CGAL meshing criteria has been enriched with a new criterion that enables the user to
define an upper bound on the distance between the input feature graph and the output feature edges.</p>
-<p>The following example shows how to use this new criterion, called <i>edge_distance</i>:
+<p>The following example shows how to use this new criterion, called <code>edge_distance</code>:
<a href="https://doc.cgal.org/6.0.1/Mesh_3/Mesh_3_2mesh_polyhedral_domain_with_edge_distance_8cpp-example.html">
mesh_polyhedral_domain_with_edge_distance.cpp</a>.</p>
<div style="text-align:center;">
<a href="../../../../images/mesh3_edge_distance_stool.png"><img src="../../../../images/mesh3_edge_distance_stool.png" style="max-width:65%" /></a><br />
- <br /><small>Mesh generation from polyhedral surface with varying <i>edge_distance</i> meshing criterion.
- The quality improvement is important on the lower end of stool feet.</small>
+ <br /><small>Mesh generation from polyhedral surface with varying <code>edge_distance</code> meshing criterion.
+ The quality improvement is noticeable at the bottom section of the stool legs.</small>
</div>
<h3>Status</h3>
diff --git a/index.html b/index.html
index 1a831826b..87c1971e5 100644
--- a/index.html
+++ b/index.html
@@ -244,8 +244,8 @@ December 2024
- Tetrahedral Mesh Generation improvements -- Tetrahedral Mesh Generation improvements in CGAL-6.0.1
+ Tetrahedral Mesh Generation Improvements -- Tetrahedral Mesh Generation Improvements in CGAL-6.0.1
diff --git a/news.html b/news.html
index 81a46ca60..62ecbaae9 100644
--- a/news.html
+++ b/news.html
@@ -150,7 +150,7 @@
Triple Lines from Labeled Images
Two detection functors are provided :
-
-
- CGAL::Detect_features_in_image() detects and constructs all +
CGAL::Detect_features_in_image()
detects and constructs all polylines lying at the intersection of three or more subdomains, and
- - CGAL::Detect_features_on_image_bbox() detects and constructs the polylines +
CGAL::Detect_features_on_image_bbox()
detects and constructs the polylines that lie at the intersection of two or more subdomains and the bounding box of the input labeled image.
Weighted Labeled Images
Stalling, D., Zöckler, M., Sander, O., & Hege, H. C. (1998), Weighted labels for 3D image segmentation. It consists in generating a second input image, made of integer coefficients called weights, and use those weights to define -smoother domain boundaries. The 3D image of weights can be generated by CGAL::Mesh_3::generate_label_weights(). +smoother domain boundaries. The 3D image of weights can be generated byCGAL::Mesh_3::generate_label_weights()
.
@@ -230,14 +230,14 @@
Approximation Criterion on Feature Edges
The list of CGAL meshing criteria has been enriched with a new criterion that enables the user to define an upper bound on the distance between the input feature graph and the output feature edges. -The following example shows how to use this new criterion, called edge_distance: +
The following example shows how to use this new criterion, called edge_distance
:
mesh_polyhedral_domain_with_edge_distance.cpp.
-
Mesh generation from polyhedral surface with varying edge_distance meshing criterion. - The quality improvement is important on the lower end of stool feet. +
Mesh generation from polyhedral surface with varying
edge_distance
meshing criterion.
+ The quality improvement is noticeable at the bottom section of the stool legs.
Status
@@ -263,7 +263,7 @@Recent Posts
-December 2024
Latest News
Latest News
-Latest News
Latest News
Latest News
Latest News
Latest News
December
-
-
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 1, 2024
diff --git a/news/2008/04/01/Higgs/index.html b/news/2008/04/01/Higgs/index.html
index f0b5eb95d..9a04b6d59 100644
--- a/news/2008/04/01/Higgs/index.html
+++ b/news/2008/04/01/Higgs/index.html
@@ -211,7 +211,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2009/04/01/GhostNet/index.html b/news/2009/04/01/GhostNet/index.html
index 64be81a62..d295cff18 100644
--- a/news/2009/04/01/GhostNet/index.html
+++ b/news/2009/04/01/GhostNet/index.html
@@ -247,7 +247,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2010/03/31/gsoc-2010/index.html b/news/2010/03/31/gsoc-2010/index.html
index 8dec764d1..71c7e8326 100644
--- a/news/2010/03/31/gsoc-2010/index.html
+++ b/news/2010/03/31/gsoc-2010/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2010/04/01/oil-tuna/index.html b/news/2010/04/01/oil-tuna/index.html
index c67ca1b3e..9417b704f 100644
--- a/news/2010/04/01/oil-tuna/index.html
+++ b/news/2010/04/01/oil-tuna/index.html
@@ -215,7 +215,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2011/03/31/gsoc-2011/index.html b/news/2011/03/31/gsoc-2011/index.html
index a1102fe77..1c23f4fc3 100644
--- a/news/2011/03/31/gsoc-2011/index.html
+++ b/news/2011/03/31/gsoc-2011/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2012/03/21/gsoc-2012/index.html b/news/2012/03/21/gsoc-2012/index.html
index ea8cc329f..65175e4ca 100644
--- a/news/2012/03/21/gsoc-2012/index.html
+++ b/news/2012/03/21/gsoc-2012/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2012/04/01/biometry/index.html b/news/2012/04/01/biometry/index.html
index 32ebb382e..3316d220e 100644
--- a/news/2012/04/01/biometry/index.html
+++ b/news/2012/04/01/biometry/index.html
@@ -257,7 +257,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2013/04/01/newlogo/index.html b/news/2013/04/01/newlogo/index.html
index 98afa5168..e30e0d4c9 100644
--- a/news/2013/04/01/newlogo/index.html
+++ b/news/2013/04/01/newlogo/index.html
@@ -290,7 +290,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2013/04/12/gsoc-2013/index.html b/news/2013/04/12/gsoc-2013/index.html
index 66a9e81cd..a6e506da3 100644
--- a/news/2013/04/12/gsoc-2013/index.html
+++ b/news/2013/04/12/gsoc-2013/index.html
@@ -160,7 +160,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2014/04/01/GoogleGrass/index.html b/news/2014/04/01/GoogleGrass/index.html
index 05e853c52..1728ddd32 100644
--- a/news/2014/04/01/GoogleGrass/index.html
+++ b/news/2014/04/01/GoogleGrass/index.html
@@ -231,7 +231,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2014/05/24/gsoc-2014/index.html b/news/2014/05/24/gsoc-2014/index.html
index e9d06a4a2..ee44d0c0f 100644
--- a/news/2014/05/24/gsoc-2014/index.html
+++ b/news/2014/05/24/gsoc-2014/index.html
@@ -158,7 +158,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2014/08/08/siggraph-2014/index.html b/news/2014/08/08/siggraph-2014/index.html
index 0354cae77..208a7f376 100644
--- a/news/2014/08/08/siggraph-2014/index.html
+++ b/news/2014/08/08/siggraph-2014/index.html
@@ -158,7 +158,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2015/04/01/SpaceX/index.html b/news/2015/04/01/SpaceX/index.html
index f2ac0ddcc..6c518c4a5 100644
--- a/news/2015/04/01/SpaceX/index.html
+++ b/news/2015/04/01/SpaceX/index.html
@@ -262,7 +262,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2015/08/09/siggraph-2015/index.html b/news/2015/08/09/siggraph-2015/index.html
index 202bc13b3..9dca31577 100644
--- a/news/2015/08/09/siggraph-2015/index.html
+++ b/news/2015/08/09/siggraph-2015/index.html
@@ -158,7 +158,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2016/04/01/Flashmob/index.html b/news/2016/04/01/Flashmob/index.html
index 81b776703..33a269ef2 100644
--- a/news/2016/04/01/Flashmob/index.html
+++ b/news/2016/04/01/Flashmob/index.html
@@ -238,7 +238,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2016/07/26/siggraph-2016/index.html b/news/2016/07/26/siggraph-2016/index.html
index b89018fce..650cc145a 100644
--- a/news/2016/07/26/siggraph-2016/index.html
+++ b/news/2016/07/26/siggraph-2016/index.html
@@ -173,7 +173,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2017/04/01/Swarowski/index.html b/news/2017/04/01/Swarowski/index.html
index 3fe4e27ff..897430a86 100644
--- a/news/2017/04/01/Swarowski/index.html
+++ b/news/2017/04/01/Swarowski/index.html
@@ -255,7 +255,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2017/04/26/cgal-college-de-france/index.html b/news/2017/04/26/cgal-college-de-france/index.html
index 97c9e8e00..7ec7dcadf 100644
--- a/news/2017/04/26/cgal-college-de-france/index.html
+++ b/news/2017/04/26/cgal-college-de-france/index.html
@@ -164,7 +164,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2017/07/30/siggraph-2017/index.html b/news/2017/07/30/siggraph-2017/index.html
index 739ea2fc8..a97d5bd0e 100644
--- a/news/2017/07/30/siggraph-2017/index.html
+++ b/news/2017/07/30/siggraph-2017/index.html
@@ -164,7 +164,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2018/02/12/gsoc-2018-mentoring/index.html b/news/2018/02/12/gsoc-2018-mentoring/index.html
index 111800be7..053b9559f 100644
--- a/news/2018/02/12/gsoc-2018-mentoring/index.html
+++ b/news/2018/02/12/gsoc-2018-mentoring/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2018/04/01/GreenProjectAward/index.html b/news/2018/04/01/GreenProjectAward/index.html
index 45eabd670..045c2549a 100644
--- a/news/2018/04/01/GreenProjectAward/index.html
+++ b/news/2018/04/01/GreenProjectAward/index.html
@@ -267,7 +267,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2018/04/23/gsoc-2018-projects-accepted/index.html b/news/2018/04/23/gsoc-2018-projects-accepted/index.html
index 1e19fb25f..40cb10b6d 100644
--- a/news/2018/04/23/gsoc-2018-projects-accepted/index.html
+++ b/news/2018/04/23/gsoc-2018-projects-accepted/index.html
@@ -158,7 +158,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2018/08/12/siggraph-2018/index.html b/news/2018/08/12/siggraph-2018/index.html
index 69333691f..3dfc5c590 100644
--- a/news/2018/08/12/siggraph-2018/index.html
+++ b/news/2018/08/12/siggraph-2018/index.html
@@ -167,7 +167,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2018/10/16/InterGEO-2018/index.html b/news/2018/10/16/InterGEO-2018/index.html
index 79eaeef14..8e1823e7c 100644
--- a/news/2018/10/16/InterGEO-2018/index.html
+++ b/news/2018/10/16/InterGEO-2018/index.html
@@ -167,7 +167,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2018/10/17/FFS/index.html b/news/2018/10/17/FFS/index.html
index f0fedd2f1..4f37c7593 100644
--- a/news/2018/10/17/FFS/index.html
+++ b/news/2018/10/17/FFS/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2019/02/27/gsoc-2019-mentoring/index.html b/news/2019/02/27/gsoc-2019-mentoring/index.html
index 75f54db54..f02d0ac19 100644
--- a/news/2019/02/27/gsoc-2019-mentoring/index.html
+++ b/news/2019/02/27/gsoc-2019-mentoring/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2019/04/01/Nike/index.html b/news/2019/04/01/Nike/index.html
index 775b68b15..8669059cf 100644
--- a/news/2019/04/01/Nike/index.html
+++ b/news/2019/04/01/Nike/index.html
@@ -241,7 +241,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2019/06/18/cg-contest/index.html b/news/2019/06/18/cg-contest/index.html
index f0c77ba04..dca5fcdb4 100644
--- a/news/2019/06/18/cg-contest/index.html
+++ b/news/2019/06/18/cg-contest/index.html
@@ -157,7 +157,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2019/07/28/siggraph-2019/index.html b/news/2019/07/28/siggraph-2019/index.html
index 95bc17b33..7a718bf99 100644
--- a/news/2019/07/28/siggraph-2019/index.html
+++ b/news/2019/07/28/siggraph-2019/index.html
@@ -165,7 +165,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2019/09/30/new_releases/index.html b/news/2019/09/30/new_releases/index.html
index 04e746a7e..e097ab2ce 100644
--- a/news/2019/09/30/new_releases/index.html
+++ b/news/2019/09/30/new_releases/index.html
@@ -181,7 +181,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2020/02/20/gsoc-2020-mentoring/index.html b/news/2020/02/20/gsoc-2020-mentoring/index.html
index d10e4f5f9..4c5d5be23 100644
--- a/news/2020/02/20/gsoc-2020-mentoring/index.html
+++ b/news/2020/02/20/gsoc-2020-mentoring/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2020/04/01/Bayer/index.html b/news/2020/04/01/Bayer/index.html
index 9574d996b..dfd0ce6de 100644
--- a/news/2020/04/01/Bayer/index.html
+++ b/news/2020/04/01/Bayer/index.html
@@ -230,7 +230,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2020/11/16/new_bugfix_releases/index.html b/news/2020/11/16/new_bugfix_releases/index.html
index 1fd19e284..db2e4345e 100644
--- a/news/2020/11/16/new_bugfix_releases/index.html
+++ b/news/2020/11/16/new_bugfix_releases/index.html
@@ -167,7 +167,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2021/04/01/Clubhouse/index.html b/news/2021/04/01/Clubhouse/index.html
index a7095cfb4..6d469dcab 100644
--- a/news/2021/04/01/Clubhouse/index.html
+++ b/news/2021/04/01/Clubhouse/index.html
@@ -196,7 +196,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2021/06/02/new_bugfix_releases/index.html b/news/2021/06/02/new_bugfix_releases/index.html
index 95a0b4c21..ba3da700f 100644
--- a/news/2021/06/02/new_bugfix_releases/index.html
+++ b/news/2021/06/02/new_bugfix_releases/index.html
@@ -167,7 +167,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2021/07/06/three_new_releases/index.html b/news/2021/07/06/three_new_releases/index.html
index 97ddd8a3c..c2d628f55 100644
--- a/news/2021/07/06/three_new_releases/index.html
+++ b/news/2021/07/06/three_new_releases/index.html
@@ -168,7 +168,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2021/12/13/two_new_releases/index.html b/news/2021/12/13/two_new_releases/index.html
index 82bd5ff81..badc91182 100644
--- a/news/2021/12/13/two_new_releases/index.html
+++ b/news/2021/12/13/two_new_releases/index.html
@@ -167,7 +167,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2022/03/08/gsoc-2022-mentoring/index.html b/news/2022/03/08/gsoc-2022-mentoring/index.html
index c43c4a2b5..41bda4fe7 100644
--- a/news/2022/03/08/gsoc-2022-mentoring/index.html
+++ b/news/2022/03/08/gsoc-2022-mentoring/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2022/04/01/sxsw/index.html b/news/2022/04/01/sxsw/index.html
index 845933475..e20dd5efc 100644
--- a/news/2022/04/01/sxsw/index.html
+++ b/news/2022/04/01/sxsw/index.html
@@ -196,7 +196,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2022/06/07/three_new_releases/index.html b/news/2022/06/07/three_new_releases/index.html
index 5faaf999b..197e576a3 100644
--- a/news/2022/06/07/three_new_releases/index.html
+++ b/news/2022/06/07/three_new_releases/index.html
@@ -168,7 +168,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2023/03/08/gsoc-2023-mentoring/index.html b/news/2023/03/08/gsoc-2023-mentoring/index.html
index e45ad6b9e..605b0fbcc 100644
--- a/news/2023/03/08/gsoc-2023-mentoring/index.html
+++ b/news/2023/03/08/gsoc-2023-mentoring/index.html
@@ -159,7 +159,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2023/04/01/Influence4You/index.html b/news/2023/04/01/Influence4You/index.html
index e6e46d7b7..a937fa2a3 100644
--- a/news/2023/04/01/Influence4You/index.html
+++ b/news/2023/04/01/Influence4You/index.html
@@ -254,7 +254,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2023/04/07/SoCG-Test-of-Time-Award/index.html b/news/2023/04/07/SoCG-Test-of-Time-Award/index.html
index eb9cc3007..b68b8b233 100644
--- a/news/2023/04/07/SoCG-Test-of-Time-Award/index.html
+++ b/news/2023/04/07/SoCG-Test-of-Time-Award/index.html
@@ -175,7 +175,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2023/07/28/three_new_releases/index.html b/news/2023/07/28/three_new_releases/index.html
index d2fa92dc8..f69e0abdb 100644
--- a/news/2023/07/28/three_new_releases/index.html
+++ b/news/2023/07/28/three_new_releases/index.html
@@ -169,7 +169,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2023/07/31/siggraph-2023/index.html b/news/2023/07/31/siggraph-2023/index.html
index 05e393dfd..e2be92b1e 100644
--- a/news/2023/07/31/siggraph-2023/index.html
+++ b/news/2023/07/31/siggraph-2023/index.html
@@ -163,7 +163,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2024/04/01/Bourbaki/index.html b/news/2024/04/01/Bourbaki/index.html
index 0e910ab77..6c30ab9e9 100644
--- a/news/2024/04/01/Bourbaki/index.html
+++ b/news/2024/04/01/Bourbaki/index.html
@@ -202,7 +202,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/news/2024/07/01/siggraph-2024/index.html b/news/2024/07/01/siggraph-2024/index.html
index f7e68ab9a..6eb922029 100644
--- a/news/2024/07/01/siggraph-2024/index.html
+++ b/news/2024/07/01/siggraph-2024/index.html
@@ -166,7 +166,7 @@
- Tetrahedral Mesh Generation improvements +
- Tetrahedral Mesh Generation Improvements
December 2024
diff --git a/rss.xml b/rss.xml
index 79f73a5e0..d47d3e1a0 100644
--- a/rss.xml
+++ b/rss.xml
@@ -5,13 +5,13 @@
-
-
Tetrahedral Mesh Generation improvements +Tetrahedral Mesh Generation Improvements <h3><a href="https://geometryfactory.com/who-we-are/">Jane Tournois</a></h3> <h4><a href="http://www.geometryfactory.com" target="_blank">GeometryFactory</a></h4> @@ -50,9 +50,9 @@ are added to the feature graph of the domain for feature protection.</p> <p>Two detection functors are provided : <ul> - <li><i>CGAL::Detect_features_in_image()</i> detects and constructs all + <li><code>CGAL::Detect_features_in_image()</code> detects and constructs all polylines lying at the intersection of three or more subdomains, and</li> - <li><i>CGAL::Detect_features_on_image_bbox()</i> detects and constructs the polylines + <li><code>CGAL::Detect_features_on_image_bbox()</code> detects and constructs the polylines that lie at the intersection of two or more subdomains and the bounding box of the input labeled image.</li> </ul> </p> @@ -74,7 +74,7 @@ a smooth and accurate output surface was described by Stalling et al. in <a href="https://opus4.kobv.de/opus4-zib/frontdoor/index/index/docId/382"><i>Stalling, D., Zöckler, M., Sander, O., & Hege, H. C. (1998), Weighted labels for 3D image segmentation</i></a>. It consists in generating a second input image, made of integer coefficients called weights, and use those weights to define -smoother domain boundaries. The 3D image of weights can be generated by <i>CGAL::Mesh_3::generate_label_weights()</i>.</p> +smoother domain boundaries. The 3D image of weights can be generated by <code>CGAL::Mesh_3::generate_label_weights()</code>.</p> <div style="text-align:center;"> <a href="../../../../images/mesh3_weighted_images.png"><img src="../../../../images/mesh3_weighted_images.png" style="max-width:100%" /></a><br /> @@ -98,14 +98,14 @@ until they are satisfied. The list of CGAL meshing criteria has been enriched with a new criterion that enables the user to define an upper bound on the distance between the input feature graph and the output feature edges.</p> -<p>The following example shows how to use this new criterion, called <i>edge_distance</i>: +<p>The following example shows how to use this new criterion, called <code>edge_distance</code>: <a href="https://doc.cgal.org/6.0.1/Mesh_3/Mesh_3_2mesh_polyhedral_domain_with_edge_distance_8cpp-example.html"> mesh_polyhedral_domain_with_edge_distance.cpp</a>.</p> <div style="text-align:center;"> <a href="../../../../images/mesh3_edge_distance_stool.png"><img src="../../../../images/mesh3_edge_distance_stool.png" style="max-width:65%" /></a><br /> - <br /><small>Mesh generation from polyhedral surface with varying <i>edge_distance</i> meshing criterion. - The quality improvement is important on the lower end of stool feet.</small> + <br /><small>Mesh generation from polyhedral surface with varying <code>edge_distance</code> meshing criterion. + The quality improvement is noticeable at the bottom section of the stool legs.</small> </div> <h3>Status</h3>