OpenCV_4.2.0/opencv-4.2.0/platforms/ios
朱雅鸿 97158ca5f7 feat:first init 2024-07-25 16:47:56 +08:00
..
cmake feat:first init 2024-07-25 16:47:56 +08:00
Info.Dynamic.plist.in feat:first init 2024-07-25 16:47:56 +08:00
Info.plist.in feat:first init 2024-07-25 16:47:56 +08:00
build_framework.py feat:first init 2024-07-25 16:47:56 +08:00
readme.txt feat:first init 2024-07-25 16:47:56 +08:00

readme.txt

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.