https://bugs.kde.org/show_bug.cgi?id=401306
--- Comment #17 from caulier.gil...@gmail.com --- No. this commit remove the dependency to obsolete OpenCV header. It's the oposite : https://cgit.kde.org/digikam.git/commit/?id=eeab1c8220e8ffa9987ce032c1a65536e1a333f4 Deprecated headers are like : #include <opencv/...> We only use headers from opencv2/ directory. Also with this commit, i simplify the dependencies from OpenCV modules. We require less modules than before : https://cgit.kde.org/digikam.git/tree/core/CMakeLists.txt#n295 "core objdetect imgproc imgcodecs" That all. of course, some OpenCV modules requires extra internal modules as objdetect which need : - "calib3d" and "features2d" for OpenCV version 3 - "flann" for OpenCV version 4 I'm sure, i take a look in deep into OpenCV code which is a big monter. So, if i'm wrong here, i would to know why exactly... Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.