git clone https://github.com/opencv/opencv.git
cd opencv/
mkdir build_ios
cd build_ios
cmake .. \
-DCMAKE_TOOLCHAIN_FILE=../../ios-cmake/ios.toolchain.cmake \
-DCMAKE_INSTALL_PREFIX:PATH="`grealpath ../../usr`/opencv/" \
-DIOS_DEPLOYMENT_TARGET=11.0 \
-DIOS_PLATFORM=OS \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_opencv_apps=OFF \
-DWITH_PNG=OFF \
-DWITH_CAP_IOS=OFF \
-DWITH_AVFOUNDATION=OFF
make -j12 install
-
Notifications
You must be signed in to change notification settings - Fork 1
Adds OpenCV functions to tp_pipeline.
License
tdp-libs/tp_pipeline_opencv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Adds OpenCV functions to tp_pipeline.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published