Showing posts with label Video. Show all posts
Showing posts with label Video. Show all posts

simple ball game by colored object motion tracking - image processing opencv javacv

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.


Full Code :
Java Collision Detection and bounce

Colored object tracking in java- javacv code


You need to integrate the ideas from above links.
The full (integrated code will be uploaded shortly)

Mouse Gesture Recognition with Hidden Markov Model.

Mouse‑gesture recognition is a pattern‑recognition problem — gestures are variable but distinctive, and each carries a specific meaning. Because a gesture is a continuous motion in time, Hidden Markov Models (HMMs) are an effective tool for recognition. In this post, I’ll show you how to build a mouse‑motion gesture recognizer using dynamic HMMs, entirely in Java.

Code available @ : https://github.com/gtiwari333/mouse-gesture-recognition-java-hidden-markov-model

Main references

DEMO VIDEO