Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v-i-s-h/smiley

Gesture Recognition based Image Viewer, an opencv project
https://github.com/v-i-s-h/smiley

Last synced: about 6 hours ago
JSON representation

Gesture Recognition based Image Viewer, an opencv project

Awesome Lists containing this project

README

        

Smiley
------

Gesture recognition based image viewer based on openCV

### How is works?
Place your web cam above the computer monitor as seen in laptops. Start the program and just look at your computer screen. Now you can wave left/right to move to next/previous picture.

### How to build?
Install opencv in your computer.
Make sure you have 'haarcascade_frontalface_default.xml' in the path specified in "String faceCascade"(main.cpp)
Issue make in the main directory

### How to run?
Issue './ges '
To quit, press ESC