Pirmin Kalberer b9cc9a5346 Use rustup for Rust installation 7 years ago
..
Dockerfile Replace deprecated MAINTAINER by LABEL 8 years ago
README.md 3.0 11 years ago

README.md

opencv

Lightweight ready-to use OpenCV image

Usage

$ docker run --rm -it -v $(pwd):/source schickling/opencv

Compile

$ g++ $(pkg-config --cflags --libs opencv) my-file.cpp