TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gesture Recognition with Line Integrals

51 点作者 justinmeiners超过 4 年前

4 条评论

mgraczyk超过 4 年前
Not sure what is intended, but it seems to have some bugs?<p><a href="https:&#x2F;&#x2F;assets.opentoken.com&#x2F;sha256&#x2F;N1ShZ7kcVmH_-auZEGaGOS_baJxgQTG2" rel="nofollow">https:&#x2F;&#x2F;assets.opentoken.com&#x2F;sha256&#x2F;N1ShZ7kcVmH_-auZEGaGOS_b...</a><p>Ah nevermind, it&#x27;s matching the curve against template fields so it makes sense that it would show the best match even when the match is poor.
评论 #24455489 未加载
rg2004超过 4 年前
I created a method similar to this one for curve extrapolation based on sample curves. I took the second derivative of each point on the training data, added it&#x27;s contributions to a vector field.<p>To extrapolate, you can take &#x27;position&#x27; and &#x27;velocity&#x27; of live data and integrate over the vector field to produce an extrapolation. I enjoyed the project and it worked fairly well. I think there&#x27;s plenty of room for extension around this method.
zamadatix超过 4 年前
It was ridiculously hard to get 4 to work, is this a limitation of the algorithm or just something with the implementation?
评论 #24455497 未加载
评论 #24457217 未加载
DennisP超过 4 年前
Cool but how is the math used to recognize gestures?
评论 #24454709 未加载
评论 #24454873 未加载