aido93 d18b234dbe
Update restore.sh
5 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