Jump to content

Laplacian smoothing: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
D123488 (talk | contribs)
No edit summary
Line 2: Line 2:


'''Laplacian smoothing''' is an algorithm to [[smoothing|smooth]] a [[Polygon mesh|polygonal mesh]]. For each vertex in a mesh, a new position is chosen based on local information (such as the position of neighbors) and the vertex is moved there. In the case that a mesh is topologically a rectangular grid (that is, each internal vertex is connected to four neighbors) then this operation produces the [[Laplacian]] of the mesh.
'''Laplacian smoothing''' is an algorithm to [[smoothing|smooth]] a [[Polygon mesh|polygonal mesh]]. For each vertex in a mesh, a new position is chosen based on local information (such as the position of neighbors) and the vertex is moved there. In the case that a mesh is topologically a rectangular grid (that is, each internal vertex is connected to four neighbors) then this operation produces the [[Laplacian]] of the mesh.

More formally, the smoothing operation may be described per-vertex as:

<math>x_{i}= \frac{1}{N} \sum_{j=0}^{N}x_j </math>

Where <math>N</math> is the number of adjacent vertices to node <math>i</math><ref>[[#Glen05|Glen et. al. 2005]]</ref>.


==External links==
==External links==
* http://www.andrew.cmu.edu/user/sowen/abstracts/Fi464.html
* http://www.andrew.cmu.edu/user/sowen/abstracts/Fi464.html

==References==
{{cite book |title=Mesh enhancement |last=Hansen |first=Glen A. |last2=Douglass |first2=R.W |first3=Andrew |last3=Zardecki |year=2005 |publisher=Imperial College Press |page=404 |ref=Glen05}}


[[Category:Geometric algorithms]]
[[Category:Geometric algorithms]]

Revision as of 19:08, 8 April 2009

Laplacian smoothing is an algorithm to smooth a polygonal mesh. For each vertex in a mesh, a new position is chosen based on local information (such as the position of neighbors) and the vertex is moved there. In the case that a mesh is topologically a rectangular grid (that is, each internal vertex is connected to four neighbors) then this operation produces the Laplacian of the mesh.

More formally, the smoothing operation may be described per-vertex as:

Where is the number of adjacent vertices to node [1].

External links

References

Hansen, Glen A.; Douglass, R.W; Zardecki, Andrew (2005). Mesh enhancement. Imperial College Press. p. 404.