首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > face_detection

face_detection

  • 资源大小:624.64 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab matlab facedetection

资 源 简 介

%Reading RGB 图像 i=imread("face8.jpg") ; I=rgb2gray(i) ; BW=im2bw(I) ; figure,imshow(BW) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %减少消耗的背景部分 [n1 n2]=size(BW) ; r=floor(n1/10) ; c=floor(n2/10) ; x 1 = 1 ; x 2 = r ; s = r * c; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

文 件 列 表

face_detection
face_database
face8.jpg
facedetection.m
VIP VIP
0.174955s