iOS:如何实现手写识别?

发布于 2025-01-01 21:13:25 字数 191 浏览 1 评论 0原文

开始iOS开发,我希望在我的应用程序中实现手写识别。

我进行了谷歌搜索,但没有找到任何教程在 Objective c 中实现文本手势

是否有任何基本教程可以实现文本手势...

例如:当用户在屏幕上写入 A 时,屏幕应显示 A

此项目有可用的演示教程吗?

Starting iOS development, I wish to implement handwriting recognition in my app.

I did a google search but i didn't find any tutorial implements text gesture in objective c

Is there any basic tutorial available which implements text gesture...

for example: when user writes A on the screen, screen should display A

Is there any demo tutorial available for this project?

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

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

发布评论

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

评论(2

三生池水覆流年 2025-01-08 21:13:26

没有“文本”手势识别器。你所描述的称为手写识别。

对手写识别的唯一内置支持是在标记为“手写”的中文“键盘”设置中。没有用于手写识别的API。

似乎没有任何专门针对 iOS 的开源手写识别项目。

您应该只寻找一个通用的开源手写识别库并将其移植到 iOS。

There are no "text" gesture recognizers. What you are describing is called handwriting recognition.

The only built-in support for handwriting recognition is in the Chinese "keyboard" settings labeled "handwriting". There is no API for handwriting recognition.

There do not appear to be any open-source handwriting recognition projects specifically for iOS.

You should just look for a generic open-source handwriting recognition library and port it to iOS.

樱花细雨 2025-01-08 21:13:25

查看此示例应用程序。在此应用程序中,首先您必须提供训练字符,然后您的应用程序将检测您的笔迹。
在此处输入图像描述

Have a look into this sample application. In this application first you have to provide the training character and then you app will detect your handwriting.
enter image description here

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