CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 人脸特征提取

搜索资源列表

  1. haar-like-Face-detection

    0下载:
  2. 基于ababoost人脸检测,haar-like特征提取-Extracting ababoost face detection, haar-like features
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:54860
    • 提供者:杨欢
  1. Face-recognition-system

    0下载:
  2. 人脸识别系统,通过特征提取相同的多个面部特征来获得的脸,人脸识别-Face recognition system, by the same multiple facial feature for feature extraction to obtain the face, as face recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6280310
    • 提供者:潘元虎
  1. biaoqingshibie

    0下载:
  2. 是对jaffe人脸库进行识别测试的主程序,将jaffe人脸库分为训练集和测试集两部分,首先对图片进行LBP+LPQ特征提取,然后svm分类识别,统计识别率 -Is jaffe face recognition test the main library, the library will jaffe face divided into training and test sets of two parts, the first of LBP+LPQ image feature extrac
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12309150
    • 提供者:jiagh
  1. ULBP

    0下载:
  2. ULBP特征提取方法应用于人脸识别,精确性较好,在其基础上可以有进一步的改进。-ULBP feature detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:657
    • 提供者:付贵忠
  1. heisang

    0下载:
  2. 实现用SDRAM运行nios,同时用SRAM保存摄像头数据,用于信号特征提取、信号消噪,人脸识别中的光照处理方法。- Implemented with SDRAM run nios, while saving camera data SRAM, For feature extraction, signal de-noising, Face Recognition light treatment method.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:10145
    • 提供者:薛孝峰
  1. ac

    0下载:
  2. 人耳识别作为一种新的生物特征识别技术在近两年来受到了越来越多的关注,人耳识别的研究使计算机根据人耳辨别人物身份成为可能。目前国内和国际上对此的研究还很少,还没有形成一套完整的识别体系。同人脸、虹膜和指纹等识别技术相比,人耳识别又具有其自身的独特性和研究价值。其研究内容主要涉及到人耳图像的采集、定位和分割、特征提取、模板匹配以及多模态融合等。-Ear recognition as a new biometric identification technology has received more
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:296092
    • 提供者:王近两
  1. genman_v85

    0下载:
  2. Gabor小波变换与PCA的人脸识别代码,用于信号特征提取、信号消噪,内含心电信号数据及运用MATLAB写的源代码。- Gabor wavelet transform and PCA face recognition code, For feature extraction, signal de-noising, ECG data and includes source code written in MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5523
    • 提供者:fei
  1. PCA_ORL

    0下载:
  2. 人脸识别技术作为生物体特征识别技术的重要组成部分,在近些年来已经发展成为计算机视觉和模式识别领域的研究热点。本实验是基于K-L变换的主成分分析法(PCA)在人脸识别中的应用,在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真,并对样本图像进行了重构。本实验在ORL人脸库的基础上,选用每人前5张图片,共计40人200幅样本图像,通过快速PCA算法将10304维的样本特征向量降至20维,并实现了基于主分量的人脸重建,验证了PCA算法在高维数据降维处理与特征提取方面的有效性。-Fac
  3. 所属分类:Document

    • 发布日期:2017-06-13
    • 文件大小:20066829
    • 提供者:季科
  1. PCA

    0下载:
  2. PCA人脸识别的特征提取以及识别,data为稀疏矩阵,依据ReducedDim来确定PCA子空间维数-PCA face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1728
    • 提供者:陈宏明
  1. gabor滤波器

    0下载:
  2. gabor滤波主要用来提取图像的纹理特征,适用于车牌字符识别和人脸识别的特征提取。
  3. 所属分类:汇编语言

    • 发布日期:2016-07-13
    • 文件大小:15125632
    • 提供者:a15889853424
  1. faoyie

    0下载:
  2. BP神经网络用于函数拟合与模式识别,是学习PCA特征提取的很好的学习资料,Gabor小波变换与PCA的人脸识别代码。- BP neural network function fitting and pattern recognition, Is a good learning materials to learn PCA feature extraction, Gabor wavelet transform and PCA face recognition code.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:6165
    • 提供者:nuigan
  1. DLA

    1下载:
  2. DLA个人实现的代码,用于人脸识别等判别特征提取,参考文献:Discriminative locality alignment-Discriminative locality alignment
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:667
    • 提供者:xiwen
  1. pca_svm

    0下载:
  2. 对提取的高维人脸特征进行降维。然后利用支持向量机分类器对其进行分类识别-High dimensional face feature extraction of dimensionality reduction. Then support vector machine classifier its classification
  3. 所属分类:Special Effects

  1. qiuben

    0下载:
  2. 是学习PCA特征提取的很好的学习资料,Gabor小波变换与PCA的人脸识别代码,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块。- Is a good learning materials to learn PCA feature extraction, Gabor wavelet transform and PCA face recognition code, ofdm system simulation including 16qam modulation fft windo
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6072
    • 提供者:niu
  1. HAAR

    0下载:
  2. Harr特征提取人脸特征,MATLAB代码-Harr feature extraction face feature, MATLAB Code
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:9844
    • 提供者:张子一
  1. ASM

    0下载:
  2. ASM 主动形状模型 提取人脸特征点-ASM,auto shape model
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:961506
    • 提供者:rickon
  1. lingmiu

    0下载:
  2. 用于信号特征提取、信号消噪,是本科毕设的题目,人脸识别中的光照处理方法。- For feature extraction, signal de-noising, The title of the commercial is undergraduate course you Face Recognition light treatment method.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5998
    • 提供者:祁静连
  1. vcPP

    0下载:
  2. vc++实现的基于肤色的人脸识别系统,包括人脸的检测、定位,特征提取、识别-vc++ Achieve color-based face recognition systems, including face detection, location, feature extraction, identification
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:516996
    • 提供者:zhch82
  1. FaceDetectDlg

    0下载:
  2. 使用时需要输入一个bmp图片,采用高斯概率模型人脸的特征提取,眼睛鼻子嘴巴等-Need to enter using a bmp image using Gaussian probability model feature extraction face, nose, eyes, mouth, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:11711715
    • 提供者:钱奔奔
  1. xiaoborenlian

    0下载:
  2. 利用小波变化对人脸图像进行特征提取,可以有效提取人脸的图像,同事还可以分类识别-Using wavelet transform on the face image feature extraction, can effectively extract the image of the face, colleagues can also be classified to identify
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:53128
    • 提供者:Cedarmo
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 27 »
搜珍网 www.dssz.com