Hoi, Not knowing what you are exactly looking for, you might want to check out SciPy: www.scipy.org (see the filter options in the 'old' pdf version of the scipy tutorial at www.scipy.org/Documentation for an overview). SciPy provides various filter options on arrays. Images can be imported, provided PIL is installed (which I presume anyway ;-) ).
Cheers Christian On Wednesday 15 February 2006 18:02, Dieter Vanderelst wrote: > Hi, > > I'm looking for a library of image filters to use in course assignment > on computer vision. > > I've considered the Filter Project > (http://filters.sourceforge.net/index.htm) and the openCV project > (http://www.intel.com/technology/computing/opencv/). But I found the > first lacking in documentation and the second hard to install. > > Does anybody has other suggestions about which filter library I could > use with Python? Did anybody use the first two suggestions? > > Or Maybe there is some computer vision application that I can access > trough the command line, so that I can use Python to control it? > > Any suggestions are very welcome, > > Dieter > _______________________________________________ > Image-SIG maillist - [email protected] > http://mail.python.org/mailman/listinfo/image-sig _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
