Skip to content

Instantly share code, notes, and snippets.

@cgddrd
Last active August 29, 2015 14:15
Show Gist options
  • Save cgddrd/bf174fea3993369777fe to your computer and use it in GitHub Desktop.
Save cgddrd/bf174fea3993369777fe to your computer and use it in GitHub Desktop.
C++ - Compile OpenCV Application (v2.4.9) (g++)
g++ main.cpp -o optical_test -lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment