OpenCV-Dynamic

OpenCV (Computer Vision) for iOS as a dynamic framework.


Keywords
opencv
License
BSD-3-Clause
Install
pod try OpenCV-Dynamic

Documentation

OpenCV Dynamic

This repository contains podspec of OpenCV framework built as a dynamic library. It can be used as a dependency in any CocoaPod and will work correctly with Swift and/or Objective-C projects.

To add it to your project:

pod 'OpenCV-Dynamic', '~> 3.x'

Do add it as a dependency to an existing CocoaPod:

spec.dependency 'OpenCV-Dynamic'

Building

For the pod to build correctly, please make sure cmake is available from command line, by running cmake command. You can install it with Homebrew:

brew install cmake

Same as with OpenCV, Python is required to build the framework (shipped with macOS).

Author

Dal Rupnik

License

OpenCV-Dynamic is available under the 3-clause BSD license. See LICENSE file for more information.

Also respect OpenCV License and conditions.