All Projects → DarshNaik → Hand-Detection-Finger-Counting

DarshNaik / Hand-Detection-Finger-Counting

Licence: other
Detect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hand-Detection-Finger-Counting

tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Stars: ✭ 52 (+147.62%)
Mutual labels:  convex-hull-algorithms
Handtracking
Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow
Stars: ✭ 1,506 (+7071.43%)
Mutual labels:  hand-detection
hand detection
A Light CNN based Method for Hand Detection and Orientation Estimation
Stars: ✭ 116 (+452.38%)
Mutual labels:  hand-detection
Fingertip-Mixed-Reality
Affine transformation virtual 3D object using a finger gesture-based interactive system in the virtual environment.
Stars: ✭ 21 (+0%)
Mutual labels:  hand-detection
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+5147.62%)
Mutual labels:  hand-detection
HandyNet
Akshay Rangesh and Mohan M. Trivedi, "HandyNet: A One-stop Solution to Detect, Segment, Localize & Analyze Driver Hands," IEEE Conference on Computer Vision and Pattern Recognition - 3D HUMANS Workshop, 2018.
Stars: ✭ 14 (-33.33%)
Mutual labels:  hand-detection

Hand-Detection-Finger-Counting

Detect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in Python

To run the program on primary camera change line 4 to :

cap = cv2.VideoCapture(0)

run the code on command line :

python main.py

"project_ppt.pptx" shows how the program works

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].