Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/v-i-s-h/smiley
- Owner: v-i-s-h
- License: mit
- Created: 2015-09-12T13:43:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T13:48:50.000Z (over 9 years ago)
- Last Synced: 2024-11-12T11:21:30.749Z (2 months ago)
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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