资源简介

人脸检测和特征点定位源码,2014CVPR

资源截图

代码片段和文件信息

% % % ------------------------------
% % % 
% % % This is the older (first) version of the code.
% % % 
% % % ------------------------------

clear; close all;
addpath(genpath(‘.‘));
    
%------------------------------------------------%
% Choose Face Detector (0: Tree-based Face Detector (p204) 1: Matlab Face Detector)
% Tree-based Face Detector is much more accurate and suited for wild faces.
% But it is EXTREMELY slow!!
bbox_method = 0;
%------------------------------------------------%


%------------------------------------------------%
% Choose Visualize (0: Do Not Display Fitting Results 1: Display Fitting Results and Pause of Inspection)

visualize=1;
%------------------------------------------------%


%------------------------------------------------%

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-08-22 05:49  aasthana_cvpr2013_code_version_1.0\
     文件        1444  2013-08-22 05:50  aasthana_cvpr2013_code_version_1.0\Demo.m
     文件        4987  2013-07-04 20:22  aasthana_cvpr2013_code_version_1.0\DRMF.p
     目录           0  2013-08-22 05:46  aasthana_cvpr2013_code_version_1.0\face_detector\
     目录           0  2013-08-22 05:46  aasthana_cvpr2013_code_version_1.0\face_detector\functions\
     文件         297  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\clipboxes.m
     文件         420  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\compile.m
     文件        1070  2012-06-15 12:25  aasthana_cvpr2013_code_version_1.0\face_detector\functions\COPYING
     文件       10871  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\detect.m
     文件        3909  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\fconv.cc
     文件       12752  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\fconv.mexa64
     文件        8704  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\fconv.mexw32
     文件       10240  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\fconv.mexw64
     文件        3880  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\fconvblas.cc
     文件        4316  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\fconvMT.cc
     文件        2055  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\featpyramid.m
     文件        6540  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\features.cc
     文件       13071  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\features.mexa64
     文件       10240  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\features.mexw32
     文件       12288  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\features.mexw64
     文件        1818  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\nms_face.m
     文件        2517  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\reduce.cc
     文件       12802  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\reduce.mexa64
     文件        8192  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\reduce.mexw32
     文件       10240  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\reduce.mexw64
     文件        3503  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\resize.cc
     文件       12953  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\resize.mexa64
     文件        8192  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\resize.mexw32
     文件        9728  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\resize.mexw64
     文件        3549  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\shiftdt.cc
     文件       12711  2012-11-21 08:10  aasthana_cvpr2013_code_version_1.0\face_detector\functions\shiftdt.mexa64
............此处省略32个文件信息

评论

共有 条评论