登录
首页 » matlab » ch1程序与数据

ch1程序与数据

于 2021-03-17 发布
0 162
下载积分: 1 下载次数: 2

代码说明:

说明:  本例程可以通过肤色进行人脸检测,同时包含一些对图像的基本处理方法,并集成了人脸识别的GUI界面。(This routine can detect face by skin color, and also includes some basic processing methods for image, and integrates GUI interface of face recognition.)

文件列表:

程序与数据, 0 , 2018-11-22
程序与数据\1.jpg, 12043 , 2017-12-09
程序与数据\fig1.m, 97 , 2017-12-17
程序与数据\fig10.m, 324 , 2017-12-17
程序与数据\fig11.m, 283 , 2017-12-17
程序与数据\fig12.m, 401 , 2017-12-17
程序与数据\fig13-基于HaarLike的人脸检测, 0 , 2018-11-22
程序与数据\fig13-基于HaarLike的人脸检测\disp_haar_like_feature.m, 479 , 2017-12-11
程序与数据\fig13-基于HaarLike的人脸检测\get_haar_like_feature.m, 1163 , 2017-12-11
程序与数据\fig13-基于HaarLike的人脸检测\haarcascade_frontalface_alt2.xml, 540616 , 2015-01-25
程序与数据\fig13-基于HaarLike的人脸检测\HaarLike.exe, 24064 , 2016-05-30
程序与数据\fig13-基于HaarLike的人脸检测\images, 0 , 2018-11-22
程序与数据\fig13-基于HaarLike的人脸检测\images\1.jpg, 12043 , 2017-12-11
程序与数据\fig13-基于HaarLike的人脸检测\images\ceshi.jpg, 292929 , 2016-05-26
程序与数据\fig13-基于HaarLike的人脸检测\images\lena.jpg, 91721 , 2016-05-26
程序与数据\fig13-基于HaarLike的人脸检测\main.m, 236 , 2017-12-11
程序与数据\fig13-基于HaarLike的人脸检测\msvcp120.dll, 455328 , 2013-10-22
程序与数据\fig13-基于HaarLike的人脸检测\msvcr120.dll, 970912 , 2013-10-05
程序与数据\fig13-基于HaarLike的人脸检测\opencv_core2411.dll, 2139136 , 2015-02-26
程序与数据\fig13-基于HaarLike的人脸检测\opencv_highgui2411.dll, 2146816 , 2015-02-26
程序与数据\fig13-基于HaarLike的人脸检测\opencv_imgproc2411.dll, 1891840 , 2015-02-26
程序与数据\fig13-基于HaarLike的人脸检测\opencv_objdetect2411.dll, 654848 , 2015-02-26
程序与数据\fig13-基于HaarLike的人脸检测\tmp.key, 11 , 2018-03-16
程序与数据\fig14.m, 2686 , 2017-12-17
程序与数据\fig15-基于肤色的人脸检测GUI, 0 , 2018-11-22
程序与数据\fig15-基于肤色的人脸检测GUI\face_detect.m, 2253 , 2017-12-05
程序与数据\fig15-基于肤色的人脸检测GUI\GUI.fig, 5103 , 2017-12-06
程序与数据\fig15-基于肤色的人脸检测GUI\GUI.m, 3860 , 2017-12-12
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge, 0 , 2018-11-22
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge\10.jpg, 11219 , 2017-12-04
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge\11.jpg, 16142 , 2017-12-04
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge\123.jpg, 90738 , 2017-12-04
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge\14.jpg, 36185 , 2017-12-04
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge\8.jpg, 31781 , 2017-08-05
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge\test1.jpg, 91020 , 2017-12-04
程序与数据\fig15-基于肤色的人脸检测GUI\test_iamge\test2.jpg, 96877 , 2017-12-04
程序与数据\fig2.m, 170 , 2017-12-17
程序与数据\fig3.m, 194 , 2017-12-17
程序与数据\fig4.m, 129 , 2017-12-17
程序与数据\fig5.m, 301 , 2017-12-17
程序与数据\fig6.m, 1741 , 2017-12-17
程序与数据\fig7.m, 221 , 2017-12-17
程序与数据\fig8.m, 214 , 2017-12-17
程序与数据\fig9.m, 314 , 2017-12-17

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

发表评论


0 个回复

  • Sobel--of-MATLAB
    :%中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%膨胀处理- Otsu median filter automatically calculate threshold using 4 direction roberts and edge detection and binarization expansion deal(Otsu median filter automatically calculate threshold using 4 direction roberts and edge detection and binarization expansion deal)
    2014-04-19 15:50:16下载
    积分:1
  • LOD
    这款小DEMO是关于自己学习LOD地形分层算法的例子,其中简单显示了实现算法的过程(The DEMO is a small study on their own examples of LOD terrain hierarchical algorithm, which simply shows the process of algorithm)
    2010-11-29 21:53:33下载
    积分:1
  • ImageExpert
    MFC中实现,简单的photoshop,包括图像灰度化,边缘检测,旋转,反色等等功能。(MFC to achieve simple photoshop, including gray image edge detection, rotation, anti-color and more.)
    2013-05-20 18:54:39下载
    积分:1
  • multi_lwboxfus1
    这是一个关于一种基于提升小波和分形理论的多源图像融合方法的源程序(This is an upgrade based on wavelet and fractal theory of multi-source image fusion method of the source)
    2021-04-21 10:28:49下载
    积分:1
  • 完成版LaneNet
    说明:  基于SegNet实现了车道线的识别。里面包含已经训练好的模型。(Lane line recognition based on SegNet contains the trained model.)
    2020-10-28 13:19:34下载
    积分:1
  • segment
    对超声图像的去噪和分割,可以显示肿瘤图像的边缘和面积(For ultrasound image denoising and segmentation, image can show the tumor edge and area)
    2014-04-17 09:24:47下载
    积分:1
  • monituihuosuanfa
    说明:  模拟退火算法在图像处理中的典型应用,用matlab编程(Simulated annealing algorithm in a typical image processing applications, programming with matlab)
    2010-04-12 11:45:32下载
    积分:1
  • Goldstein Filter for InSAR
    sar滤波中最经典的频率域滤波算法.效果也不错.(sar filtering of the most classic frequency domain filtering algorithm. effect is not bad.)
    2009-11-25 11:14:31下载
    积分:1
  • DrawCircle
    中心画圆 使用vc6.0实现 多多指教(draw a Circle use vc6.0)
    2010-11-20 20:49:37下载
    积分:1
  • flutter
    采用片条理论进行机翼的颤振分析,匹配点和非匹配点分析(Carried out using strip theory wing flutter analysis, matching and non-matching point analysis points)
    2013-12-15 16:06:58下载
    积分:1
  • 696518资源总数
  • 104921会员总数
  • 16今日下载