《新手求助》 FaceRecognizer显示未声明怎么办?
opencv吧
全部回复
仅看楼主
level 1
这个是头文件
//#include <stdafx.h>
#include <opencv2/opencv.hpp>
#include <iostream>
#include <fstream>
#include <sstream>
#include <math.h>
using namespace cv;
using namespace std;
2017年09月08日 10点09分 1
level 1
有大神么?帮忙解决这个问题,十分急
2017年09月08日 12点09分 2
level 1
版本是cv3.3
2017年09月08日 12点09分 3
换opencv3
2017年09月09日 07点09分
新版本肯定是要去掉一些过时的东西的吧
2017年09月09日 10点09分
level 1
face.hpp文件的说明的举例如下:
using namespace face;
Ptr<FaceRecognizer> model = EigenFaceRecognizer::create();
2017年10月07日 09点10分 4
level 1
同样遇到了这个问题,求大神相助!
2018年02月25日 14点02分 5
level 11
编译额外库
2018年06月13日 00点06分 7
1