Objective-C 中的图像/语音识别
我正在开发一个具有图像和语音识别功能的应用程序。 您有任何来源或想法如何做到这一点吗?
谢谢, 扎尔兹·布兹
I am developing an application with Image and Voice recognition.
Do you have any source or idea how to do this?
Thanks,
ZaldzBugz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于语音识别,请使用 pocketsphinx。为其创建静态库
http://github.com/KingOfBrian/VocalKit
在 iPhone 上工作。
For speech recognition use pocketsphinx. Static libs were created for it at
http://github.com/KingOfBrian/VocalKit
to work on the iphone.
XCode 附带了语音识别的示例(在 /Developer/Examples/Speech/Recognition 中),您要使用的类是 NSSpeechRecognizer。
XCode comes with examples for speech recognition (in /Developer/Examples/Speech/Recognition), and the class you'd use is NSSpeechRecognizer.
我建议你使用OpenCV,用C/C++编写,可以在电脑上的iPhone中使用视觉和图像处理。
I can suggest you using OpenCV, well written in C/C++, can be used in IPhone for computer vision and image processing.