openCV and Pypy?
Hi all!
I was wondering if there are any plans to make openCV available for Pypy? See
Using openCV with Pypy would be a win-win situation: while openCV provides a vast collection of fast established vision code, Pypy can speed up infrastructure code and experimental processing routines written in Python - often by a factor of ten, but at times even much more.
Pypy is now quite mature, and it's version of numpy (called numpypy) already provides a good deal of numpy functionality.