识别鼠标移动的算法
我想知道是否有任何研究/算法可以指定鼠标在识别“?”等字符时的偏差量 使用鼠标绘制。 某种光学字符识别,但可能是一个更简单的版本。 是否有某种算法可以让我说用户绘制的问号实际上是一个问号,而不是其他具有一定准确性的东西。 就像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
动态时间扭曲是一种商用手写识别系统的基础。 基本上,它是一种为您提供从输入序列到存储模板的距离度量的方法。 如果正确实现,例如基于数值导数,它可以是尺度和位置不变的。
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.