Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 926 Bytes

filters.movingleastsquares.rst

File metadata and controls

22 lines (15 loc) · 926 Bytes

filters.movingleastsquares

The Moving Least Squares filter passes data through the Point Cloud Library (PCL) MovingLeastSquares algorithm.

MovingLeastSquares is an implementation of the MLS (Moving Least Squares) algorithm for data smoothing and improved normal estimation described in [Alexa2003]. It also contains methods for upsampling the resulting cloud based on the parametric fit.

[Alexa2003]Alexa, Marc, et al. "Computing and rendering point set surfaces." Visualization and Computer Graphics, IEEE Transactions on 9.1 (2003): 3-15.

Options

None at the moment. Relying on defaults within PCL.