Skip to content

kkothari2001/Gesture-Mouse-using-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesture Controlled Mouse using OpenCV

A mouse that detects the position and orientation of your fingers using image processing, and then positions the mouse on the screen accordingly.

Table of Contents

About The Project

Product Name Screen Shot

Aim and Description of project.
Refer this documentation

Tech Stack

This section should list the technologies you used for this project. Leave any add-ons/plugins for the prerequisite section. Here are a few examples.

File Structure

+
|
|
+---+trials
|    +
|    +--+background removal.ipynb
|    |
|    +--+change detection.ipynb
|    |
|    +--+color detector.ipynb
|    |
|    +--+finger-cascade.xml
|    |
|    +--+Hand detection.ipynb
|    |
|    +--+mouse final.ipynb
|    |
|    +--+mouse.ipynb
|
+---+final.py
|
+---+README.md
|
+---+requirements.txt

Getting Started

Prerequisites

  • Python 3.5 and above

Installation

  1. Clone the repo
git clone https://github.com/kkothari2001/Gesture-Mouse-using-OpenCV
  1. Install the requirements
pip install -r "requirements.txt"

Usage

python final.py

Future Work

  • Implement using ConvNets

Contributors

Acknowledgements

License

Describe your License for your project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published