opencv/platforms/ios
2020-06-26 08:26:05 +09:00
..
cmake Fix spelling typos 2019-12-26 06:45:03 -05:00
build_framework.py Dynamic build for Objective-C/Swift wrapper 2020-06-26 08:26:05 +09:00
Info.Dynamic.plist.in Dynamic build for Objective-C/Swift wrapper 2020-06-26 08:26:05 +09:00
Info.plist.in
readme.txt
run_tests.py Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00

Building OpenCV from Source, using CMake and Command Line
=========================================================

cd ~/<my_working_directory>
python opencv/platforms/ios/build_framework.py ios

If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framework. You can add this framework to your Xcode projects.