[Numpy-discussion] Bilteral filter

Zachary Pincus zachary.pincus at yale.edu
Sat Aug 2 12:14:19 EDT 2008


> 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



More information about the NumPy-Discussion mailing list