Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
compile and link with opencv 3.4.0
  • Loading branch information
cgilles committed Jan 14, 2018
1 parent 73fb3e7 commit 6ea9e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/facesengine/opencv3-face/face.hpp
Expand Up @@ -48,6 +48,7 @@ the use of this software, even if advised of the possibility of such damage.
*/

#include "libopencv.h"
#include "digikam_export.h"
#include "opencv2/core.hpp"
#include "predict_collector.hpp"
#include <map>
Expand Down Expand Up @@ -155,7 +156,7 @@ String name = model->name();
@endcode
*/
class CV_EXPORTS_W FaceRecognizer : public Algorithm
class DIGIKAM_DATABASE_EXPORT FaceRecognizer : public Algorithm
{
public:
/** @brief Trains a FaceRecognizer with given data and associated labels.
Expand Down

0 comments on commit 6ea9e42

Please sign in to comment.