DEMO VIDEO: simple ball game by colored object motion tracking - using javacv opencv to detect the path of moving object. This is earliest version of the game.
Understanding gestures can be posed as a pattern recognition problem. These patterns(gestures) are variable but distinct and have an associated meaning. Since gesture consists of continuous motion in sequential time, an HMM is an effective recognition tool.
My work is a demonstration of a mouse motion gesture recognition system using Dynamic HMM. It is developed in Java.
Code Available @ : https://github.com/gtiwari333/mouse-gesture-recognition-java-hidden-markov-model