This library was developed for use in interactive projection applications. The library is based on OpenCV and has methods for recognizing interactions with objects in the projection.
To run the example, compile with cmake. OpenCV 3.0 is required.
- cmake .
- make
- ./sample
| Key | Description |
|---|---|
| 'c' | capture chessboeard corners to find homography |
| 'u' | undistort captured image |
| 'd' | start interaction detection |
| ' ' | active recursive training of background |
| 'l' | clear background subtractor history |
| esc | quit application |
Make your own interactive projection applications using an opencv open source library.
