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
- Host: GitHub
- URL: https://github.com/smidm/docker-fedora-opencv
- Owner: smidm
- License: mit
- Created: 2016-08-17T11:50:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T15:43:08.000Z (almost 9 years ago)
- Last Synced: 2025-03-05T21:04:11.158Z (3 months ago)
- Language: CMake
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 APITested Versions
---------------|Fedora | OpenCV
|------ | ------
|24 | 3.1.0
|24 | 2.4.13
|23 | 3.1.0
|23 | 2.4.13