Ask Your Question

kfj's profile - activity

2020-11-13 07:34:03 -0600 received badge  Famous Question (source)
2018-06-29 05:25:26 -0600 received badge  Notable Question (source)
2016-08-17 10:51:31 -0600 received badge  Popular Question (source)
2013-09-27 20:41:53 -0600 received badge  Student (source)
2013-04-09 02:47:43 -0600 asked a question openCV and Pypy?

Hi all!

I was wondering if there are any plans to make openCV available for Pypy? See

http://pypy.org/

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.