Laplacian smoothing
From Wikipedia, the free encyclopedia
This article is about the mesh smoothing algorithm. For the multinomial shrinkage estimator, also called Laplace smoothing or add-one smoothing, see Additive smoothing.
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2007) |
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
and
is the new position for node
.[1]
[edit] References
- ^ Hansen, Glen A.; Douglass, R. W; Zardecki, Andrew (2005). Mesh enhancement. Imperial College Press. p. 404.
| This geometry-related article is a stub. You can help Wikipedia by expanding it. |
