本文介绍了iOS:如何实现手写识别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

我做了谷歌搜索,但我没有找到任何教程实现文本手势的目标c

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...

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

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

该项目是否有可用的演示教程?

Is there any demo tutorial available for this project?

推荐答案

查看。在这个应用程序中,首先你必须提供训练角色,然后你的应用程序将检测你的手写。

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.

这篇关于iOS:如何实现手写识别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 02:51