Pirmin Kalberer 7dbb3dfd87 Run install.sh without chmod +x 7 years ago
..
Dockerfile Replace deprecated MAINTAINER by LABEL 7 years ago
README.md 3.0 10 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