Nicolas Schwarzentrub 094f661505 update to swagger-ui v2.1.3 9 years ago
..
Dockerfile opencv 10 years ago
README.md 3.0 10 years ago
install.sh undo 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