下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
%Simple demonstration of one image face detection operation.clearclose allx=imread('test01.jpg');if (size(x,3)>1)%if RGB image make gray scale try x=rgb2gray(x);%image toolbox dependent catch x=sum(double(x),3)/3;%if no image toolbox do simple sum endendx=double(x);%make sure the input is double format[output,count,m,svec]=facefind(x);%full scan imagesc(x), colormap(gray)%show imageplotbox(output,[],8)%plot the detections as red squaresplotsize(x,m)%plot minmum and maximum
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。