最近看人脸识别,用的orl库,看网上人脸识别的csv文件都是用python实现的,但是我也懒得装python环境,所以用c++实现了,虽然不难,也和大家分享一下。
顺便提下orl库下载地址,csdn下载有点慢。。。。
orl地址;http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html
代码实现:
#include<iostream>
#include<vector>
#include<io.h>
#include<fstream>
using namespace std;
void getFiles(string path, vector<