• 大小: 2.26MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-16
  • 语言: Matlab
  • 标签: matlab  人脸  人眼  

资源简介

使用MATLAB从一段视频中抓取图像进行实时分析和处理,识别人脸,定位并跟踪人眼

资源截图

代码片段和文件信息

function nframe=eyematch(framethreshtemplate);

[face_askin_region]=face(frame);

im1 = double(rgb2gray(face_a));
img=im1-mean(mean(im1));
template=template-mean(mean(template));

C=normxcorr2(templateimg);
Csub = C((size(template1)-1)/2+1:size(img1)-1(size(template2)-1)/2+1:size(img2)-1);
figure;
% imshow(Csub []) pixval;

BW = Csub;
BW(find(BWBW(find(BW>thresh))=1;
% figure imshow(BW);

[Ln] = bwlabel(BW);
stats = regionprops(L ‘centroid‘);
% Draw an asterisk 

figure(1);imshow(frame);
centroids = cat(1 stats.Centroid);
hold on
plot(centroids(:1) centroids(:2) ‘r*‘);
hold off

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        644  2006-02-19 19:41  Face & eye detection--Eye_tracking\eyematch.m

     文件       1290  2006-02-23 23:22  Face & eye detection--Eye_tracking\eyematch2.m

     文件       1117  2007-12-10 18:30  Face & eye detection--Eye_tracking\face.m

     文件        834  2006-02-20 22:59  Face & eye detection--Eye_tracking\findeye.m

     文件      16539  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k001.JPG

     文件      16938  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k002.JPG

     文件      16558  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k003.JPG

     文件      16899  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k004.JPG

     文件      16459  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k005.JPG

     文件      16800  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k006.JPG

     文件      16271  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k007.JPG

     文件      16668  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k008.JPG

     文件      16304  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k009.JPG

     文件      16348  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k010.JPG

     文件      16734  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k011.JPG

     文件      16248  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k012.JPG

     文件      16251  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k013.JPG

     文件      16578  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k014.JPG

     文件      16324  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k015.JPG

     文件      16331  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k016.JPG

     文件      16550  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k017.JPG

     文件      16234  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k018.JPG

     文件      16780  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k019.JPG

     文件      16591  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k020.JPG

     文件      16547  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k021.JPG

     文件      16394  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k022.JPG

     文件      16406  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k023.JPG

     文件      16769  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k024.JPG

     文件      16537  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k025.JPG

     文件      16929  2006-02-20 23:07  Face & eye detection--Eye_tracking\jpg\k026.JPG

............此处省略111个文件信息

评论

共有 条评论