| Issue 53: | Borken gesture detection | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? In gesture.py print the number of points at the beginning and after the normalize_stroke method. What is the expected output? What do you see instead? The expected output is to have the number of points <= 32. If the number of input points is greater than 32 the output should be with 32 points. In our case this is always 3. Please provide any additional information below. The normalize function seems broken (if someone can confirme the bug). If this is the case the gesture loaded with the str_to_gesture are also broken (only contains 3 points).
Mar 25, 2009
Project Member
#1
damienmi...@gmail.com
Mar 27, 2009
(No comment was entered for this change.)
Status:
Fixed
|