Home | History | Annotate | only in /external/opencv3/platforms/ios
Up to higher level directory
NameDateSize
build_framework.py24-Aug-20166.4K
cmake/24-Aug-2016
Info.plist.in24-Aug-2016623
readme.txt24-Aug-2016351

readme.txt

      1 Building OpenCV from Source, using CMake and Command Line
      2 =========================================================
      3 
      4 cd ~/<my_working_directory>
      5 python opencv/platforms/ios/build_framework.py ios
      6 
      7 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.
      8