Teoh Han Hui 089952ad8e Remove colon in time portion of archive filename 9 years ago
..
Dockerfile opencv 11 years ago
README.md 3.0 11 years ago
install.sh undo 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