Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
/ OpenCV-hand Public archive

Hand and finger detection with the essentials of OpenCV. (No longer maintained)

Notifications You must be signed in to change notification settings

mrwormhole/OpenCV-hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-hand

Hand and finger detection with the essentials of OpenCV.

hand_convex

Convex Hull Algorithm on Hand Shape

hand_finger_segmented

Required Dependencies(Pipfile already specified those, Follow Getting Started)

  • python 3.8
  • numpy 1.15.1
  • opencv-python 3.4.8.29

Getting Started

Clone the repo

git clone https://github.com/MrWormHole/OpenCV-hand.git

Install pipenv for managing virtualenvs

pip install pipenv

Go into the right directory where pipfile exists and install dependencies with creating virtual env

pipenv install --skip-lock

Activate virtual env in the same directory of the project where pipfile exists

pipenv shell

Launch the program

python main.py

About

Hand and finger detection with the essentials of OpenCV. (No longer maintained)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages