Johannes Schickling d4393c70f2 Merge pull request #83 from stigkj/patch-1 8 years ago
..
Dockerfile Fixed typo 8 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