iOS_OpenCV_build_script

This is a project for building OpenCV for iOS

OTHER License

Stars
12

OpenCV for iOS

How to build

opencv_ios_build_script.sh builds binary for armv6/7 and iOS simulator, and integrates them into one static link library file by "lipo" command.

Check out OpenCV-2.2.0 source code into "iOS_OpenCV_build_script" folder.

Next, run "opencv_ios_build_script.sh" to build library file automatically. OpenCV needs cmake to be built it. If you have not installed cmake into your Mac, install it.

After building it, following folders are made.

    ./build/lib/
    ./build/include/

Link the files in "./build/lib/" folders, and open Xcode's project property window, and then set "./build/include/" path as header search path.

License

BSD License.

Blog

Dependency