commit 635f4c85893f175235ca72b01f9716c1eb96e347 parent df71dce381aaa2f6a4527079ab8a714c5f4983ba Author: Stefan Koch <taikano@lavabit.com> Date: Wed, 12 Jun 2013 19:20:18 +0200 Merge branch 'master' of https://github.com/taikano/gestures Diffstat:
M | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -39,3 +39,15 @@ gestures = [ Pay attention to the fact that there are no quotation marks around directions like `UP` and `DOWN`, because these are special keywords by gestures. +Training of Models +------------------ +You can train your gestures by pressing the number keys on your keyboard +(currently this is limited to 0 to 3). This will trigger the training +mode and you can perform the gesture you want to be detected later. +Depending on the number you pressed before, the appropriate gesture +from the gestures list will be trained. + +Note: The training will not be saved yet, when you terminate the program. + +After a gesture has been performed in training mode, the program will +return to detection mode again.