<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Laplacian | Ben Ahlbrand CV</title><link>https://benjamin.ahlbrand.me/tags/laplacian/</link><atom:link href="https://benjamin.ahlbrand.me/tags/laplacian/index.xml" rel="self" type="application/rss+xml"/><description>Laplacian</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 03 Feb 2021 00:00:00 +0000</lastBuildDate><image><url>https://benjamin.ahlbrand.me/media/sharing.png</url><title>Laplacian</title><link>https://benjamin.ahlbrand.me/tags/laplacian/</link></image><item><title>Laplacian Smoothing</title><link>https://benjamin.ahlbrand.me/post/2021-12-03-laplacian-smoothing/</link><pubDate>Wed, 03 Feb 2021 00:00:00 +0000</pubDate><guid>https://benjamin.ahlbrand.me/post/2021-12-03-laplacian-smoothing/</guid><description>&lt;p>I implemented laplacian smoothing in my core c++ pipeline using the discrete formulation of the cotangent laplace &lt;strong>&lt;a href="https://en.wikipedia.org/wiki/Laplace%E2%80%93Beltrami_operator" target="_blank" rel="noopener">operator&lt;/a>&lt;/strong>.&lt;/p>
&lt;p>As a test case, I tried &amp;ldquo;over-smoothing&amp;rdquo; a typical mesh to see it reduce along the medial axes. Below you see my source mesh before smoothing:&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="flex justify-center ">
&lt;div class="w-100" >&lt;img src="https://benjamin.ahlbrand.me/assets/elephant.png" alt="elephant" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;p>And after several iterations:&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="flex justify-center ">
&lt;div class="w-100" >&lt;img src="https://benjamin.ahlbrand.me/assets/elephant-semi-smoothed.png" alt="elephant smoothed" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;p>And now several more:&lt;/p>
&lt;p>#
&lt;figure >
&lt;div class="flex justify-center ">
&lt;div class="w-100" >&lt;img src="https://benjamin.ahlbrand.me/assets/elephant-smoothed.png" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p></description></item></channel></rss>