搜索资源列表

  1. FaceRecognition

    0下载:
  2. 笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:28101
    • 提供者:杨愚根
  1. Cjunzhi

    0下载:
  2. C均值 算法步骤 (1) 任选C个模式特征矢量作为出事聚类中心:Z1,Z2 (2) 将待分类的模式特征矢量集{Xi}中的模式逐个按最小距离原则分化给C类中的饿某一类 (3) 计算重新分类后的各类心 (4) 如果Zj=Zi则结束,否则K=K+1转至(2) -C means algorithm steps (1) choose C models feature vector as the incident clust
  3. 所属分类:C#编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:谢平
  1. FaceRecognition

    0下载:
  2. 笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类 -The author of the Matlab environment to prepare the face recognition algorithm under small experiment using classical PCA alg
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-01
    • 文件大小:27648
    • 提供者:杨愚根
  1. iris1

    0下载:
  2. 提出一种基于多纹理特征融合的新颖虹膜识别方法。该方法对虹膜图像做Gabor 小波变换 提取不同分辨力不同方向下的纹理特征作为虹膜的全局特征,在滤波后的子窗口图像上运用灰度 级共现矩阵(COM)提取虹膜的局部特征。通过加权欧几里德距离和最小距离分别对全局特征和局部 特征进行分类识别。-A texture feature fusion based on multi-novel iris recognition method. T
  3. 所属分类:波变换

    • 发布日期:2024-06-01
    • 文件大小:770048
    • 提供者:闫慧
  1. pattern

    0下载:
  2. 模式识别的两种分类方法,一是基于最小距离法,另外一种是基于C-均值法.-Pattern recognition of two classification methods, one based on the minimum distance method, another is based on the C-mean method.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:47104
    • 提供者:原无星
  1. facedetection

    0下载:
  2. PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:8192
    • 提供者:chen
  1. chengxu

    0下载:
  2. 这是基于PCA的人脸识别,用MATLAB编写,包含了K-L变换,奇异值分解等方法,且采用了最小距离分类器-This is based on the PCA face recognition, using MATLAB to prepare, including the KL transform, singular value decomposition and other methods, and the use of the mini
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:pan
  1. daima

    0下载:
  2. (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化
  3. 所属分类:图形图象

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:dong
  1. pattenrecongition

    0下载:
  2. 通过用最小距离分类判别方法,用MATLAB程序找出最小距离分类判别时的识别界面,从而进行识别已知的两类训练样本,并分析其识别错误率。-By using minimum distance classifier discriminant method, using MATLAB program to find the minimum distance classifier recognition interface when the jud
  3. 所属分类:语音合成与识别

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:lixue
  1. VCthemax_mindistance

    0下载:
  2. 最大最小距离分类算法实现平面点的分类 如果添加文件数据输入数据,可实现对DEM数据或者遥感图像的处理-The largest minimum distance classification algorithm to achieve the classification of planar points, the input data if you add the file data can be realized on the DE
  3. 所属分类:C#编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:best
  1. Classifier_min_dist_f

    0下载:
  2. 最小距离分类器,matlab环境下,可直接调用-Minimum distance classifier, matlab environment, can be directly invoked
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:vicky
  1. Classifier_min_Local_Mean_f

    0下载:
  2. 局部最小距离分类器,性能高于knn分类器,matlab环境下,可直接调用-Local minimum distance classifier, classifier performance than knn, matlab environment, can be called directly
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:vicky
  1. xiaochengxu

    0下载:
  2. 程序1 中值滤波 程序2 直方图均衡化 程序3 DCT变换 程序4 小波变换 程序5 最小距离分类-Program 1 program 2 median filtering histogram equalization program 3 DCT transform process transformation program 4 5 minimum distance classifier
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:wanglili
  1. fenlei1

    0下载:
  2. 利用提出的纹理灰度值进行最小距离分类遥感图像-Using the proposed minimum distance of gray value texture classification of remote sensing image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:刘晓航
  1. code

    0下载:
  2. 利用最小距离分类器分类3种尾植物的完整实现代码-Minimum distance classifier using three kinds of classification of plants complete the end of the implementation code
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:tianwenxu
  1. Texture-Segmen-ta-t-ion-withWavelet

    0下载:
  2. 为了提高纹理图象分割的边缘准确性和区域一致性以及降低分割错误率, 提出了一种基于小波变换的利 用特征加权来进行纹理分割的方法. 该方法包括特征提取、预分割和后分割 3 个阶段, 其中, 特征提取在金字塔结 构小波变换的基础上进行 预分割利用均值聚类算法来对原始图象进行初步的分割 后分割则根据预分割的结果 对特征进行加权, 然后利用最小距离分类器来实现图象的最后分割. 与传统的方法相比, 该方法在分割错误率、边 缘准确性以
  3. 所属分类:文件格式

    • 发布日期:2024-06-01
    • 文件大小:154624
    • 提供者:jjdjjf
  1. nearest

    0下载:
  2. 最小距离分类器,针对图像进行分类的算法,采用了模式识别的思想。-Minimum distance classifier for image classification algorithm, using the idea of ​ ​ pattern recognition.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:lining
  1. min——Classifier_dist_f

    0下载:
  2. 最小距离分类器,可以用于做对比算法,人脸识别中经常用(The minimum distance classifier can be used for comparison algorithms)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:16384
    • 提供者:caoyao
  1. BP神经网络+最小距离分类器

    0下载:
  2. BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:5120
    • 提供者:123456梦
  1. 鸢尾花分类

    1下载:
  2. 使用四种方法进行鸢尾花分类:最小距离分类器,K 近邻法,感知器,Fisher 准则。(Four methods are used to classify iris: minimum distance classifier, K-nearest neighbor method, perceptron and Fisher criterion.)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:566272
    • 提供者:yty1018
« 12 3 4 »

源码中国 www.ymcn.org