Gesture Recognition using OpenCV + Python
Saturday, March 21, 2015
Saturday, March 21, 2015
This python script can be used to analyse hand gestures by contour detection and convex hull of palm region using OpenCV, a library used for computer vision processes. code: https://github.com/vipul-sharma20/gesture-opencv The video below shows the working of the code: How? 1. Capture frames and convert to grayscale Our ROI is the the hand region, so we capture...