som-d / Finger_Counter_using_OpenCV

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%