
Haar
Alan的修炼
12年读研究生,一路走来,接触和学习到很多知识,看到了以前不曾想到的风景,感悟到很多。这里进行梳理总结。
展开
-
Opencv Haar特征的鼻子分类器性能测试
今天要完成haar特征的鼻子分类器的不同参数设置,在ARM11上运行的性能测试。最近情绪不稳,可能有不太对的地方,仅供参考吧。一、opencv 的haar分类器noses = cvHaarDetectObjects( pGray, /* the source image, with the estimated location defined */ c原创 2013-07-08 08:52:17 · 1785 阅读 · 0 评论 -
OpenCV源码中Haar训练及提取特征的代码
我想计算Haar特征,自己手动计算感觉挺麻烦(主要在取各个不同位置、不同scale的特征),而且可能速度不够。OpenCV 的这个把所有东西都封装起来了,由于我的online-boosting和它的框架不一样,不能直接使用。我在源码中看了半天,发现里面又有 internal haar feature又有fast haar feature,还有什么Thaar feature。源码中注释比较少转载 2013-07-09 16:27:06 · 1817 阅读 · 0 评论 -
haar.cpp sourcearchive
转自:http://opencv.sourcearchive.com/documentation/2.3.1-0exp1/haar_8cpp_source.htmlhaar.cpp/*M///////////////////////////////////////////////////////////////////////////////////////////转载 2013-07-22 14:26:18 · 1433 阅读 · 0 评论 -
CvHidHaarClassifierCascade Member
转自:http://opencv.sourcearchive.com/documentation/2.3.1-0exp1/structCvHidHaarFeature.htmlCvHidHaarFeature Struct ReferenceList of all members.Public Attributesstruct {转载 2013-07-22 14:36:35 · 1958 阅读 · 0 评论 -
CvHaarClassifier Struct
转自:http://opencv.sourcearchive.com/documentation/2.3.1-0exp1/haar_8cpp_source.htmlCvHaarClassifier Struct ReferenceCollaboration diagram for CvHaarClassifier:[legend]List of all转载 2013-07-22 14:45:33 · 1176 阅读 · 0 评论