This project implements a hand recognition and hand gesture recognition system using OpenCV on Python 2.7. A histogram based approach is used to separate out a hand from the background image.
OpenCV is a software toolkit for processing real-time image and video, as well as providing analytics, and machine learning capabilities. Video analytics is much simpler to implement with OpenCV API’s ...