Skip to content

Param-Uttarwar/SimpleHandTracking-openCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLE HAND TRACKING in OpenCV (C++)

Tested on  Microsoft Visual Studio (Windows32) and Cmake(Ubuntu 14.04)

HSV segmentation for skin color 
  trackbar provided for altering min,max values of HSV taking care
  of illumination changes


Algorithm (sequential from top to bottom as implimented in code)

HSV segmentation
Opening and Closing
Canny Edge 
Contour Detection
Finding Largest contour (assumed as Hand)
Calculate centroid of Hand Contour (moments)
Track its position through frames 


 

About

A hand tracking code based on openCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published