From: pburns on
Does anyone know where I might find an efficient median filter that adapts the size of the filtering kernel according to object edge information, so as to better conserve object borders?
From: Scott Seidman on
pburns <patrick_burns(a)hotmail.com> wrote in
news:21105392.1170780098405.JavaMail.jakarta(a)nitrogen.mathforum.org:

> Does anyone know where I might find an efficient median filter that
> adapts the size of the filtering kernel according to object edge
> information, so as to better conserve object borders?
>


Is there any particular reason why you want to use a median filter? If
not, might I suggest that a savitzky-golay filter might be better suited.

I think its sgolayfilt. Might be part of a toolbox.


--
Scott
Reverse name to reply