https://github.com/sonsongithub/ios_opencv_build_script
This is a project for building OpenCV for iOS
https://github.com/sonsongithub/ios_opencv_build_script
Last synced: about 1 month ago
JSON representation
This is a project for building OpenCV for iOS
- Host: GitHub
- URL: https://github.com/sonsongithub/ios_opencv_build_script
- Owner: sonsongithub
- License: other
- Created: 2011-05-04T17:30:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-12T06:43:43.000Z (almost 14 years ago)
- Last Synced: 2025-04-23T23:11:51.262Z (about 1 month ago)
- Language: Objective-C
- Homepage: http://sonson.jp
- Size: 1.7 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
=======
* [sonson.jp][]
Sorry, Japanese only....Dependency
=======
* [Quartz Help Library][]. Sample project depends on [Quartz Help Library][], mutually.[sonson.jp]: http://sonson.jp
[BSD License]: http://www.opensource.org/licenses/bsd-license.php
[Quartz Help Library]: https://github.com/sonsongithub/Quartz-Help-Library