Skip to content

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

Notifications You must be signed in to change notification settings

vamshi6763/fingers_count_using_openCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

fingers_count_using_openCV

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

packages required : cv2, cvzone, mediapipe, time

Follow these steps to get output:

  1. Install openCV packages using this command "pip install opencv-python".
  2. Install cvzone package using this command "pip install cvzone"
  3. Install mediapipe package using this command "pip install mediapipe".
  4. Run this python program, it opens webcam.
  5. show your palm to webcam, to count the fingers.
  6. To stop the program, terminate the terminal on which the current program is running.

Releases

No releases published

Packages

No packages published

Languages