Skip to content

Commit

Permalink
deploy: d28b65c
Browse files Browse the repository at this point in the history
  • Loading branch information
janetournois committed Nov 26, 2024
1 parent 41b4ed7 commit 64403f8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions 2024/12/01/mesh3-improvements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ <h4><a href="http://www.geometryfactory.com" target="_blank">GeometryFactory</a>

<p>Introduced in CGAL 3.5, the package
<a href="https://doc.cgal.org/latest/Manual/packages.html#PkgMesh3" text="3D Mesh Generation">3D Mesh Generation</a>
is designed to generate a isotropic simplicial meshes discretizing 3D domains.
Since then, multiple improvements in mesh quality, performances, and versatility have been made available in CGAL.
Lately, CGAL authors have focused more on the quality of the output mesh, the ability of the
mesh generation algorithm to represent the input surface in a more accurate way, for a wider range of input data types.
enables the generation of isotropic simplicial meshes discretizing 3D domains.
Since then, multiple improvements in mesh quality, performance, and versatility have been made available in CGAL.
Lately, we have focused more on the quality of the output mesh, the ability of the
mesh generation algorithm to represent the input surface in a more accurate way, and for a wider range of input data types.
</p>

<p><br /></p>
Expand All @@ -163,7 +163,7 @@ <h4><a href="http://www.geometryfactory.com" target="_blank">GeometryFactory</a>
and a new approximation error criterion for polyline features.</p>

<p><br /></p>
<h3>Triple lines from labeled images</h3>
<h3>Triple Lines from Labeled Images</h3>

<p>CGAL's tetrahedral mesh generation algorithm is able to compute tetrahedral meshes from 3D segmented images.
For all types of inputs, detection and construction of one-dimensional features must be done a priori for the
Expand Down Expand Up @@ -202,7 +202,7 @@ <h3>Weighted Labeled Images</h3>

<p>When a segmented image is given as input for tetrahedral mesh generation,
the generated mesh surface sometimes sticks too closely to the voxels surface, causing an aliasing effect. A solution to generate
a smooth and accurate output surface was described by Stalling et al in
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., &amp; 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
Expand Down
14 changes: 7 additions & 7 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>CGAL</title>
<link href="http://www.cgal.org/" rel="self"/>
<link href="http://www.cgal.org"/>
<updated>2024-11-26T10:27:21+00:00</updated>
<updated>2024-11-26T11:09:50+00:00</updated>
<id>http://www.cgal.org</id>
<author>
<name>CGAL Editorial Board</name>
Expand All @@ -23,10 +23,10 @@

&lt;p&gt;Introduced in CGAL 3.5, the package
&lt;a href=&quot;https://doc.cgal.org/latest/Manual/packages.html#PkgMesh3&quot; text=&quot;3D Mesh Generation&quot;&gt;3D Mesh Generation&lt;/a&gt;
is designed to generate a isotropic simplicial meshes discretizing 3D domains.
Since then, multiple improvements in mesh quality, performances, and versatility have been made available in CGAL.
Lately, CGAL authors have focused more on the quality of the output mesh, the ability of the
mesh generation algorithm to represent the input surface in a more accurate way, for a wider range of input data types.
enables the generation of isotropic simplicial meshes discretizing 3D domains.
Since then, multiple improvements in mesh quality, performance, and versatility have been made available in CGAL.
Lately, we have focused more on the quality of the output mesh, the ability of the
mesh generation algorithm to represent the input surface in a more accurate way, and for a wider range of input data types.
&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
Expand All @@ -36,7 +36,7 @@ generation and use of weighted labeled images,
and a new approximation error criterion for polyline features.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h3&gt;Triple lines from labeled images&lt;/h3&gt;
&lt;h3&gt;Triple Lines from Labeled Images&lt;/h3&gt;

&lt;p&gt;CGAL&apos;s tetrahedral mesh generation algorithm is able to compute tetrahedral meshes from 3D segmented images.
For all types of inputs, detection and construction of one-dimensional features must be done a priori for the
Expand Down Expand Up @@ -75,7 +75,7 @@ are added to the feature graph of the domain for feature protection.&lt;/p&gt;

&lt;p&gt;When a segmented image is given as input for tetrahedral mesh generation,
the generated mesh surface sometimes sticks too closely to the voxels surface, causing an aliasing effect. A solution to generate
a smooth and accurate output surface was described by Stalling et al in
a smooth and accurate output surface was described by Stalling et al. in
&lt;a href=&quot;https://opus4.kobv.de/opus4-zib/frontdoor/index/index/docId/382&quot;&gt;&lt;i&gt;Stalling, D., Zöckler, M., Sander, O., &amp;amp; Hege, H. C. (1998),
Weighted labels for 3D image segmentation&lt;/i&gt;&lt;/a&gt;.
It consists in generating a second input image, made of integer coefficients called weights, and use those weights to define
Expand Down
16 changes: 8 additions & 8 deletions rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>CGAL - CGAL Editorial Board</description>
<link>http://www.cgal.org</link>
<link>http://www.cgal.org</link>
<lastBuildDate>2024-11-26T10:27:21+00:00</lastBuildDate>
<pubDate>2024-11-26T10:27:21+00:00</pubDate>
<lastBuildDate>2024-11-26T11:09:50+00:00</lastBuildDate>
<pubDate>2024-11-26T11:09:50+00:00</pubDate>
<ttl>1800</ttl>


Expand All @@ -18,10 +18,10 @@

&lt;p&gt;Introduced in CGAL 3.5, the package
&lt;a href=&quot;https://doc.cgal.org/latest/Manual/packages.html#PkgMesh3&quot; text=&quot;3D Mesh Generation&quot;&gt;3D Mesh Generation&lt;/a&gt;
is designed to generate a isotropic simplicial meshes discretizing 3D domains.
Since then, multiple improvements in mesh quality, performances, and versatility have been made available in CGAL.
Lately, CGAL authors have focused more on the quality of the output mesh, the ability of the
mesh generation algorithm to represent the input surface in a more accurate way, for a wider range of input data types.
enables the generation of isotropic simplicial meshes discretizing 3D domains.
Since then, multiple improvements in mesh quality, performance, and versatility have been made available in CGAL.
Lately, we have focused more on the quality of the output mesh, the ability of the
mesh generation algorithm to represent the input surface in a more accurate way, and for a wider range of input data types.
&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
Expand All @@ -31,7 +31,7 @@ generation and use of weighted labeled images,
and a new approximation error criterion for polyline features.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h3&gt;Triple lines from labeled images&lt;/h3&gt;
&lt;h3&gt;Triple Lines from Labeled Images&lt;/h3&gt;

&lt;p&gt;CGAL&apos;s tetrahedral mesh generation algorithm is able to compute tetrahedral meshes from 3D segmented images.
For all types of inputs, detection and construction of one-dimensional features must be done a priori for the
Expand Down Expand Up @@ -70,7 +70,7 @@ are added to the feature graph of the domain for feature protection.&lt;/p&gt;

&lt;p&gt;When a segmented image is given as input for tetrahedral mesh generation,
the generated mesh surface sometimes sticks too closely to the voxels surface, causing an aliasing effect. A solution to generate
a smooth and accurate output surface was described by Stalling et al in
a smooth and accurate output surface was described by Stalling et al. in
&lt;a href=&quot;https://opus4.kobv.de/opus4-zib/frontdoor/index/index/docId/382&quot;&gt;&lt;i&gt;Stalling, D., Zöckler, M., Sander, O., &amp;amp; Hege, H. C. (1998),
Weighted labels for 3D image segmentation&lt;/i&gt;&lt;/a&gt;.
It consists in generating a second input image, made of integer coefficients called weights, and use those weights to define
Expand Down

0 comments on commit 64403f8

Please sign in to comment.