Kinect and OpenFrameworks and OpenCV

Introduction to OpenCV

OpenCV is the computer vision library that you can use with OpenFrameworks. OpenCV is used to detect and recognize faces.

The ofxKinect module was created to work with the libfreenect driver.

  1. Download the ofxKinect project


  2. Move it to your add-ons folder


  3. Move the example project to the apps/example folder


  4. Open the example and compile it


  1. Download the ofxOpenNI project


  2. Move it to your add-ons folder


  3. Move the example project to the apps/example folder


  4. Open the example and compile it