Hi Guys,
I am developing an application with Image and Voice recognition. Do you have any source or idea how to do this?
Thanks, ZaldzBugz
Hi Guys,
I am developing an application with Image and Voice recognition. Do you have any source or idea how to do this?
Thanks, ZaldzBugz
I can suggest you using OpenCV, well written in C/C++, can be used in IPhone for computer vision and image processing.
XCode comes with examples for speech recognition (in /Developer/Examples/Speech/Recognition), and the class you'd use is NSSpeechRecognizer.
For speech recognition use pocketsphinx. Static libs were created for it at http://github.com/KingOfBrian/VocalKit to work on the iphone.