Skip to content

Vignesh9395/Real-Time-Finger-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Real-Time-Finger-Detection

Detect Fingers and Count in real time.

Alt text

This Project is done utilizing the inbuilt methods in OpenCV and sklearn.

The initial frames from the video are read and accumulated till a threshold is reached for Background Subtraction.

Once the background in extracted, it's time for the foreground ( i.e: our hand) to be detected. This is done by calculating the absolute difference between the foreground and the background that is detected.

Fingers are then detected from the binary image of the foreground by finding the external contours (or) finger outlines and calculate the number of fingers using ConvexHull Algorithm.

The steps after initial background detection will be repeated for every frame as the camera records.

About

Real Time Finger Detection using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published