Skip to content

amarlearning/Finger-Detection-and-Tracking

Repository files navigation

Finger Detection and Tracking

Issues

Tracking the movement of a finger is an important feature of many computer vision applications. In this application, A histogram based approach is used to separate out the hand from the background frame. Thresholding and Filtering techniques are used for background cancellation to obtain optimum results.

Tutorial

Finger Detection and Tracking using OpenCV and Python

How to run the code

Go to the Finger Detection and Tracking directory. Then,

  1. Install the dependencies
    pip install pipenv
    pipenv shell
    pipenv install
  2. Run the code with command cd "Finger Detection and Tracking" && python FingerDetection.py
  3. Put your parm over the green squares
  4. Then, press z key to start tracking
  5. Finish program with Esc key.

Demo

Demo GitHub Sectory

Stargazers over time

Stargazers over time

Issues

You can report the bugs at the issue tracker

OR

You can tweet me if you can't get it to work. In fact, you should tweet me anyway.


License

Built with ♥ by Amar Prakash Pandey(@amarlearning) under BSD 2-Clause "Simplified" License

You can find a copy of the License at BSD 2-Clause "Simplified" License