70 likes | 223 Views
Computer Vision for Tangible User Interfaces. Computer Vision. Method for extracting information from images and video streams Includes object identification and tracking Commonly combined with video projectors in TUI applications to augment physical objects with digital information.
E N D
Computer Vision • Method for extracting information from images and video streams • Includes object identification and tracking • Commonly combined with video projectors in TUI applications to augment physical objects with digital information. COMP TUI
Computer Vision • Strengths: • Fast way to do mockups and prototypes • Can track position and orientation of multiple objects • Weaknesses: • Can be sensitive to lighting and obstructions • Not portable • Often not robust • Computationally expensive COMP TUI
Java Media Framework • A Java library that will interface with most web cams • Makes it easy to capture still frames from a video stream • Sample code available on the compTUI website • http://java.sun.com/products/java-media/jmf/ COMP TUI
ARToolkit • Open source library • Tracks the position and orientation of physical markers • Real time performance • Markers use simple black squares • Pattern matching allows any marker patterns to be used • http://www.hitl.washington.edu/artoolkit/ COMP TUI
Intel’s Open Source Computer Vision Library (opencv) • Real time computer vision library • Open source • Object Identification • Face Recognition • Gesture Recognition • Motion Tracking • Tracks the position and orientation of physical markers • Real time performance • http://www.intel.com/technology/computing/opencv/ COMP TUI
TopCodes • Tangible Object Placement Codes • Designed for fast and accurate computer vision • Each TopCode encodes a 13-bit number • Can track position, size, and angular orientation of multiple objects • Self-calibrating • 100% Java • Code available on the compTUI website COMP TUI