Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

iOS build and example

Is there a nice tutorial that shows how to build the OpenCV framework, then include it to an iOS project and finally give a full example of OpenCV use by including OpenCV headers, etc?

I am following http://docs.opencv.org/trunk/doc/tutorials/introduction/ios_install/ios_install.html#ios-installation but unfortunately CMake 2.8.8 and later has some serious issue writing the command tool and therefore I cannot run python opencv/ios/build_framework.py ios (error: make: command not found) . So I was wondering if there is any iOS xcode project to download and ready to use to start programming on OpenCV. That would be so convenient and bypassing the building phase.

Thanks.