Fingerpaint
Z Varhoo
Home page is http://fingerpaint.varhoo.cz
Instalation for Ubuntu
First you able to install this package for Ubuntu 10.10 +
- gtk
sudo apt-get install libgtk2.0-dev
- opencv
sudo apt-get install libcv-dev libcvaux-dev libhighgui-dev
- python
sudo apt-get install python-opencv
- comipile
sudo apt-get install cmake g++
- Complate instalation on one line:
sudo apt-get install libgtk2.0-dev libcv-dev libcvaux-dev libhighgui-dev python-opencv cmake g++
- Download fingerpaint
svn co https://fingerpaint.svn.sourceforge.net/svnroot/fingerpaint fingerpaint
- Compilate application
cd fingerpaint make -B
Using
New version works with senzor kinect
./fingerpaint
Old version which works only with camera:
./fingerpaint -cam <cam id>
Troubleshooting
Correct worked version with camera is svn revise 24.
svn update -r 23