Skip to content

thorikawa/N3

Repository files navigation

#N3

##What's N3

##DEMO

##How to run N3 ###Requirement

  • OpenCV (2.4 or later is recomended)

###Build

  • Set environment
export OPENCV_HOME=/your/path/to/opencv
  • Run make
make

##Code Structure Each application is defined under Apps folder. Currently the following applications are provided.

  • Draw : Simple draw application
  • PaperDraw : Improved draw application.
  • Gesture1 : Gesture recognition and physical world simulation

##Technology We use C++ (tessted on Mac OS 10.7.3) with OpenCV

##License BSD License