opencv2 include files location
Hello,
I have downloaded and unzipped Opencv 3.4.3, created a build folder and ran make followed by make install. My opencv2 folder only contains 2 files. Where are the rest of the libraries?
I am attempting this tutorial http://www.daslhub.org/unlv/wiki/doku... it requires the #include opencv2/core/core.hpp among others.
I am using Code blocks and have the other opencv (no 2) includes working.
Thanks
which os ?
Ubuntu 18.04
I used this https://docs.opencv.org/master/d7/d9f... tutorial. It says its for a old ubuntu and old Opencv but it's the only one on the opencv docs.