CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - database of images in matlab

搜索资源列表

  1. pca

    0下载:
  2. pca人脸识别This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fil
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2636
    • 提供者:蔡加欣
  1. trainList

    0下载:
  2. PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3317
    • 提供者:蔡加欣
  1. feret

    0下载:
  2. PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2353
    • 提供者:蔡加欣
  1. fc

    0下载:
  2. PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:967
    • 提供者:蔡加欣
  1. createDistMat

    0下载:
  2. PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1480
    • 提供者:蔡加欣
  1. eigenfce_pca.rar

    0下载:
  2. This package implements basic Principal Component Analysis and Eigen Faces in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing t
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:965100
    • 提供者:nick
  1. KFDA

    1下载:
  2. 此实验使用核Fisher鉴别分析(KFDA)方法在ORL人脸数据库上进行人脸识别试验。ORL标准人脸库共包含40人,每人10幅共400幅BMP图像。-This experiment the use of nuclear Fisher discriminant analysis (KFDA) method on ORL face database for face recognition test. Standard ORL face database contains a total of 40
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:5754
    • 提供者:liz
  1. FLDbasedFaceRecognitionSystem_v2

    0下载:
  2. 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample scr ipt is incl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:261703
    • 提供者:paul
  1. 232

    0下载:
  2. 车牌的定位算法 基于MATLAB开发 对图像处理的初学者很有帮助-a principal component analysis is performed on the random process defined by plate images, which will be the same images used in the database referred
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1636
    • 提供者:maliguo
  1. pca_1

    0下载:
  2. This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:34203
    • 提供者:nick
  1. new_PROJECT_face_recognition

    0下载:
  2. 机器学习中的人脸识别程序。内含人脸库,有linux和matlab两个版本。人脸图像均为灰度图像,方便大家学习。-Machine Learning in face recognition program. Containing face database, there are two versions of linux, and matlab. Face images are grayscale images, to facilitate them to learn.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-29
    • 文件大小:11938765
    • 提供者:lyn
  1. Facedetect

    0下载:
  2.  计算机人脸识别技术( Face Reocgnition)就利用计算机分析人脸图像,从中提取出有效的识别信息,用来辨认身份的一门技术。[ 1 ]即对已知人脸进行标准化处理后,通过某种方法和数据库中的人脸样本进行匹配,寻找库中对应人脸及该人脸相关信息。人脸自动识别系统有两个主要技术环节,一是人脸定位,即从输入图像中找到人脸存在的位置,将人脸从背景中分割出来,二是对标准化后的人脸图像进行特征提取和识别。本文中介绍的PCA (特征脸)方法就是一种常用的人脸 特征提取方法。-Computer Fac
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:224259
    • 提供者:Highjoe
  1. singularitydetection

    1下载:
  2. 提出一种两阶段的奇异点检测方法。将指纹图像分块,求出各块的方向构成块方向图,并在块方向图的基础上利用邻域方向的分 布分析结合改进的Poincare Index方法来确定奇异点所在的候选区域,对候选区域中的像素再通过计算局部方向变化率来确定奇异点的精 确位置。将此方法用于对FVC2004 DB1_A指纹数据库的图像,实验结果表明这种方法对指纹图像中的噪声有很好的鲁棒性,并且计算简 单快速,易于实现。 -A two-phase singularity detection. Finge
  3. 所属分类:matlab

    • 发布日期:2015-12-11
    • 文件大小:123632
    • 提供者:李辉艳
  1. CBIR-document

    0下载:
  2. CBIR is retrieval of images based on some query or example images. It is also called Query based image retrieval. Firstly, this report outlines a descr iption of the primitive features of an image color and shape. These features are extracted and use
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:304503
    • 提供者:keerthi
  1. pca

    1下载:
  2. This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenam
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:34785
    • 提供者:harish bsv
搜珍网 www.dssz.com