Moving least squares: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Igor Grešovnik
(Created the article)
 
imported>Igor Grešovnik
No edit summary
Line 2: Line 2:


In [[computer graphics]], the moving least squares method is useful for reconstructing a surface from a set of points. Often it is used to create a 3D surface from a cloud of points through either [[downsampling]] or [[upsampling]].
In [[computer graphics]], the moving least squares method is useful for reconstructing a surface from a set of points. Often it is used to create a 3D surface from a cloud of points through either [[downsampling]] or [[upsampling]].
== See also ==
*[[Function approximation]]
*[[Weighted least squares]]
*[[Optimization]]

Revision as of 00:24, 24 November 2007

Moving least squares is a method of approximating a continuous functions from a set of eventually unorganized point samples via the calculation of a weighted least squares measure biased towards the region around the point at which the approximation value is requested.

In computer graphics, the moving least squares method is useful for reconstructing a surface from a set of points. Often it is used to create a 3D surface from a cloud of points through either downsampling or upsampling.


See also