CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - lda

搜索资源列表

  1. facepcalda

    0下载:
  2. 一个用PCA和LDA降维,并用knn分类的人脸识别例程-A dimension reduction using PCA and LDA, and face recognition with the knn classification routines
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4860595
    • 提供者:taoda
  1. 2D-LDA

    0下载:
  2. 2D-LAD demensionality reduction matlab-2D-LAD demensionality reduction matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2807532
    • 提供者:Tom
  1. PCA_LDA_Face_Verification

    0下载:
  2. PCA+LDA人脸识别,识别率高于单独PCA或LDA算法。需要matlab dimension reducation toolbox。-Face verification using PCA and LDA fusion. Better performance than single PCA or LDA algorithm. The image database is included. Matlab dimension reduction toolbox is requrired.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1975772
    • 提供者:taiji
  1. lda

    0下载:
  2. linear discriminant analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1068
    • 提供者:topopaperino
  1. lda

    0下载:
  2. For LDA for face recognition with MATLAB code.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:89042
    • 提供者:rathi
  1. ldaclasic

    0下载:
  2. lda经典算法,c++编写,适合机器学习初学者使用-lda classical algorithm, c++ is written for beginners to use machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1579041
    • 提供者:zhucehao
  1. Fisher

    0下载:
  2. Fisher LDA 实现了FisherLDA,大家可以看看,参考下。-Fisher LDA implementation, a simple demo o f patter recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1595
    • 提供者:chaos
  1. hythlastlda

    0下载:
  2. this code use to to make recognition for face using PCA+LDA by opencv
  3. 所属分类:.net

    • 发布日期:2017-04-14
    • 文件大小:2570
    • 提供者:hythem
  1. projekt

    0下载:
  2. Implement two methods face recognition: PCA and LDA for ORL face base
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8689185
    • 提供者:Paul
  1. RunFaceRecog_vV

    0下载:
  2. This is a Simple Code for Face Recognition using PCA + LDA Approach. I hve write this code for ORL Database containing 400 images of 40 persons. I have used Eigenface Algorithm for Face Recognition. Its a Very Simple Code you can easily understand it
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6166
    • 提供者:Sandeep
  1. LDA-iris

    0下载:
  2. 本人用MATLAB编写的线性判别分析程序,识别率很高-I use the MATLAB program written in linear discriminant analysis to identify the high rate of
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2272
    • 提供者:yupan
  1. LDA2

    0下载:
  2. LDA的matlab程序,简单易用,速度快。比其他LDA方法好-Matlab source code for LDA. Fast, and easy to use. Better than other LDA source codes
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1131
    • 提供者:season
  1. PCAPLDA

    0下载:
  2. 对vc平台下图像的处理的一个算法,主要是对图像转换成灰度以后的图像的处理的算法,lda线性分析-Vc platform for image processing of an algorithm is mainly converted into gray scale image after image processing algorithms, lda linear analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3406
    • 提供者:luqian
  1. LDA

    0下载:
  2. Fisher Linear Discriminants
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1021
    • 提供者:AC
  1. Face-Detection

    0下载:
  2. 完整的包括皮肤及动作识别的C++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程等。-Complete, including skin and actions identified C++ face detection source code, the technology involved are: wavelet analysis, scaling down m
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:462339
    • 提供者:黄大伟
  1. LDA

    0下载:
  2. MALAB LDA :this file containing to very important conde that deals with LAD idea with image recognition
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1135
    • 提供者:aaaa
  1. LDA

    0下载:
  2. 非常好用的图像处理源程序,各种基本功能较全-Very useful source of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1188049
    • 提供者:何志强
  1. LDA

    0下载:
  2. LDA的matlab源码,主要用于人脸识别方面的研究-code for LDA
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2860
    • 提供者:醉清风
  1. lda

    0下载:
  2. 对有类别监督的数据进行先行判别分析用于降维 数据为结构体类型,返回数据也是降维后的结构体类型。如(a.X a.y)a.X是带有类别的数据,a.y是类别信息-Synopsis: model = lda(data) model = lda(data,new_dim) Descr iption: This function is implementation of Linear Discriminant Analysis. The goal
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1197
    • 提供者:zoujijin
  1. software-online-LDA

    0下载:
  2. Incremental Linear Discriminant Analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:44769
    • 提供者:nelsonvgg
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »
搜珍网 www.dssz.com