摘要: #include "cv.h" #include "highgui.h" #include "stdafx.h" #include <ml.h> #include <iostream> #include <fstream> #include <string> #include <vector> using namespace cv; using ... 阅读全文
posted @ 2012-12-19 00:08 freedesert 阅读(894) 评论(0) 推荐(0) 编辑
摘要: cv::CascadeClassifier类在多次读取新版本xml模型时的错误及其修正 (2012-04-25 14:57:08) 转载▼ 标签: opencv 人脸检测 级联分类器 cascade classifier haar lbp it 分类: 无尽之海 在现在的OpenCV版本中,使用级联分类器做人脸检测的时候,有两种选择:一是使用老版本的CvHaarClassi... 阅读全文
posted @ 2012-12-19 00:05 freedesert 阅读(1049) 评论(1) 推荐(0) 编辑