gestures

[unmaintained] PoC for motion gesture detection from webcam input
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2014-12-08 13:11removed FreeBSD specific clauseStefan1+0-4
2014-12-08 13:07added licenseStefan2+30-0
2013-06-22 14:20Actually uniqueness is not useful in gestureStefan1+4-9
2013-06-22 13:30normalize values for transition matrixStefan Koch1+17-2
2013-06-22 13:30improve code for finding maxStefan Koch1+6-10
2013-06-22 11:42small bugfixStefan1+2-1
2013-06-22 11:46emission matrix now independant from gestureStefan Koch1+1-1
2013-06-22 11:45Merge branch 'master' of https://github.com/taikano/gesturesStefan Koch1+10-13
2013-06-22 11:45only use 4 internal statesStefan Koch1+1-1
2013-06-22 10:43corrected summing up to 1 for equal distributed rowsStefan1+1-1
2013-06-22 10:42Merge branch 'master' of https://github.com/taikano/gesturesStefan Koch1+2-2
2013-06-22 10:42make sure emission probs sum up to oneStefan Koch1+5-5
2013-06-18 10:03Merge branch 'master' of https://github.com/taikano/gesturesStefan Koch1+18-13
2013-06-18 10:02added models folder with readme file, and add extension to training filesStefan Koch4+7-5
2013-06-15 15:55added simplejson to readmeStefan Koch1+1-0
2013-06-15 15:49remove more noiseStefan Koch1+7-4
2013-06-15 15:30save training data and train model in one stepStefan Koch2+12-11
2013-06-15 10:36adjusted readme to new training folderStefan Koch1+0-2
2013-06-15 10:35added support for saving training dataStefan Koch2+24-9
2013-06-12 18:00add 8 instead of 4 directionsStefan Koch2+28-21
2013-06-12 17:20Merge branch 'master' of https://github.com/taikano/gesturesStefan Koch1+12-0
2013-06-12 17:19add models folder to gitignoreStefan Koch1+1-0
2013-06-11 09:17add implementation info to readmeStefan Koch1+5-1
2013-06-11 09:14added complete codeStefan Koch1+8-0
2013-06-11 09:13added readme infoStefan Koch1+26-1
2013-06-11 09:04Merge branch 'master' of https://github.com/taikano/gesturesStefan Koch1+4-0
2013-06-11 08:57added standard python2 to shebangStefan Koch1+1-1
2013-06-11 08:57moved track2 file to trackStefan Koch1+0-0
2013-06-11 08:56added gitignoreStefan Koch1+1-0
2013-06-11 08:56removed old track fileStefan Koch1+0-84
2013-06-11 08:55added training on keypressStefan Koch2+61-44
2013-06-08 17:03set 0.01 as lowest prob to allow trainingStefan Koch1+11-9
2013-06-07 19:53added some fixesStefan Koch2+8-2
2013-06-07 19:29adjusted auto generation, added gesturesStefan Koch2+18-4
2013-06-07 08:08added flexible code for new gesturesStefan Koch2+104-16
2013-06-04 22:01detect green and remove errorsStefan Koch1+92-0
2013-06-03 18:51add track code from SOStefan1+84-0