Skip to content

When finished this application should be able to control various functions of the computer based on hand gestures recognized on the webcam input. For example, controlling the volume, starting a certain program or skipping to the next song.

Notifications You must be signed in to change notification settings

fabian12943/DetectionApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detection App

Detected landmarks of pose and two hands

When finished this application should be able to control various functions of the computer based on hand gestures recognized on the webcam input. For example, controlling the volume, starting a certain program or skipping to the next song.

Progress

  • Read and display webcam input
  • Detect pose of most prominent person in frame
  • Detect hands in frame
  • Label hands correctly (left hand or right hand)
  • Discard hands that don't belong to most prominent person (for example: hands of people in the background)
  • Define and detect gestures by using the detected landmarks of the hands (for example: 1-4 fingers up, no fingers up, rock'n'roll, peace, thumbs up/down)
  • Implement methods to control various functions of the computer
  • Map gestures to actions to control the computer

Maybe later

  • Define and detect more complex gestures through machine learning and deep learning with Tensorflow
  • Define and detect sequences of gestures or movement of gestures
  • Create simple GUI to map gestures to actions individually

About

When finished this application should be able to control various functions of the computer based on hand gestures recognized on the webcam input. For example, controlling the volume, starting a certain program or skipping to the next song.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages