Ask Your Question
0

iOS build and example

asked 2012-10-25 14:28:39 -0600

mongoose gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-10-25 19:17:22 -0600

avemprala gravatar image

I've been able to make some progress by using the pre-built libraries (available on the OpenCV download page) for iOS. There's also an example code here: http://docs.opencv.org/doc/tutorials/ios/table_of_content_ios/table_of_content_ios.html

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-25 14:28:39 -0600

Seen: 658 times

Last updated: Oct 25 '12