Johannes Schickling 480097d157 fix 11 years ago
..
2 fix 11 years ago
3 fix 11 years ago
README.md 3.0 11 years ago
install.sh opencv 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