Skip to content

Instantly share code, notes, and snippets.

@kemalkanok
Created December 13, 2018 20:38
Show Gist options
  • Save kemalkanok/0979546ed7aeb0bd0a89998adac2db75 to your computer and use it in GitHub Desktop.
Save kemalkanok/0979546ed7aeb0bd0a89998adac2db75 to your computer and use it in GitHub Desktop.
cpp compile with opencv
g++ `pkg-config --cflags --libs opencv` test.cpp -o test && ./test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment