1 | initial version |
IF you successfully built and installed opencv4 before, it's probably not a problem with your compiler.
the opencv 4 headers get installed to /usr/local/include/opencv4
, please make sure to adjust your INCLUDE path
2 | No.2 Revision |
IF you successfully built and installed opencv4 before, it's probably not a problem with your compiler.
the opencv 4 headers get installed to /usr/local/include/opencv4
, please make sure to adjust your INCLUDE pathpath, when trying to build your own program.