Is it correct to assume that for every opencv header included into the cpp file
#include <opencv2/xxx.hpp>
-lopencv_xxx needs to be added to g++ command line?
1 | initial version |
Is it correct to assume that for every opencv header included into the cpp file
#include <opencv2/xxx.hpp>
-lopencv_xxx needs to be added to g++ command line?