[Digikam-devel] [digikam] [Bug 355076] opencvfacedetector.cpp compile fails with opencv-3.0.0
via KDE Bugzilla
bugzilla_noreply at kde.org
Mon Nov 9 21:34:58 GMT 2015
https://bugs.kde.org/show_bug.cgi?id=355076
--- Comment #4 from caulier.gilles at gmail.com ---
Git commit b400f57f7c457b0bac5ea3d4fd39fbde0c5e11e5 by Gilles Caulier.
Committed on 09/11/2015 at 21:31.
Pushed by cgilles into branch 'master'.
we don't need opencv3::face contrib module. This one is now integrated in
FaceEngines as well.
As usual, OpenCV make the puzzle. With version 3, and all the contrib modules
never released as a dedicated tarball,
this code will stay in beta stage for a while. This is not a safe situation, if
OpenCV3 packager do not integrate face module in standard.
The OpenCV3::face implementation is just adated to be compiled outside the
contrib structure, that all...
M +1 -1 CMakeLists.txt
M +3 -1 app/utils/libopencv.h.cmake.in
M +16 -1 libs/facesengine/CMakeLists.txt
A +147 -0 libs/facesengine/opencv3-face/eigen_faces.cpp [License:
Public Domain]
A +360 -0 libs/facesengine/opencv3-face/face.hpp [License: Unknown
license] *
A +177 -0 libs/facesengine/opencv3-face/face_basic.hpp [License:
UNKNOWN] *
A +78 -0 libs/facesengine/opencv3-face/facerec.cpp [License: Public
Domain]
A +168 -0 libs/facesengine/opencv3-face/facerec.hpp [License: UNKNOWN]
*
A +167 -0 libs/facesengine/opencv3-face/fisher_faces.cpp [License:
Public Domain]
A +435 -0 libs/facesengine/opencv3-face/lbph_faces.cpp [License:
Public Domain]
A +58 -0 libs/facesengine/opencv3-face/precomp.hpp [License: Unknown
license] *
M +4 -0 libs/facesengine/recognition-opencv-lbph/facerec_borrowed.h
The files marked with a * at the end have a non valid license. Please read:
http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are
listed at that page.
http://commits.kde.org/digikam/b400f57f7c457b0bac5ea3d4fd39fbde0c5e11e5
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list