Skip to content

This program is used to count the number of fingers open in your hand using openCV

Notifications You must be signed in to change notification settings

som-d/Finger_Counter_using_OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Finger_Counter_using_OpenCV

This program is used to count the number of fingers open in your hand using openCV

packages required :

Prerequisits and Installation

  • Python 2.7

  • OpenCV

pip install opencv-python
  • mediapipe
pip install mediapipe
  • time
pip install time

Follow these steps to get output:

1.Install openCV packages using this command "pip install opencv-python".

2.Install mediapipe package using this command "pip install mediapipe".

3.Run this python program, it opens webcam.

4.show your palm to webcam, to count the fingers.

5.To stop the program, press Q.