Computer vision and machine learning software library.
This package is a fork from https://github.com/conda-forge/opencv-feedstock
The aim is to modify the opencv recipe to use intel tbb instead of multiprocessing. Multiprocessing causes problems with opencv when running on parallel as explained in the following issue. https://github.com/conda-forge/opencv-feedstock/issues/104#issuecomment-366571850
To install better use the following command:
conda install --channel ironbar --channel defaults --channel conda-forge opencv
The recipe for building this package can be found on: https://github.com/ironbar/opencv-feedstock
For installing libtbb use the following command line.
$ sudo apt-get install libtbb-dev