Answers for "compile opencv c++"

C++
0

executing an opencv c++ code

g++ m.cpp -o app `pkg-config --cflags --libs opencv`
Posted by: Guest on July-07-2021
0

how to compile opencv c++ in ubuntu

1 $ alias opencv="~/.compile_opencv.sh"
   2 $ opencv opencvtest.c
   3 $ ./opencvtest
Posted by: Guest on May-14-2020
0

opencv compile c++

pkg-config --cflags --libs /path/to/opencv.pc
//to compile opencv code samples
Posted by: Guest on March-30-2020

Browse Popular Code Answers by Language