-
Notifications
You must be signed in to change notification settings - Fork 52
Related Work
David A. Mellis edited this page Feb 5, 2016
·
7 revisions
Table of Contents generated with DocToc
Year | Paper | Input | ML Algorithm |
---|---|---|---|
2001 | Quill | pen strokes | Specialized |
2010 | MAGIC | accelerometer | DTW |
2010 | Gestalt | texts, pen | General |
quill
supports gesture creation by example, and offers automated advice on
improving the gestures.
Lesson Learned:
- some users did not realize that two similar gesture classes might conflict with each other
- users didn’t understand how the gesture recognizer worked
- and finding and fixing problems with recognition was very difficult
To help alleviate these issues:
-
quill
includes feedback on the quality of gestures and used language to communicate issues
However, "many participants did not understand the suggestions," going on to posit that perhaps they "can be made more accessible. . . by using more diagrams."
- Gestalt MSR page
- Kayur Dushyant Patel's thesis has more related interesting information.
- UIST video is more visual (has an example of how to us Gestalt).