Giter VIP home page Giter VIP logo

anand-patel / live-gesture-recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wncc/live-gesture-recognition

1.0 1.0 0.0 4.11 MB

"To make an app which uses Webcam to recognize gestures and perform various tasks such as opening a folder or file, loading the start menu, etc. So basically the work is divided into four parts- a) Converting webcam images into forms that can be handled easily. b) Getting an image of the gesture drawn (i. e. recognizing motion) c) Recognizing that gesture. d) Giving the system a command based on that gesture. "

live-gesture-recognition's Introduction

!!!! Project Complete !!!



*****  --------------------------  *****

All the code files are in the 'live-gesture-recognition' folder.
Please read this file 'readme.txt' and the User Manual 'manual.pdf' before beginning.

*****  --------------------------  *****

Download the .tar.gz or .zip file and uncompress it. It contains the code, the project report and the user manual.

Implementing the code is very simple. However sometimes executable files do not run
correctly, in which case the code has to be compiled before running. The packages required for compiling the code are gcc, opencv-doc, libcv2.1, linhighgui2.1, libcvaux2.1, libcv-dev, libcvaux-dev, linhighgui-dev, libx11-dev, and libxtst-dev. These packages can be collectively
installed from the Synaptic Package Manager or using individual system commands:

$ sudo apt-get install [package-name]

After installing all the packages compile the file - install.cpp using the command:

$g++ install.cpp -o install

Running the file install inturn compiles all the other required files, provided the required libraries are installed correctly and up-to-date.

$ ./install


**** If install runs correctly you dont need to do this ***
Altenetively, you can compile all the files individually using the command:
$ g++ `pkg-config opencv --cflags` [filename].cpp -o [filename] `pkg-config opencv --libs` -lX11 -lXtst
The files to be compiled are : initialize.cpp, main.cpp, gesture.cpp, addgesture.cpp, checkgesture.cpp and delgesture.cpp.
****  ---------------------------- ***

Before beginning run the file initialize:
$ ./initialize

The main code is run using the file gesture :
$ ./gesture

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.