An open API service indexing awesome lists of open source software.

https://github.com/smidm/docker-fedora-opencv

Dockerfile for OpenCV build on Fedora
https://github.com/smidm/docker-fedora-opencv

Last synced: 3 months ago
JSON representation

Dockerfile for OpenCV build on Fedora

Awesome Lists containing this project

README

        

Build and Test Docker Container
===============================

$ sudo docker build -t fedora-opencv ./docker
$ sudo docker run -t -i -v $PWD:/test fedora-opencv /bin/bash
$ /test/test.sh # test C++ and Python OpenCV API

Tested Versions
---------------

|Fedora | OpenCV
|------ | ------
|24 | 3.1.0
|24 | 2.4.13
|23 | 3.1.0
|23 | 2.4.13