Ask Your Question

mongoose's profile - activity

2015-08-13 12:03:15 -0600 received badge  Taxonomist
2012-10-25 14:28:39 -0600 asked a question 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.

2012-09-22 08:47:42 -0600 commented question OpenCV IOS6 - armv7s support

Same here.

2012-09-22 08:46:17 -0600 answered a question OpenCV IOS6 - armv7s support

Same here.

2012-09-06 23:46:30 -0600 received badge  Student (source)
2012-08-17 21:04:22 -0600 answered a question Error when importing the iOS framework

I tried these suggestions but I still get the same errors

2012-08-17 20:21:16 -0600 asked a question Building OpenCV for iOS on Mountain Lion

Hi everyone,

I am trying to build OpenCV for the iOS on Mountain Lion according to http://docs.opencv.org/trunk/doc/tutorials/introduction/ios_install/ios_install.html#ios-installation however it doesn't build. Among the other errors are this one:

xcodebuild: error: Unable to read project 'OpenCV.xcodeproj'.

Has anyone tried to build OpenCV on Mountain Lion?

Any ideas would be much appreciated.