This project is an iOS porting of the tutorial available in the OpenCV docs
Before using this project you need to copy the OpenCV framework with contrib modules opencv2.framework
inside the root folder of this project
You can build it following these instructions:
- Clone
OpenCV 3.2.0
:
git clone -b 3.2.0 --single-branch https://github.com/opencv/opencv.git
- Clone
OpenCV Contrib
:
git clone -b 3.2.0 --single-branch https://github.com/opencv/opencv_contrib.git
- Build the framework and save it inside
opencv-ios-framework
folder:
python opencv/platforms/ios/build_framework.py --contrib opencv_contrib opencv-ios-framework
- Wait the build process to complete. Once you generated the framework using the commands above, please copy the generated opencv2.framework in the root folder of this project.