搜索资源列表
FaceIdEval
- 该程序包含四种人脸识别优秀算法,PCA +LDA,BIC,EBGM。-The program contains four outstanding face recognition algorithm, PCA, the PCA LDA, BIC, elastic bunch graph matching.
234123
- 采用图分解的特征识别算法研究Feature recognition algorithm based on graph decomposition research-Feature recognition algorithm based on graph decomposition research
dijkstra_openmp
- DIJKSTRA_OPENMP is a C++ program which illustrates the use of the OpenMP application program interface by implementing Dijkstra s minimum graph distance algorithm
PEGASUSH-2.0.tar
- Gaston is a unified GrAph, Sequences and Tree extractiON algorithm. Given a database of graphs, GASTON searches for all frequent subgraphs of that database.
main
- 人脸检测: 第一部分,使用Harr-like特征表示人脸,使用“ 积分图”实现特征数值的快速计算; 第二部分, 使用Adaboost算法挑选出一些最能代表人脸的矩形特征( 弱分类器),按照加权投票的方式将弱分类器构造为一个强分类器; 第三部分, 将训练得到的若干强分类器串联组成一个级联结构的层叠分类器,级联结构能有效地提高分类器的检测速度。(Face detection: In the first part, the Harr-like feature is used t