Skip to content

Commit 0c6e049

Browse files
committed
deploy: 1c9d4d2
1 parent 88054a7 commit 0c6e049

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

2025/05/22/Surface_remeshing/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,15 @@ <h3>Approximated Discrete Centroidal Voronoi Diagram (ACVD) Remeshing</h3>
193193

194194
<br />
195195
<div style="text-align:center;">
196-
<a href="../../../../images/XXX.png"><img src="../../../../images/XXX.png" style="max-width:95%" /></a>
197-
<br /><small>[IMPRESSIVE IMAGE ALGORITHM]</small>
196+
<a href="../../../../images/ACVD_ex.png"><img src="../../../../images/ACVD_ex.png" style="max-width:95%" /></a>
197+
<br /><small>From left to right: Input mesh; Remeshing with a budget of 50k vertices; Curvature adaptative remeshing with a budget of 50k vertices.</small>
198198
</div>
199199

200200
<p>If the input mesh contains sharp features or corners, it is possible to use quadric error metrics to either move output vertices (fast, but can produce bad looking triangles), of to use quadric error metrics directly into the energy formulation of each cluster (slower, but produces better quality triangles). Additionally, adaptive remeshing based on surface curvature is possible.</p>
201201

202202
<br />
203203
<div style="text-align:center;">
204-
<a href="../../../../images/XXX.png"><img src="../../../../images/XXX.png" style="max-width:95%" /></a>
204+
<a href="../../../../images/ACVD_qem.png"><img src="../../../../images/ACVD_qem.png" style="max-width:95%" /></a>
205205
<br /><small>[IMAGE DIFFERENT STRATEGIES]</small>
206206
</div>
207207
<br />
@@ -223,7 +223,7 @@ <h3>Remeshing of (Almost) Planar Patches</h3>
223223
and collinearity checks.</p>
224224

225225
<div style="text-align:center;">
226-
<a href="../../../../images/XXX.png"><img src="../../../../images/XXX.png" style="max-width:95%" /></a><br />
226+
<a href="../../../../images/planar_remeshing.png"><img src="../../../../images/planar_remeshing.png" style="max-width:95%" /></a><br />
227227
<br /><small>[IMPRESSIVE COPLANAR REMESHING IMAGES].</small>
228228
</div>
229229

atom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>CGAL</title>
55
<link href="http://www.cgal.org/" rel="self"/>
66
<link href="http://www.cgal.org"/>
7-
<updated>2025-06-05T16:30:23+00:00</updated>
7+
<updated>2025-06-06T11:57:00+00:00</updated>
88
<id>http://www.cgal.org</id>
99
<author>
1010
<name>CGAL Editorial Board</name>
@@ -66,15 +66,15 @@ allowing the processing of large meshes up to several million triangles.&lt;/p&g
6666

6767
&lt;br /&gt;
6868
&lt;div style=&quot;text-align:center;&quot;&gt;
69-
&lt;a href=&quot;../../../../images/XXX.png&quot;&gt;&lt;img src=&quot;../../../../images/XXX.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
70-
&lt;br /&gt;&lt;small&gt;[IMPRESSIVE IMAGE ALGORITHM]&lt;/small&gt;
69+
&lt;a href=&quot;../../../../images/ACVD_ex.png&quot;&gt;&lt;img src=&quot;../../../../images/ACVD_ex.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
70+
&lt;br /&gt;&lt;small&gt;From left to right: Input mesh; Remeshing with a budget of 50k vertices; Curvature adaptative remeshing with a budget of 50k vertices.&lt;/small&gt;
7171
&lt;/div&gt;
7272

7373
&lt;p&gt;If the input mesh contains sharp features or corners, it is possible to use quadric error metrics to either move output vertices (fast, but can produce bad looking triangles), of to use quadric error metrics directly into the energy formulation of each cluster (slower, but produces better quality triangles). Additionally, adaptive remeshing based on surface curvature is possible.&lt;/p&gt;
7474

7575
&lt;br /&gt;
7676
&lt;div style=&quot;text-align:center;&quot;&gt;
77-
&lt;a href=&quot;../../../../images/XXX.png&quot;&gt;&lt;img src=&quot;../../../../images/XXX.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
77+
&lt;a href=&quot;../../../../images/ACVD_qem.png&quot;&gt;&lt;img src=&quot;../../../../images/ACVD_qem.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
7878
&lt;br /&gt;&lt;small&gt;[IMAGE DIFFERENT STRATEGIES]&lt;/small&gt;
7979
&lt;/div&gt;
8080
&lt;br /&gt;
@@ -96,7 +96,7 @@ This function performs a detection of the planar regions using geometric predica
9696
and collinearity checks.&lt;/p&gt;
9797

9898
&lt;div style=&quot;text-align:center;&quot;&gt;
99-
&lt;a href=&quot;../../../../images/XXX.png&quot;&gt;&lt;img src=&quot;../../../../images/XXX.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
99+
&lt;a href=&quot;../../../../images/planar_remeshing.png&quot;&gt;&lt;img src=&quot;../../../../images/planar_remeshing.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
100100
&lt;br /&gt;&lt;small&gt;[IMPRESSIVE COPLANAR REMESHING IMAGES].&lt;/small&gt;
101101
&lt;/div&gt;
102102

images/ACVD_ex.png

297 KB
Loading

images/ACVD_qem.png

391 KB
Loading

images/planar_remeshing.png

327 KB
Loading

rss.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>CGAL - CGAL Editorial Board</description>
66
<link>http://www.cgal.org</link>
77
<link>http://www.cgal.org</link>
8-
<lastBuildDate>2025-06-05T16:30:23+00:00</lastBuildDate>
9-
<pubDate>2025-06-05T16:30:23+00:00</pubDate>
8+
<lastBuildDate>2025-06-06T11:57:00+00:00</lastBuildDate>
9+
<pubDate>2025-06-06T11:57:00+00:00</pubDate>
1010
<ttl>1800</ttl>
1111

1212

@@ -61,15 +61,15 @@ allowing the processing of large meshes up to several million triangles.&lt;/p&g
6161

6262
&lt;br /&gt;
6363
&lt;div style=&quot;text-align:center;&quot;&gt;
64-
&lt;a href=&quot;../../../../images/XXX.png&quot;&gt;&lt;img src=&quot;../../../../images/XXX.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
65-
&lt;br /&gt;&lt;small&gt;[IMPRESSIVE IMAGE ALGORITHM]&lt;/small&gt;
64+
&lt;a href=&quot;../../../../images/ACVD_ex.png&quot;&gt;&lt;img src=&quot;../../../../images/ACVD_ex.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
65+
&lt;br /&gt;&lt;small&gt;From left to right: Input mesh; Remeshing with a budget of 50k vertices; Curvature adaptative remeshing with a budget of 50k vertices.&lt;/small&gt;
6666
&lt;/div&gt;
6767

6868
&lt;p&gt;If the input mesh contains sharp features or corners, it is possible to use quadric error metrics to either move output vertices (fast, but can produce bad looking triangles), of to use quadric error metrics directly into the energy formulation of each cluster (slower, but produces better quality triangles). Additionally, adaptive remeshing based on surface curvature is possible.&lt;/p&gt;
6969

7070
&lt;br /&gt;
7171
&lt;div style=&quot;text-align:center;&quot;&gt;
72-
&lt;a href=&quot;../../../../images/XXX.png&quot;&gt;&lt;img src=&quot;../../../../images/XXX.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
72+
&lt;a href=&quot;../../../../images/ACVD_qem.png&quot;&gt;&lt;img src=&quot;../../../../images/ACVD_qem.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;
7373
&lt;br /&gt;&lt;small&gt;[IMAGE DIFFERENT STRATEGIES]&lt;/small&gt;
7474
&lt;/div&gt;
7575
&lt;br /&gt;
@@ -91,7 +91,7 @@ This function performs a detection of the planar regions using geometric predica
9191
and collinearity checks.&lt;/p&gt;
9292

9393
&lt;div style=&quot;text-align:center;&quot;&gt;
94-
&lt;a href=&quot;../../../../images/XXX.png&quot;&gt;&lt;img src=&quot;../../../../images/XXX.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
94+
&lt;a href=&quot;../../../../images/planar_remeshing.png&quot;&gt;&lt;img src=&quot;../../../../images/planar_remeshing.png&quot; style=&quot;max-width:95%&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
9595
&lt;br /&gt;&lt;small&gt;[IMPRESSIVE COPLANAR REMESHING IMAGES].&lt;/small&gt;
9696
&lt;/div&gt;
9797

0 commit comments

Comments
 (0)