Skip to content

Latest commit

 

History

History

opencv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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