Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmake/ | 03-May-2024 | - | 229 | 184 | ||
Info.plist.in | D | 03-May-2024 | 623 | 19 | 18 | |
build_framework.py | D | 03-May-2024 | 6.4 KiB | 166 | 118 | |
readme.txt | D | 03-May-2024 | 351 | 8 | 5 |
readme.txt
1Building OpenCV from Source, using CMake and Command Line 2========================================================= 3 4cd ~/<my_working_directory> 5python opencv/platforms/ios/build_framework.py ios 6 7If 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. 8