[Optimoz] gesture recognition with a hidden markov model

Aaron Lenfestey lenfestey at gmail.com
Fri Nov 4 03:19:44 EST 2005


Hi,

there is an ultra-beta command line gesture recognizer available for
people to try out:

http://www.cs.cornell.edu/~lenfestj/engine.zip

There is a readme that you can look at which will more or less explain
how to use it.  I've been generating data with the following matlab
command:

[x, y] = getpts(); dx = diff(x); dy = diff(y); a = atan2(dy, dx); out
= [length(a); a]

and dumping the output to a file (for those of you who use matlab).


More information about the Optimoz mailing list