21 Sep
2010
21 Sep
'10
7:57 p.m.
I did not have the time to read thoroughly the code of your median filter, I think you wanted to know if this was efficient Cython code or not. I'll do it soon, maybe after you write a test function for this filter? By the way, what if the advantage of this function compared to scipy.ndimage.median_filter? No there is no reason to use our own rather than scipy's one (except that my implementation might be less obfuscated because it is less complicated) it was more an example of what we could do to bind C and python
Well, clearer and simpler code is definitely an advantage :-)