Skip to content

EchoSingh/HandGestRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HandGestRecognition ✋

Welcome to the HandGestRecognition project! This project uses OpenCV to perform hand gesture recognition using a webcam. Let's get started with some cool hand gestures! 🤘

📁 Project Structure

📂 HandGestRecognition
├── 📂 src
│   ├── 📂 include
│   │   ├── HandGestureRecognition.hpp
│   │   └── Utils.hpp
│   ├── HandGestureRecognition.cpp
│   ├── Utils.cpp
│   └── main.cpp
├── README.md
└── LICENSE
  • src/main.cpp: The main entry point for the application. 🚀
  • src/HandGestureRecognition.cpp: Implementation of the hand gesture recognition logic. ✋
  • src/Utils.cpp: Utility functions used in the project. 🛠️
  • src/include/HandGestureRecognition.hpp: Header file for hand gesture recognition. 📄
  • src/include/Utils.hpp: Header file for utility functions. 📄

🚀 Getting Started

Prerequisites

Make sure you have the following installed:

  • VisualStudio Visual Studio
    • Download Visual Studio from LINK
  • OpenCV 📦
    • Download OpenCV 4.10.0 for Windows LINK and extract it to C:\opencv.
    • Add C:\opencv\build\bin to your system's PATH environment variable.

Building the Project

  1. Open your Visual Studio project. 🖥️
  2. Go to Project -> Properties. ⚙️
  3. Navigate to C/C++ -> General -> Additional Include Directories and add the paths to your OpenCV include directories. 📂
  4. Navigate to Linker -> General -> Additional Include Directories and add the paths to your OpenCV lib directories. 📂
  5. Under Linker -> Input -> Additional Dependencies, add the OpenCV libraries you need (for debug mode : opencv_world4100d.lib). 📚

Running the Project

  1. Clone the repository:
    git clone https://github.com/EchoSingh/HandGestRecognition.git
  2. Build and run the project in Visual Studio. 🛠️🎬

Enjoy recognizing hand gestures with your webcam! 📸👌 Screenshot

About

This project uses OpenCV to perform hand gesture recognition using a webcam.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages