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
face.hpp文件的说明的举例如下:
using namespace face;
Ptr<FaceRecognizer> model = EigenFaceRecognizer::create();
2017年10月07日 09点10分
4