Skip to content

TomBozik/Hand-gesture-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand-gesture-recognition

This school project shows hand gesture recognition.
Python + opencv

  • gesture_recognition_in_range.py
    • User select part of hand
    • Convert selected part to HSV
    • Get minimum and maximum values for every HSV channel
    • Use these values in function inRange()
    • Apply morphological transformations: opening, closing
    • Use contours, convexHull and convexityDeffects for finger counting

alt text alt text

  • hand_detection_absdiff.py

    • Capture background without hand
    • Convert background to gray
    • Convert every frame to gray
    • Use absdiff() function to substarct background
    • Threshold (value 20 have best results)
    • Morphological transformations: opening, closing, dilation

    alt text alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages