Y
Hacker News
new
|
ask
|
show
|
jobs
by
hbarca
4427 days ago
Very cool, how are you able to get the information necessary to load the apps with this level of accuracy?
1 comments
mhuusko5
4427 days ago
Gestures/drawings are matched to app/bookmarks using a finely tuned multi-stroke gesture recognition library I wrote (
https://github.com/mhuusko5/Cocoa-Multistroke-Gesture-Recogn...
). This uses a tweaked implementation of the $N (golden section search variant) recognition algorithm (
https://depts.washington.edu/aimgroup/proj/dollar/ndollar.ht...
).
link