登录
首页 » matlab » face_detection

face_detection

于 2009-05-20 发布 文件大小:6376KB
0 156
下载积分: 1 下载次数: 1389

代码说明:

  自己写的一个基于肤色的人脸检测代码 用matlab做得 (face detection based on the skin colour)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Harris-MATLAB
    Harris角点特征提取MATLAB代码,完整的中文注释了每条命令的用法意义。(Harris corner feature extraction MATLAB code, note the use of the full Chinese meaning of each command.)
    2013-12-31 00:38:52下载
    积分:1
  • d_wind_farm_case3
    this is the simulation of wind farm
    2014-02-25 20:19:08下载
    积分:1
  • twoway-relaying-impairments
    关于双向中继信道不完美条件下的中断概率性能分析的实例代码,研究生学习时可以借鉴下哦(This is a analysis example about outage probability performance in two-way relay channel under inperfect condition.)
    2021-03-15 10:09:22下载
    积分:1
  • Clonalselectionalgorithm
    免疫遗传算法解决TSP问题的源程序,属于本人写文章测试benchmark problem用的程序。(Immune genetic algorithm to solve TSP problem source, which I write the test procedures used benchmark problem.)
    2007-12-07 15:38:27下载
    积分:1
  • lms
    说明:  自适应中关于格型算法和LMS的仿真程序,用MATLAB(Adaptive grid-based on LMS algorithm and the simulation program, using MATLAB)
    2008-09-03 21:09:10下载
    积分:1
  • ekf_1_3_ukf_1_3
    国外学者编写UKF、EKF、IMM的matlab源码和说明文档,注释清楚,条理性强。最新版本(The methods that are discussed in the current documentation are: Kalman filters and smoothers.Extended Kalman filters and smoothers Unscented Kalman filters and smoothers Interacting Multiple Model (IMM) filters and smoothers)
    2010-06-12 20:06:59下载
    积分:1
  • MIMO-OFDM-Wireless-Communications-with-MATLAB
    MIMO-OFDM Wireless Communications with MATLAB
    2012-06-24 04:42:40下载
    积分:1
  • Phone
    c++实现的通信录,实现添加、删除、查找、修改等功能(communications recorded c++ implemented add, delete, search, modify functions)
    2014-01-14 10:02:38下载
    积分:1
  • li9_23
    clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型 计算7个不变矩 [nc,nr]=size(A) [x,y]=meshgrid(1:nr,1:nc) 得到网格 x=x(:) y=y(:) A=A(:) m.m00=sum(A) if m.m00==0 m.m00=eps end m.m10=sum(x.*A) m.m01=sum(y.*A) 计算均值 xmean=m.m10/m.m00 ymean=m.m01/m.m00 计算中心矩(li9_23.rar cm.cm00=m.m00 cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2) cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5) cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2) cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5) cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2) cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5) cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5) im(1)=cm.cm20+cm.cm02 im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2 im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2 im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2 im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)... +(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2) im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)... +4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03) im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)... *()
    2010-10-17 21:53:14下载
    积分:1
  • MATLAB-optimization--
    很全面的matlab优化算法的代码集合,包括蚁群免疫等算法都在,很细致。(Very comprehensive collection of matlab code optimization algorithm, including the immune ant colony algorithms such are very detailed.)
    2013-07-26 15:49:12下载
    积分:1
  • 696518资源总数
  • 104652会员总数
  • 48今日下载