搜索资源列表
-
0下载:
程序利用svm分类结合bp算法完成图像中的分类和预测问题,这是模式识别中的一个比较新颖的方法。-svm procedures for the use classification algorithm combining bp image classification and prediction, This is the pattern recognition of a relatively new method.
-
-
0下载:
ORL人脸图像库,共40人,每人10幅图像,其中每人的前5幅作为训练样本,后5幅作为测试分类样本,统计正确分类率。分类准则为最近邻规则。
真实的图像尺寸为112x92,列向量堆积对应人脸库矩阵的每一列。 -ORL face image database, a total of 40 per 10 images, each of which the first five as training samples, after the 5 categories as a test sampl
-
-
0下载:
基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~
言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了
对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法
IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
-
-
0下载:
数字图像处理,实现了基于内容的自然图像分类和检索-Digital image processing, and content-based classification and retrieval of natural images
-
-
0下载:
的研究彩色数字图像的计算机分类识别方法并应用于古瓷片的自动分类。方法提出
了一种色彩纹理特征的提取模型,采用该模型,利用IGabor滤波器提取数字图像的色彩纹理特征,
并构造支持向量分类机(SVM)分类器组。结果实现了高准确率多类别图像的自动分类识别,并
成功应用于古瓷片的自动分类。结论色彩纹理特征提取方法将颜色与纹理进行融合,增强了数
字图像之间的特征区分能力。-Study color digital image classification and recognition m
-
-
0下载:
用小波变换进行图像预处理,再用自编小程序寻优参数,并用svm分类-Using wavelet transform for image preprocessing, and then writing small programs optimization parameters, and SVM classification
-
-
0下载:
SVM实现数据分类,可自行选取核函数,用于图像分割操作。程序可自动训练分类平面。-SVM for data classification, are free to select the kernel function,For image segmentation operation. The program can automatically train classifiers plane.
-
-
0下载:
基于SVM的图像分类,由于支持向量机的分类能力极大地依赖于核参数的选取,因此,本文着重研究了核参数选择方法,并利用不同的颜色、纹理特征对图像进行分类。
-SVM-based image classification, the classification capability of SVM kernel parameters greatly depend on the selection, therefore, this paper focuses on the kernel paramet
-
-
0下载:
经典随机梯度下降SVM,一个简单易读的线性分类器代码,执行速度快,分类准确率也不错,适用于大规模图像分类。-The classic stochastic gradient descent SVM, a linear classifier code easier to read, faster execution speed, good classification accuracy, suitable for large-scale image classification.
-
-
0下载:
实现了SVM算法对图像监督分类,用户需要自己设定参数。-Achieve a supervised classification SVM algorithm for image, you need to set their own parameters.
-
-
0下载:
一种基于半监督的svm的图像分类方法。该方法通过聚类核的方法利用无标记样本局部正则化训练核的表达式。这种方法通过图像直接学习一个自适应的核。该程序仿真的是文章:Semi-supervised Remote Sensing Image Classification with Cluster Kernels。大家可以参考下。-A semi-supervised SVM is presented for the classification of remote sensing images. The
-
-
0下载:
快速稀疏svm算法实现图像分类,有需要者可以共同讨论-Fast sparse svm algorithm for image classification, there are those who need to discuss
-
-
0下载:
快速稀疏svm算法实现图像分类,有需要者可以共同讨论-Fast sparse svm algorithm for image classification, there are those who need to discuss
-
-
0下载:
9定制内核函数基于高光谱图像分类IEEE图像处理622 _guo_tip 17(4)622 - 629-9 Customizing kernel functions for SVM-based hyperspectral image classification IEEE Transactions on Image Processing 17 (4) 622-629 2008_guo_tip
-
-
0下载:
一个用BoW|Pyramid BoW+SVM进行图像分类的Matlab Demo-A use BoW | Pyramid BoW+ SVM for image classification Matlab Demo
-
-
0下载:
高光谱图像的分类,适合各种光谱数据或者RGB图像。只需要调整输出路径就好了。-Hyperspectral image classification, for a variety of spectral data or RGB images. Only you need to adjust the output path just fine.
-
-
0下载:
本代码为图像检索时,要用到的代码, 采用SVM进行图像分类,有很大的作用。(The code for image retrieval, the code used, the use of SVM for image classification, has a great effect.)
-
-
0下载:
(1)计算图像中每个像素点的LBP模式(等价模式,或者旋转不变+等价模式)。
(2)然后计算每个cell的LBP特征值直方图,然后对该直方图进行归一化处理(每个cell中,对于每个bin,h[i]/=sum,sum就是一副图像中所有等价类的个数)。
(3)最后将得到的每个cell的统计直方图进行连接成为一个特征向量,也就是整幅图的LBP纹理特征向量;
然后便可利用SVM或者其他机器学习算法进行分类识别了。((1) calculate the LBP pattern of each p
-
-
2下载:
phog方法提取图像特征,svm支持向量机进行分类,分别有GA遗传算法和PSO粒子群优化算法进行寻优。(Phog method extracted image features, SVM support vector machine classification, respectively, GA genetic algorithm and PSO particle swarm optimization algorithm for optimization.)
-