changed:
-
----
=== Possible Mentors ===
*Lluis Gómez i Bigordà
=== Description ===
OpenCV bindings for PureData (usable on pdp and GEM libraries).
The Open Computer Vision Library has > 500 algorithms, documentation and sample code for real time computer vision.
For now we have here the start point for an openCV implementation but it's still a lot of work to do. Both coding new bindings and also a revision the ones we have done.
Documentation is also a pending task.
Resources to start:
*http://iem.kug.ac.at/pd/externals-HOWTO : a tutorial on how to write C externals for pure data
*http://hangar.org/wikis/lab/doku.php?id=start:puredata_opencv : the actual pd_opencv implementation (basic aproach)
*http://www.iamas.ac.jp/~jovan02/cv/ : cv.jit is a collection of Open Source max/msp/jitter tools for computer vision applications.
*http://sourceforge.net/projects/opencvlibrary/ : the OpenCV Library (source and examples)
=== Required Skills ===
*some knowledge of C/C++ programming
*interest in computer vision