-
Notifications
You must be signed in to change notification settings - Fork 52
Related Work
Ben Zhang edited this page Jan 26, 2016
·
7 revisions
Table of Contents generated with DocToc
- Summary
- [MAGIC: A Motion Gesture Design Tool](#magic-a-motion-gesture-design-toolhttpdanielashbrookcommagic-a-motion-gesture-design-tool)
- Quill: A Gesture Design Tool for Pen-based User Interfaces
Year | Paper | Sensor | ML Algorithm |
---|---|---|---|
2001 | Quill | pen stroke | Specialized |
2010 | MAGIC | accelerometer | DTW |
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."