I am developing an application with image and voice recognition. Do you have a source or idea how to do this?
Thanks, ZaldzBugz
For speech recognition, use pocketsphinx. To do this, static libraries http://github.com/KingOfBrian/VocalKit for working on iphone were created.
Xcode comes with speech recognition examples (in / Developer / Examples / Speech / Recognition), and the class you use is NSSpeechRecognizer .
I can suggest you use OpenCV , well written in C / C ++, you can use it on the iPhone for computer vision and image processing.
Source: https://habr.com/ru/post/1315763/More articles:Creating PDF files in Objective-C - iosCreate pdf file in Asp.net - c #Executing the ON clause on the WHERE clause - sqlPRIMARY KEY INDEX NAME - databaseCreating Jquery.ScrollTo works based on speed, not duration - javascriptMemory access by multiple threads - javaOptions for interactive 3D models on the Internet - flashOpenGL or Flash for 3D visualization in a browser - flashWhat is a good way to maintain versions in a C ++ project? - c ++AS3 runs URLLoader.close (); cause problems if nothing loads? - flashAll Articles