Re: Filtering with Savitzky-Golay
Posted by
Gabriel Landini on
Mar 03, 2007; 10:01am
URL: http://imagej.273.s1.nabble.com/Filtering-with-Savitzky-Golay-tp3699606p3699607.html
Pedro wrote:
> I wanted to use a Savintzky-Golay filter, but I
> found no plugin for it.
This sounds like an interesting filter.
This page:
http://research.microsoft.com/users/jckrumm/SavGol/SavGol.htmdescribes the filter and gives (at the bottom) the two-dimensional
Savitzky-Golay filters for different patch sizes and polynomial orders.
Would it be just a matter of loading the convolver with those values?
If so, then it may be quite straightforward.
Cheers,
Gabriel