Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 124 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 124 Bytes

Building

brew install opencv
g++ source_file.cpp -o output_executable `pkg-config --cflags --libs opencv`