Re: Platform for filters development
On Wed, Mar 21, 2012 at 12:05 PM, Nadav Horesh <nadavh.horesh@gmail.com>wrote:
(I think I missed the attachment)
Attached here a concept code showing my attempt to produce in improved (over ndimage.generic_filter) platform for filters development. The code is very preliminary and needs a lot of extension as well as rewrite. My main questions are:
1. Is there is already a mature package for this purpose? 2. Is there is need for such a module inside scikits?
Any comment is welcome.
Nadav
Hey Nadav, I had some problems building this example. (Actually, I couldn't even unzip it at first.) In case anyone else wants to try this out, I posted a version of your package <https://github.com/tonysyu/filter_iter> to my github account with some build modifications. I think the build requires Cython 0.15 (or at least, I think so: I was getting some build errors with 0.14 and upgrading seemed to fix it (although I may have made other changes along the way).) I haven't yet had time to play around with the code, so I don't have anything constructive to say about the code yet. Cheers, -Tony
participants (1)
-
Tony Yu