1 | initial version |
can't help wirh any IDE, but your include path should be
/usr/local/include/opencv4/
then use headers like
#include "opencv2/core.hpp"
2 | No.2 Revision |
can't help wirh any IDE, but for opencv4, your include path should be
/usr/local/include/opencv4/
then use headers like
#include "opencv2/core.hpp"
3 | No.3 Revision |
can't help wirh any IDE, but for opencv4, your include path should be
/usr/local/include/opencv4/
then use headers like
#include "opencv2/core.hpp"
#include "opencv2/ximgproc.hpp"