/iOS_OpenCV_Test

Simple face detection app on iOS with OpenCV

Primary LanguageObjective-C

This is a test app with OpenCV on iOS. It detects faces with the frontal camera using a cascade classifier with Haar features. Check this blog post for more details.

NOTE: If opencv2.framework is not found when compiling, you will have to add it manually. Remove opencv2.framework from the Frameworks list (it will have a red icon) under SingleViewTest in the Navigator window. Then, select SingleViewTest in the Navigator window and choose SingleViewTest under Targets. Find the "Link Binary With Libraries" list under the "Build Phases" tab. Click the plus button under the list and, in the window that appears, click "Add Other..."; you will see a file browser. Find the opencv2.framework folder in the folder where you compiled OpenCV, select it and click Open. Try rebuilding the project. Everything should go well now.