Need an advice

Jaidev Deshpande deshpande.jaidev at gmail.com
Thu Dec 22 15:25:05 EST 2011


On Fri, Dec 23, 2011 at 1:42 AM, Nadav Horesh <nadavh.horesh at gmail.com> wrote:
>
>Currently in use are filters and array processing from numpy, scipy.signal, scipy.ndimage and numexpr. I am looking for faster tools that cold be used without any extensive learning period.

Are filters all you're looking for? If yes, and if your application
isn't too sophisticated, you can simply use NumPy arrays as filters.
Or else try scikits-image.

What kind of filtering is it, and what's the application?

Best,
Jaidev



More information about the scikit-image mailing list