views:

184

answers:

3

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

+1  A: 

I can suggest you using OpenCV, well written in C/C++, can be used in IPhone for computer vision and image processing.

vodkhang
Thanks vodkhang, i'll look into this.
ZaldzBugz
+1  A: 

XCode comes with examples for speech recognition (in /Developer/Examples/Speech/Recognition), and the class you'd use is NSSpeechRecognizer.

Jonathan
The question doesn't mention any platform, but it is tagged iPhone so zaldzbugz is probably looking for something similar on iPhone. NSSpeechRecognizer is for Mac.
lukya
So it is. I saw "objective-c", and thought "Mac".
Jonathan
Hi Jonathan,Sorry i forgot to mention that i was developing an iPhone application.
ZaldzBugz
+2  A: 

For speech recognition use pocketsphinx. Static libs were created for it at http://github.com/KingOfBrian/VocalKit to work on the iphone.

ecret
Thanks Ecret, i'll look into this.
ZaldzBugz