Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

OpenCV computer vision package for conan package manager

License

Notifications You must be signed in to change notification settings

Noblis/conan-opencv

 
 

Repository files navigation

Download Build status Build Status

Conan OpenCV

logo

Conan package for OpenCV library. https://opencv.org/

The packages generated with this conanfile can be found in Bintray.

Basic setup

$ conan install opencv/3.4.3@conan/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
opencv/3.4.3@conan/stable

[options]
opencv:shared=True # False
opencv:fPIC=True # False (only available for Linux and Macos)

[generators]
cmake

Issues

If you wish to report an issue for Conan Community related to this package or any other, please do so here:

Conan Community Issues

Wish List

If you wish to make a request for Conan Community creating a new package, please do so here:

Conan Wish List

License

MIT

About

OpenCV computer vision package for conan package manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.6%
  • C++ 14.0%
  • Shell 4.0%
  • CMake 2.4%