Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 124 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 124 Bytes

OpenCV

Many Examples to Learn OpenCV

How to compile c++ code:

$ cd ~/repo_opencv_cpp/bin
$ cmake ..
$ make