Video Tracking of the Plaza
From Medialab Prado
Contents |
Code
fachada_tracker_v1 xcode project
Stefanix's OF blob tracker with interface changes developed during the interactive floor project. Code tested on Windows 7 with openFrameworks pre release v0.061
Test Files
To Dos!
- Install Code::Blocks and download Openframeworks on tracking PC
- Research and test gamuza (or other) software
- Search OF forum for other people's blob tracking code
- Implement adaptive background capture
- Test blurring, dilation, etc. with contour finder
- Ideas for network transmission of data (osc, tcp, tuio)
- Convert color tracking code from flash to OF
- Create polygon masker
Blob tracking
- People tracking / optical flow (discussion from 2008 on the ofx forum)
- interactive floor code (student project we worked on - screenshot above is based on this code)
- ofCvBlobTracker (attempts to run older OF blob tracking code in more recent versions of OF)
- Blob tracking in Open CV (overview of what the code does)
- screenshot of Chris O'Shea's Audience tracker

