[Numpy-discussion] Bilateral filter: bug corrected

Nadav Horesh nadavh at visionsense.com
Fri Feb 13 02:19:27 EST 2009


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

  Nadav


-------------- next part --------------
A non-text attachment was scrubbed...
Name: bilateral_base.pyx
Type: application/octet-stream
Size: 4089 bytes
Desc: bilateral_base.pyx
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090213/47d94b60/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bilateral.py
Type: text/x-python
Size: 1896 bytes
Desc: bilateral.py
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090213/47d94b60/attachment.py>


More information about the NumPy-Discussion mailing list