filters.movingleastsquares¶
The Moving Least Squares filter passes data through the Point Cloud Library moving least squares algorithm.
Moving least squares is intended to smooth data and improve normal estiation as described in [Alexa2003]. It also contains methods for upsampling the resulting cloud based on the parametric fit.
Dynamic Plugin
This stage requires a dynamic plugin to operate
Example¶
[
"input.las",
{
"type":"filters.movingleastsquares"
},
{
"type":"writers.las",
"filename":"output.las"
}
]
Options¶
None.