Mike Bianco 6506a9c0b1 Adding encryption option to postgres s3 backup 2 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