software

TwitterFacebook
Get flash to fully experience Pearltrees
http://reactivision.sourceforge.net/ a toolkit for tangible multi-touch surfaces reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers attached onto physical objects, as well as for multi-touch finger tracking. It was mainly designed as a toolkit for the rapid development of table-based tangible user interfaces (TUI) and multi-touch interactive surfaces. This framework has been developed by Martin Kaltenbrunner and Ross Bencina at the Music Technology Group at the Universitat Pompeu Fabra in Barcelona, Spain. reacTIVision was designed as the underlying sensor component of the Reactable , a tangible modular synthesizer that has set the standards for tangible multi-touch applications.

reacTIVision

vvvv - a multipurpose toolkit | vvvv

http://vvvv.org/ Greek | Spanish | Italian vvvv is a hybrid graphical/textual programming environment for easy prototyping and development. It is designed to facilitate the handling of large media environments with physical interfaces, real-time motion graphics, audio and video that can interact with many users simultaneously. Responsible for its development is the vvvv group . For a detailed overview of vvvvs features read the Propaganda or see some Screenshots of vvvv for a basic understanding of what you are dealing with here. People also seem to be interested in what the faq vvvv might mean .

Processing.org

Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production. To contribute to the development, please visit Processing on Google Code to read instructions for downloading the code , building from the source , reporting and tracking bugs , and creating libraries and tools . http://processing.org/
This library is aimed at doing computer vision by finding ‘blobs’ on an image , that is to say areas whose brightness is above or below a particular value. It allows to compute blobs’edges as well as blobs’bounding box. However, this library does not perform blob tracking, it only tries to find all blobs each frame it was fed with. It was primarly developped for Processing but can be used in any java programs. August 2011 Wow. Finally took time to fix a bug with navigation, also updated the download package which respects the Processing standard (library / src / examples) for a simpler installation. http://www.v3ga.net/processing/BlobDetection/index-page-home.html

BlobDetection library / v3ga