搜索资源列表
FaceRecognition
- 笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类
Cjunzhi
- 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
FaceRecognition
- 笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类 -The author of the Matlab environment to prepare the face recognition algorithm under small experiment using classical PCA alg
iris1
- 提出一种基于多纹理特征融合的新颖虹膜识别方法。该方法对虹膜图像做Gabor 小波变换 提取不同分辨力不同方向下的纹理特征作为虹膜的全局特征,在滤波后的子窗口图像上运用灰度 级共现矩阵(COM)提取虹膜的局部特征。通过加权欧几里德距离和最小距离分别对全局特征和局部 特征进行分类识别。-A texture feature fusion based on multi-novel iris recognition method. T
pattern
- 模式识别的两种分类方法,一是基于最小距离法,另外一种是基于C-均值法.-Pattern recognition of two classification methods, one based on the minimum distance method, another is based on the C-mean method.
facedetection
- PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
chengxu
- 这是基于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
daima
- (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化
pattenrecongition
- 通过用最小距离分类判别方法,用MATLAB程序找出最小距离分类判别时的识别界面,从而进行识别已知的两类训练样本,并分析其识别错误率。-By using minimum distance classifier discriminant method, using MATLAB program to find the minimum distance classifier recognition interface when the jud
VCthemax_mindistance
- 最大最小距离分类算法实现平面点的分类 如果添加文件数据输入数据,可实现对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
Classifier_min_dist_f
- 最小距离分类器,matlab环境下,可直接调用-Minimum distance classifier, matlab environment, can be directly invoked
Classifier_min_Local_Mean_f
- 局部最小距离分类器,性能高于knn分类器,matlab环境下,可直接调用-Local minimum distance classifier, classifier performance than knn, matlab environment, can be called directly
xiaochengxu
- 程序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
fenlei1
- 利用提出的纹理灰度值进行最小距离分类遥感图像-Using the proposed minimum distance of gray value texture classification of remote sensing image
code
- 利用最小距离分类器分类3种尾植物的完整实现代码-Minimum distance classifier using three kinds of classification of plants complete the end of the implementation code
Texture-Segmen-ta-t-ion-withWavelet
- 为了提高纹理图象分割的边缘准确性和区域一致性以及降低分割错误率, 提出了一种基于小波变换的利 用特征加权来进行纹理分割的方法. 该方法包括特征提取、预分割和后分割 3 个阶段, 其中, 特征提取在金字塔结 构小波变换的基础上进行 预分割利用均值聚类算法来对原始图象进行初步的分割 后分割则根据预分割的结果 对特征进行加权, 然后利用最小距离分类器来实现图象的最后分割. 与传统的方法相比, 该方法在分割错误率、边 缘准确性以
nearest
- 最小距离分类器,针对图像进行分类的算法,采用了模式识别的思想。-Minimum distance classifier for image classification algorithm, using the idea of pattern recognition.
min——Classifier_dist_f
- 最小距离分类器,可以用于做对比算法,人脸识别中经常用(The minimum distance classifier can be used for comparison algorithms)
BP神经网络+最小距离分类器
- BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
鸢尾花分类
- 使用四种方法进行鸢尾花分类:最小距离分类器,K 近邻法,感知器,Fisher 准则。(Four methods are used to classify iris: minimum distance classifier, K-nearest neighbor method, perceptron and Fisher criterion.)