Exercise 5: Vision
Create a simple project which utilizes computer vision to do one or more of the following:
- process an image or images
- detection motion
- track movement
The result of the tracking and or detection should control the output of the program in some way.
You can use ofxOpenCv or any of the other computer vision / sensor tracking addons (ofxCv, ofxFaceTracker, etc).
Due date: 5/09
Readings:
Helpful:
Inspiration:
See Project 2