[SciPy-Dev] Two dimensional Savitzky-Golay least-square filtering.

Davide Lasagna lasagnadavide at gmail.com
Sun May 16 12:13:54 EDT 2010


Hi all,

I have added to the Scipy Cookbook a code that performs filtering of 2D data
using the Savitsky-Golay algorithm, which is based on local least-square
fitting with bivariate polynomials. It also allows to compute the first
derivatives of the 2D data, but i'm going to add higher order derivatives
soon. It works quite well and the code is reasonably fast for "large" data
sets. It would be nice to have this function available in scipy.interpolate,
and i'm asking to the list if it is worth improving the code and adding
documentation. To have an idea of what it can be achieved have a look at the
attachments in the cookbook.


Cheers

Davide Lasagna

PhD in Fluid Dynamics
Politecnico di Torino, Italy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100516/d6e4b3bc/attachment.html>


More information about the SciPy-Dev mailing list