Answers for "how to run opencv cpp file"

C++
0

executing an opencv c++ code

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

Browse Popular Code Answers by Language