­
March 2015 - Vipul Sharma

This python script can be used to analyse hand gestures by contour detection and convex hull of palm region using OpenCV, a library used fo...

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...

Read More