资源简介

一个基于静态图像的人脸识别系统。该系统包括人脸图像 的采集、图像预处理、人脸检测定位、人脸特征提取和识别几个部分 支持向量机进行分类识别

资源截图

代码片段和文件信息

function resTest = ModelTest(test_data test_label model)
%This function test the trained SVM with test data and output the test result.
%Input:
%     test_data:  test face matrix
%     test_label: test face labels
%     model:      trained SVM model
%Output:
%     resTest:    test result structure
[predicted_label accuracy dec] = svmpredict(test_label test_data model);
resTest.label = predicted_label;
resTest.accuracy = accuracy;

end


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-10 15:39  成品\
     目录           0  2016-03-13 13:49  成品\code\
     文件       19923  2013-04-13 09:24  成品\code\2-06_face_0.jpg
     文件         460  2016-03-12 18:11  成品\code\ModelTest.m
     文件         397  2016-03-12 14:52  成品\code\ModelTrain.m
     文件        2242  2016-03-13 13:49  成品\code\Run_me.m
     文件         499  2016-03-13 13:47  成品\code\Test_One.m
     目录           0  2018-10-10 15:39  演示\
     文件    53043712  2016-03-13 13:48  演示\9545 1.avi
     文件          64  2018-10-10 16:34  说明.txt
     目录           0  2018-10-10 15:38  需求\
     文件        7140  2018-10-10 17:59  需求\7V5$K6R9IW9G[QOH%A$$)@J.png

评论

共有 条评论