CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab face recognition

搜索资源列表

  1. face

    0下载:
  2. 一个人脸识别的程序,有测试库和样本库,用matlab语言编写的,能实现识别功能,希望对人脸识别感兴趣的有帮助-A face recognition program, have test library and sample library, matlab language preparation, and can realize identification function, hope to face recognition interested in help
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:505642
    • 提供者:朱强
  1. PCA-matlab

    0下载:
  2. matlab做的经典pca人脸识别的算法,经本人测试识别率在80 以上,因为对于不同的库,识别率是不一样-Matlab do classic pca face recognition algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4154
    • 提供者:伍强
  1. PCA-matlab

    0下载:
  2. PCA人脸识别的MATLAB实现,包括了ORL人脸数据库。-PCA face recognition in MATLAB, including the ORL face database.
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3655207
    • 提供者:mikey
  1. Face-recognition-based-Gabor

    0下载:
  2. 利用Gabor特征和人工智能结合来检测人脸,利用matlab写的-The use of Gabor features and artificial intelligence combine to detect human face using matlab write
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:117180
    • 提供者:Andrew
  1. face

    0下载:
  2. 面部识别源代码,适合的开发环境是MATLAB-Facial recognition source code, development environment is MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3099448
    • 提供者:海瑞
  1. video_facedetection

    0下载:
  2. 通过matlAB实现人脸识别的采集功能,matlAB工具-By MATLAB face recognition acquisition function, matlAB tools
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:184370
    • 提供者:王剑锋
  1. Recognition

    0下载:
  2. MATLAB实现人脸识别源代码,共三个小程序-source code for face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:651
    • 提供者:高照阳
  1. face

    1下载:
  2. 线性判别分析的人脸识别系统代码matlab程序,直接运行gui界面文件就可以了-Linear discriminant analysis for face recognition system code matlab procedures, directly run gui interface files can be
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:585363
    • 提供者:
  1. Face-orientation-recognition

    0下载:
  2. 本课题研究的步骤如下:先提取人脸的特征向量;产生训练样本和测试样本;再用LVQ创建神经网络模型,该模型用训练样本进行训练调整权值;用测试样本对建立的人脸朝向识别模型进行验证,要求有较高的识别率。 本课题要求使用LVQ神经网络的算法进行Matlab仿真,对人脸朝向进行有效的判断和识别。 -This study is the following steps: first extract facial feature vector generate training and testing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:132090
    • 提供者:吴军
  1. ID3-face

    0下载:
  2. MATLAB编写的基于决策树的ID3算法实现,模式识别,人脸识别。压缩包中包含两个源文件和测试图片,ID3源文件为主代码,fi为求熵函数。-MATLAB prepared based on the ID3 decision tree algorithm, pattern recognition, face recognition. Compressed package contains two source files and test images, ID3-based source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:156177
    • 提供者:zhanghang
  1. cvml2011-practical-face-detection

    0下载:
  2. face recognition by matlab programming
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:10122680
    • 提供者:Hossein
  1. KL-face-recgonition

    0下载:
  2. 基于KL的人脸识别算法,matlab版本-face recognition based on KL
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1537490
    • 提供者:李小宁
  1. Face-Recognition-From-Dynamic-Video

    0下载:
  2. 动态图像中的面部识别,基于matlab。可以通过特征识别找出ID-Dynamic image of facial recognition, based on matlab. You can find the feature recognition by ID
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:712091
    • 提供者:马龙
  1. eigenface

    0下载:
  2. matlab人脸识别,有测试库.效果一般仅供参考-matlab face recognition, there are test library. effect of general informational purposes only
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4479944
    • 提供者:hu
  1. SVM-face-recog

    0下载:
  2. 人脸识别的SVM算法,运行正确。采用Matlab编写。-SVM algorithm for face recognition, running correctly。Based on matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9063710
    • 提供者:ttang
  1. FACE

    0下载:
  2. 人脸识别的k近邻分类器,matlab代码- Recognition of k-nearest neighbor classifier,matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:133896
    • 提供者:min qingyan
  1. face_PCA

    0下载:
  2. 对yale人脸数据库进行人脸识别,使用PCA算法,matlab实现,亲测可用,代码标注详细-yale pca matlab face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1243
    • 提供者:梁冬梅
  1. LDA-human-face-identity

    0下载:
  2. 人脸识别的matlab程序,包含有 example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-Face recognition matlab procedures, including a example: demo program creatData: generate data creatTrainLabel
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:215954
    • 提供者:PP
  1. mouad

    0下载:
  2. this matlab code for face recognition by using LBP
  3. 所属分类:matlab例程

  1. recognition-of-face

    0下载:
  2. 采用特征脸,主成分分析算法的人脸识别,完全可以运行的matlab代码-Using eigenface, principal component analysis algorithm of face recognition, can run the matlab code
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:663387
    • 提供者:钟号
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com