Skip to content

Single hand tracking module using Python and OpenCV

Notifications You must be signed in to change notification settings

amhsirak/hand-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple hand tracking module for humans using OpenCV, Mediapipe and Python.

You can include handTrackingModule.py file in any of your projects and get a fully functional single hand tracker ✍

Configuration Options

  • static_image_mode - If set to false, the solution treats the input images as a video stream.
  • max_num_hands - Maximum number of hands to detect. Default to 2.
  • min_detection_confidence - Minimum confidence value from the hand detection model for the detection to be considered successful. Default to 0.5.
  • min_tracking_confidence - Minimum confidence value from the landmark-tracking model for the hand landmarks to be considered tracked successfully. Default to 0.5.

To change / understand the configurations, you can visit MediaPipe - Hand landmark model

About

Single hand tracking module using Python and OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages