[Numpy-discussion] Bilateral filter: bug corrected
Stéfan van der Walt
stefan@sun.ac...
Fri Feb 13 03:50:07 CST 2009
Hi Nadav
2009/2/13 Nadav Horesh <nadavh@visionsense.com>:
>
> Attached here a code for bilateral filter:
>
> 1. The code is composed of a cython back end (bilateral_base.pyx) and a python front end (bilateral.py)
> 2. I do not have the tools to make windows binaries (I run it on gentoo linux) .
> 3. It is not hard to strip the cython code to get a pure (and slow) python implementation.
> 4. If someone finds the licensing inadequate, I have no problem to re-license.
>
>
> Any comments are (more then) welcome
Thanks for the update! I added a setup.py and fixed a small problem
with the includes. Everything is here:
http://github.com/stefanv/bilateral/tree/master
Cheers
Stéfan
More information about the Numpy-discussion
mailing list