Igor Diakonov 2b3a4a0da3 Added recreating existing tables 6 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