opencv?

id like to play a little bit with openCv, but i was not able to find out neither how to install nor if it supports python 3.1

thx, rennurb

get openframeworks /c++ framework, it has opencv included and tutorials/ www.openframeworks.cc

or processing /java/p5 framework/ it has a precompiled c version of opencv you use. www.processing.org

Well i guess, if i would like to use it in a python 3 script (especially in blender) i would have to write modules in c++ , is it right or even possible ???
thx aermartin for your quick reply

I think you would have to add it to source code extern lib, and write c/c++ to use it. all of blender except game engine is in c.