What did I miss? I uninstalled DigiKam 3.1 and kipi plug-ins using the Ubuntu software center Downloaded and extracted the tarball, then
sudo apt-get build-dep digikam sudo apt-get build-dep kipi-plugins bash bootstrap.linux cd build make all went well up to 9% then I get this message. /home/rick/Downloads/digikam-3.3.0-beta1/extra/libkface/libkface/recognition-opencv-lbph/lbphfacemodel.cpp: In member function ‘void KFaceIface::LBPHFaceModel::update(const std::vector<cv::Mat>&, const std::vector<int>&, const QString&)’:
/home/rick/Downloads/digikam-3.3.0-beta1/extra/libkface/libkface/recognition-opencv-lbph/lbphfacemodel.cpp:158:12: error: ‘class cv::FaceRecognizer’ has no member named ‘update’ make[2]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/recognition-opencv-lbph/lbphfacemodel.cpp.o] Error 1
make[1]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/all] Error 2 make: *** [all] Error 2 rick@Emachine:~/Downloads/digikam-3.3.0-beta1/build$ Thanks Rick _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
3.3.0-beta1 need at least opencv 2.4.5 to compile. It miss some rules to check OpenCV version. A bug report is already open about. Best Gilles Caulier 2013/6/9 Rick Hallock <[hidden email]>
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Rick,
you can get opencv for ubuntu for example from here: https://launchpad.net/~limparissoft/+archive/opencv-ppa The corresponding bug report is here: https://bugs.kde.org/show_bug.cgi?id=320763 Best regards, Michael On 06/10/2013 09:35 AM, Gilles Caulier wrote: > 3.3.0-beta1 need at least opencv 2.4.5 to compile. > > It miss some rules to check OpenCV version. A bug report is already open > about. > > Best > > Gilles Caulier > > > 2013/6/9 Rick Hallock <[hidden email]> > >> What did I miss? >> >> I uninstalled DigiKam 3.1 and kipi plug-ins using the Ubuntu software >> center >> Downloaded and extracted the tarball, then >> >> sudo apt-get build-dep digikam >> sudo apt-get build-dep kipi-plugins >> bash bootstrap.linux >> cd build >> make >> >> all went well up to 9% then I get this message. >> >> /home/rick/Downloads/digikam-3.3.0-beta1/extra/libkface/libkface/recognition-opencv-lbph/lbphfacemodel.cpp: >> In member function ‘void KFaceIface::LBPHFaceModel::update(const >> std::vector<cv::Mat>&, const std::vector<int>&, const QString&)’: >> /home/rick/Downloads/digikam-3.3.0-beta1/extra/libkface/libkface/recognition-opencv-lbph/lbphfacemodel.cpp:158:12: >> error: ‘class cv::FaceRecognizer’ has no member named ‘update’ >> make[2]: *** >> [extra/libkface/libkface/CMakeFiles/kface.dir/recognition-opencv-lbph/lbphfacemodel.cpp.o] >> Error 1 >> make[1]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/all] Error 2 >> make: *** [all] Error 2 >> rick@Emachine:~/Downloads/digikam-3.3.0-beta1/build$ >> >> >> -- >> >> Thanks >> Rick >> >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users >> >> > > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |