登录
首页 » matlab » face detection

face detection

于 2017-10-05 发布 文件大小:6876KB
0 196
下载积分: 1 下载次数: 12

代码说明:

  运用HOG提取人脸特征与支持向量机算法训练模型,进行人脸识别(Using HOG to extract facial features and support vector machine algorithm training model for face recognition)

文件列表:

face detection
face detection\dataset
face detection\dataset\faces
face detection\dataset\faces\10.png
face detection\dataset\faces\100.png
face detection\dataset\faces\101.png
face detection\dataset\faces\102.png
face detection\dataset\faces\103.png
face detection\dataset\faces\104.png
face detection\dataset\faces\105.png
face detection\dataset\faces\106.png
face detection\dataset\faces\107.png
face detection\dataset\faces\108.png
face detection\dataset\faces\109.png
face detection\dataset\faces\11.png
face detection\dataset\faces\110.png
face detection\dataset\faces\111.png
face detection\dataset\faces\112.png
face detection\dataset\faces\113.png
face detection\dataset\faces\114.png
face detection\dataset\faces\115.png
face detection\dataset\faces\116.png
face detection\dataset\faces\117.png
face detection\dataset\faces\118.png
face detection\dataset\faces\119.png
face detection\dataset\faces\12.png
face detection\dataset\faces\120.png
face detection\dataset\faces\121.png
face detection\dataset\faces\122.png
face detection\dataset\faces\123.png
face detection\dataset\faces\124.png
face detection\dataset\faces\125.png
face detection\dataset\faces\126.png
face detection\dataset\faces\127.png
face detection\dataset\faces\128.png
face detection\dataset\faces\129.png
face detection\dataset\faces\13.png
face detection\dataset\faces\130.png
face detection\dataset\faces\131.png
face detection\dataset\faces\132.png
face detection\dataset\faces\133.png
face detection\dataset\faces\134.png
face detection\dataset\faces\135.png
face detection\dataset\faces\136.png
face detection\dataset\faces\137.png
face detection\dataset\faces\138.png
face detection\dataset\faces\139.png
face detection\dataset\faces\14.png
face detection\dataset\faces\140.png
face detection\dataset\faces\141.png
face detection\dataset\faces\142.png
face detection\dataset\faces\143.png
face detection\dataset\faces\144.png
face detection\dataset\faces\145.png
face detection\dataset\faces\146.png
face detection\dataset\faces\147.png
face detection\dataset\faces\148.png
face detection\dataset\faces\149.png
face detection\dataset\faces\15.png
face detection\dataset\faces\150.png
face detection\dataset\faces\151.png
face detection\dataset\faces\152.png
face detection\dataset\faces\153.png
face detection\dataset\faces\154.png
face detection\dataset\faces\155.png
face detection\dataset\faces\156.png
face detection\dataset\faces\157.png
face detection\dataset\faces\158.png
face detection\dataset\faces\159.png
face detection\dataset\faces\16.png
face detection\dataset\faces\160.png
face detection\dataset\faces\161.png
face detection\dataset\faces\162.png
face detection\dataset\faces\163.png
face detection\dataset\faces\164.png
face detection\dataset\faces\165.png
face detection\dataset\faces\166.png
face detection\dataset\faces\167.png
face detection\dataset\faces\168.png
face detection\dataset\faces\169.png
face detection\dataset\faces\17.png
face detection\dataset\faces\170.png
face detection\dataset\faces\171.png
face detection\dataset\faces\172.png
face detection\dataset\faces\173.png
face detection\dataset\faces\174.png
face detection\dataset\faces\175.png
face detection\dataset\faces\176.png
face detection\dataset\faces\177.png
face detection\dataset\faces\178.png
face detection\dataset\faces\179.png
face detection\dataset\faces\18.png
face detection\dataset\faces\180.png
face detection\dataset\faces\181.png
face detection\dataset\faces\182.png
face detection\dataset\faces\183.png
face detection\dataset\faces\184.png
face detection\dataset\faces\185.png
face detection\dataset\faces\186.png
face detection\dataset\faces\187.png

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

发表评论

0 个回复

  • CellTracking
    说明:  细胞跟踪算法.文件中有细胞的运动模拟视频,说明文件.内容比较复杂,适合于研究生以上的研究人员揣摩.(Tracking Algorithm: Object Delineation Method Multiparticle.)
    2010-04-11 22:49:43下载
    积分:1
  • DCTLSBDWTcode
    基于DCT,DFT,DWT等的水印算法,还有加置乱的水印算法,用于图像处理方面(Based on the DCT, DFT, DWT, such as the watermarking algorithm, as well as increase the watermark scrambling algorithm, for image processing)
    2008-05-20 17:06:38下载
    积分:1
  • RGBtoHIS
    说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
    2021-04-11 18:48:57下载
    积分:1
  • main
    burg距离方位分别外推超分辨算法,实现对稀疏数据的超分辨成像。(burg extrapolation distance and orientation were super-resolution algorithm to achieve the super-resolution imaging sparse data.)
    2013-08-19 21:44:32下载
    积分:1
  • HIAT2.0
    高光谱分析工具包 用于matlab环境中 可以比较省事实力的对高光普图像分析 很实用(hyperspectral analysis)
    2011-10-19 11:14:38下载
    积分:1
  • icpdianyunchengxu
    一个基础的ICP三维点云处理程序,可用来基础学习。(A basic ICP 3D point cloud processing program can be used for basic learning.)
    2018-05-09 10:42:19下载
    积分:1
  • edge_detection
    本代码比较全面地给出了图像边缘检测常用的各种算法的代码,包括:基于LoG算子边缘检测、基于Canny算子的边缘检测、基于SUSAN算子的边缘检测、基于小波变换模极大值的边缘检测、利用有限冲击响应来提取不同方向边缘、采用灰度形态学膨胀和腐蚀,对图像进行单尺度和多尺度的形态学边缘检测(This code gives a more comprehensive variety of commonly used edge detection algorithm code, including: LoG operator based on edge detection, based on Canny operator edge detection based on SUSAN operator edge detection based on wavelet transform modulus maxima edge detection values ​ ​ using finite impulse response to extract edges in different directions, using grayscale morphological dilation and erosion, the image of the single-scale and multi-scale morphological edge detection)
    2014-06-12 13:55:28下载
    积分:1
  • Watermarking-in-contourlet-domain
    图像经过Contourlet变换后,加水印(After Contourlet transform images, add watermark)
    2011-08-08 20:23:15下载
    积分:1
  • Huffman
    huffman编码 基于对BMP格式图像的编码! 具体你们自己看看!(Huffman code)
    2010-07-13 14:11:25下载
    积分:1
  • 单张二值化程序xiaoerzhihua
    单张图像二值化程序,将单张的彩色图像处理成二值化图像(Single image two value program)
    2020-07-09 11:28:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载