comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: 2D Savitzky-Golay derivative filter?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: 2D Savitzky-Golay derivative filter? [message #83092] Sun, 03 February 2013 13:37 Go to previous message
dg86 is currently offline  dg86
Messages: 118
Registered: September 2012
Senior Member
Thanks David for following up.

Sobel and Roberts both use nearest-neighbor estimates for derivatives, and thus do a bad job of computing gradients in noisy images. Savitzky-Golay does a much better job at rejecting noise because it uses information over a larger domain. It might seem tempting just to smooth the image to suppress noise before using a simple derivative operator. The problem is that smoothing suppresses real features along with the noise. Savitzky-Golay is much better at preserving features such as peaks and ridges.

So, unless somebody already has an implementation, I might spend a couple of days rolling my own.

All the best,

David
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Interupting a running procedure using Widget event interupts.
Next Topic: MAKE_RT strange behaviour

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:22:15 PDT 2025

Total time taken to generate the page: 0.00397 seconds