I've uploaded the sb-ported nodebox's TUIO library and the new version of my shoebot opencv library that I've renamed to sbopencv for two reasons: - now it's more than a simple video input library, it could becoming a potentially full featured computer vision library based on opencv - new version has introduced the use of cvBlobslib for blob detection. this part of opencv usually is not part of main opencv distribution, and comes with its own python bindings. This means that a binary library is included in sbopencv, compiled for linux 386. I can provide a linux amd64 binary shared library as well, but for other systems you should compile stuff yourself (it's not a huge task, the site is here: http://code.google.com/p/pyblobs/ and you can get code from svn there. It has a script that on ubuntu systems will even fetch dependencies packages if you want. while cvBlobslib page on opencv wiki is here: http://opencv.willowgarage.com/wiki/cvBlobsLib )
If you just want to have video support and don't want to mess with new binary libraries, you can refer to sbvideo library. If someone wants to have a look at opencv stuff and see if we can work out the tracking stuff togheter, he/she will be welcome. for TUIO library usage refer to nodebox site as usual, until we have time to re-organize docs. -- architetto Francesco Fantoni <HVA - Hermanitos Verdes Architetti> l.go san giacomo, 38 I-41100 modena (italia) tel.& fax. +39.059.217554 skype: hva_studio e.mail: [email protected] web: http://www.hv-a.com _______________________________________________ Shoebot-devel mailing list [email protected] http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
