Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simenandresen/handDetectionCV
https://github.com/simenandresen/handDetectionCV
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simenandresen/handDetectionCV
- Owner: simenandresen
- Created: 2013-06-29T14:33:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T20:31:10.000Z (over 9 years ago)
- Last Synced: 2024-04-10T11:13:58.967Z (7 months ago)
- Language: C++
- Homepage: http://simena86.github.io/blog/2013/08/12/hand-tracking-and-recognition-with-opencv/
- Size: 43.6 MB
- Stars: 242
- Watchers: 28
- Forks: 180
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-awesomeness - handDetectionCV
README
Hand Detection using Color Recognition
=================================Software to detect hand from videostream (webcam) and detect fingertips, number of fingers etc.
The software is based on OpenCV, and is tested on Ubuntu 12.04 (both 32 and 64 bits) using both the 2.4.7 and 2.4.8 version
of OpenCVThe software is compiled using the Makefile. Simply run
$make
in the terminal if you use Linux Or Mac, or simply run the command:
g++ -o opencv main.cpp myImage.cpp handGesture.cpp roi.cpp `pkg-config --cflags --libs opencv`
----------------------------------------
==================================
the VS2013 contains the x64bit Architecture version.
OpenCV 2.4.9 used in this vesrion.
you should change the "OpenCV_Debug2.4.9" and "OpenCV_Release2.4.9" Property Sheets
to ensure that it have the correct path for OpenCV 2.4.9 ,
and make sure that you add the OpenCV to the environment variables correctly.
you could change the Architecture for x86 from the Property Sheets.