1 | initial version |
you should not try to include headers from the opencv src folder.
make install
should have copied them to whatever CMAKE_INSTALL_PREFIX
points to, usually /usr/local
on linux.
for opencv 4, add /usr/local/include/opencv4
to your include path