Giter VIP home page Giter VIP logo

conan-opencv's Introduction

conan-opencv

OpenCV computer vision package for conan package manager

The package is still not uploaded, but working in:

  • Win10, MSVC14, Release, STATIC opencv
  • Win10, MSVC14, Release, SHARED opencv
  • Third parties libs (zlib, etc), from the bundled source in OpenCV, not using other conan packages (yet)
  • It may work with other configuration (Debug, 32bits)

Steps:

$ git clone https://github.com/memsharded/conan-opencv.git
$ cd conan-opencv
$ conan export memsharded/testing
$ conan test_package
//for other conan defaults
$ conan test_package -s compiler="Visual Studio" -s compiler.version=14 -s arch=x86_64 -s build_type=Release -s compiler.runtime=MD
//to select shared opencv (can combine with above compiler settings)
$ conan test_package -o OpenCV:shared=True

Conan re-builds the package with conan test_package, if you want to re-run the test only, you can

$ conan test_package --build=never (--build=missing will also do it)

This is ongoing work:

  • Feel free to add tests to build, specially if something fails, with a PR, so the package is better tested
  • Report any issues, even if you want to try in different OS, I will add Linux support soon.

conan-opencv's People

Contributors

memsharded avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.