3.4.3 from today include/opencv2 directory only contains opencv.hpp
Is this on purpose since 3.4.2 contained all the hpp files as usual?
Is this on purpose since 3.4.2 contained all the hpp files as usual?
I must have messed something up, things look sane this fine morning :-)
Asked: 2018-08-29 08:58:23 -0600
Seen: 113 times
Last updated: Aug 29 '18
"3.4.2 contained all the hpp files" are you sure ?check it
you're probably looking in the wrong place.
for the windows, prebuilt libs it would be:
opencv\build\include
, if you build it yourself, then it'sopencv\build\install\include
on a linux system, you'll find the headers in
/usr/local/include
, after you run cmake && make && make install