Page 1 of 1

Posted: 20 Sep 2012, 02:00
by r.erorr
Hi, is it possible to divide gesture detection script in several modules so we can create advanced gesture recognition?

single touch
mouse speed - much only if mause speed = ?
gesture length - much only if line lenght = ?
gesture durability - much only if gesture = ? sec. long

double touch
distance between two touch points - much only if distance between <> ?
lines crossed - much gesture only if two lines crossed X

Posted: 20 Sep 2012, 09:02
by nay-seven
A good suggestion, don't know if if it's technically possible
waiting for this ,i suppose you can extract the gesture array and use counters for time based propositions and mouse X and Y position to calculate distances/cross..?

Posted: 20 Sep 2012, 12:18
by r.erorr
I imagine gesture modules as special arrays, that detect gestures from screen/container/control panel [like mouse], so we can receive gestures from any place of screen.

Posted: 28 Sep 2012, 02:45
by runagate
For those interested in one of the only projects pertaining to gestural learning and musical control that's anywhere's near where I think such things should have advanced to by this point in time, check out:

http://wekinator.cs.princeton.edu/

Posted: 28 Sep 2012, 17:47
by r.erorr
runagate wrote:For those interested in one of the only projects pertaining to gestural learning and musical control that's anywhere's near where I think such things should have advanced to by this point in time, check out:

http://wekinator.cs.princeton.edu/
Useful info, thanks!