How to Compile Opencv Program
Linux:
g++ hello-world.cpp -o hello-world \
-I /usr/local/include/opencv -L /usr/local/lib \
-lm -lcv -lhighgui -lcvaux
Windows:
In the project preferences set the path to the OpenCV header files and
the path to the OpenCV library files.
Showing posts with label compile opencv. Show all posts
Showing posts with label compile opencv. Show all posts
Subscribe to:
Comments (Atom)