> Is there any efficient implementation of bilateral filter that works  
> smoothly with numpy?

Not that I know of...

Of course, if you were to write one, I'm sure there would be some  
interest in it! I would recommend looking into the tools in  
scipy.ndimage for basic image-processing support, but there's no  
bilateral filtering there.

Zach
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to