识别鼠标移动的算法

发布于 2024-07-21 08:30:23 字数 180 浏览 9 评论 0原文

我想知道是否有任何研究/算法可以指定鼠标在识别“?”等字符时的偏差量 使用鼠标绘制。 某种光学字符识别,但可能是一个更简单的版本。 是否有某种算法可以让我说用户绘制的问号实际上是一个问号,而不是其他具有一定准确性的东西。 就像 Windows 平板电脑软件允许的那样(使用平板电脑手写笔书写时)。

感谢您的时间。

Am wondering if there has been any research/algorthms which specify the amount of deviation of the mouse while recognizing characters like say "?" drawn using the mouse. Something a sort of optical character recognition, but probably a simpler version. Is there some algorithm using which I can say that a question mark drawn by the user is really a question mark and not something else with some amount of accuracy ofcourse. Something like what windows tablet software allows (while writing with the tablet stylus).

Thank you for your time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

往昔成烟 2024-07-28 08:30:23

动态时间扭曲是一种商用手写识别系统的基础。 基本上,它是一种为您提供从输入序列到存储模板的距离度量的方法。 如果正确实现,例如基于数值导数,它可以是尺度和位置不变的。

Dynamic Time Warping is the basis for one commercially available handwriting recognition system. Basically, it's a way to give you a distance measure from a sequence of input to a stored template. Correctly implemented, for instance basing it on numerical derivaties, it can be scale and position invariant.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文