搜索资源列表
处理图像分类的最小二乘法svm工具箱
- 这是处理图像分类的最小二乘法svm工具箱,里面有详细的使用说明,功能强大,欢迎下载使用。,This is the deal with image classification of least squares SVM toolbox, which has detailed instructions and powerful are welcome to download.
2D-LDA
- 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
lbp_matlab
- 实现纹理模式的LBP特征表示及分类。 实现一种基于局部二值模式LBP(Local Binary Pattern)的多分辨率灰度尺度及旋转不变性的纹理分类方法-LBP texture model to achieve that as well as the breakdown characteristics. The realization of a model based on local binary LBP (Local Binary Pattern) Multiresolution g
Two_layer_neural_network
- 监督分类算法,很好很强大 为IDL和ENVI二次算法中的东西,可方便的交互使用-Supervised classification algorithms, IDL and ENVI very very much what the second algorithm can be used to facilitate interaction
TuXiangShu
- 本书主要论述了智能图像处理技术,系统介绍了智能图像处理技术的有代表性的思想、算法与应用,跟踪了图像处理技术的发展前沿。全书共分为15章,重点讨论了图像边缘检测、图像分割、图像特征分析、图像配准、图像融合、图像分类、图像识别、基于内容的图像检索与图像数字水印。此外,为了内容的完整性,本书还介绍了图像预处理技术,如图像采集、图像变换、图像增强、图像恢复、图像编码与压缩-This book focuses on intelligent image processing technologies, sy
MomentCalculator
- 在图像处理与模式识别领域,边缘图像的moments序列是进行图像分类的高效手段。 本程序提供了moments序列的计算代码,以及中心化正交化moments序列的代码,并提供有二三阶moment计算出旋转不变moments的代码。希望对各位有所帮助。-In the field of image processing and pattern recognition, the edge of the image sequence of moments is a highly effective m
BinarizationAlgorithm
- 用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the global binarization algorithm
matlab
- 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
AutoUnsupervisedIimageClassification
- 无监督图像自动分类系统,我们在VC中做了一个基于聚类的图像分类方法,可以选择不同的图像特征,还有二个不同的显示方法。使用方法见“使用说明”。-Unsupervised image automatic classification system, we made a VC in the image classification method based on clustering, you can choose different image features, there are two dif
classifer
- 二分类问题采用包括逻辑回归、最小二乘法、感知器算法(按下space不断迭代)、svm线性分类,另外还有高斯分线性分类(待完善),针对平面上两类点进行分类-Second classification using logistic regression, the method of least squares, perception algorithm (Press space iteratively) svm linear classification, in addition to the Ga
三维数据转为二维数据
- 处理多光谱、高光谱图像,需要先进行图像信息的数据转化,转为二维数据后才能进行进一步分类等工作
svmlightToolbox
- SVM light 工具箱 包含window版本和matlab版本 由美国cornell大学的教授Thorsten Joachims部署 执行SVM二分类 速度明显快于libsvm 下载文件中包含 1.例子(inductive SVM 和 transductive SVM) 2.说明文件 3.源程序-SVM light kit (including window version and matlab version)
nn
- MATLAB神经网络分类示例,是一种二分类示例,MATLAB2014实现-MATLAB neural network classifier example, is a two classification example, MATLAB2014 achieve
hogfeather
- 提取图像特征进行图像的二分类问题,能够实现对输入图像的分类(有没有人)。-Extract image features two image classification problem, it is possible to realize the input image classification (there is no one).
hog_svm
- matlab实现hog+svm图像二分类(Matlab implementation of hog and svm images two categories)
LBP算法实现图像的纹理分类
- 用LBP(局部二值模式)在MATLAB平台实现纹理分类(Using LBP to achieve texture classification in MATLAB platform)
图片二值化
- 将灰度图片二值化进行识别分类处理,已达到图片识别效果(labview two valuehhhhhhhhh)
t3_0411
- 根据样本的均值和方差,提取图像中的一个类别,并显示为二值图像(classification According to the mean and variance of the sample, a category in the image is extracted and displayed as a two value image.)
最近邻分类器LBP
- 局部二值模式LBP+KNN分类方法人脸识别源代码,,内涵数据库,可运行(Local two value pattern LBP+KNN classification method, face recognition source code, connotation database, can be run)
PCA+SVM
- 先用PCA降维,在利用支持向量机进行分类,这个分类是二分类,所以PCA的降维降到两维即可分类。(Firstly, PCA dimensionality reduction is used to conduct classification with support vector machine. This classification is binary classification, so the dimensionality reduction of PCA can be reduced t