搜索资源列表
svmbp
- 程序利用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.
边缘检测算法
- 该工具箱专为模式识别定制,主要是数字图像识别,比如特征提取、图像分类、PCA、LDA、ICA、DCT、RBF、RBE、GRNN、KNN、minimum distance、SVM等等
PCA-SVM
- 人脸识别程序 程序源代码可见 识别精度高PCA-SVM-Face Recognition program PCA-SVM
MFCC-and-SVM
- 建立了普通话语音性别数据库,提出联合梅尔频率频谱系数(Mel2f requency Cep st rum Coefficient s , MFCC) 的特征提取方法和支持向量机(Support Vector Machine , SVM) 的分类方法进行说话人性别识别,并与其它分类方法进行比较。-A Chinese speech ( mandarin ) database was established for speaker s gender recognition. A combina
juleisuanfa
- 本程序包括各种模式识别的分类方法,包括k均值分类,C均值分类,基于svm支撑向量机的分类方法,以及基于Adboost的分类方法。-The program includes a variety of pattern recognition classification methods, including k means classification, C means classification, based on support vector machines svm classificati
01
- 的研究彩色数字图像的计算机分类识别方法并应用于古瓷片的自动分类。方法提出 了一种色彩纹理特征的提取模型,采用该模型,利用IGabor滤波器提取数字图像的色彩纹理特征, 并构造支持向量分类机(SVM)分类器组。结果实现了高准确率多类别图像的自动分类识别,并 成功应用于古瓷片的自动分类。结论色彩纹理特征提取方法将颜色与纹理进行融合,增强了数 字图像之间的特征区分能力。-Study color digital image classification and recognition m
SVM_SteveGunn
- SVM分类器,是一种比较经典的分类算法,常用作图像识别分类中的分类器,这是作者改进过的一种SVM分类算法。-svm satisfaction
PCAPSVMPORL
- 对于人脸数据库ORL,先用PCA进行特征提取,然后用SVM进行分类识别。里面有ORL数据库。-The ORL face database, first using PCA feature extraction using SVM for classification. There ORL database.
1
- SVM分类器,可用于人脸识别,机器学习等。-Texture feature extraction, and classification, SVM classifier is.Can be used for face recognition, machine learning, etc.
SVM
- SVM学习的注释材料,程序可以直接拿来使用, 是目前分类识别的重要方法之一-Comment SVM learning materials, programs can be directly used to use, is one of the important methods of classification and recognition ...
SVM
- 基于svm的分类器设计程序,模式识别分类器设计中很有用,值得分享。-Pattern recognition classifier design based on the the the svm classifier design program, useful and worth sharing.
changjingshibiefenlei
- 本文件是图像场景识别并进行分类的程序,已运行成功。 分别利用1 tiny image描述和最近邻分类器 2 bags of sifts描述和最近邻分类器 3bags of sifts描述和线性svm分类器进行场景分类识别的。 在主程序proj3中将FEATURE 改成tiny image,CLASSIFIER 改成nearest neighbor,注释其他FEATURE 和CLASSIFIER的选择就可以实现第一种场景分类识别:tiny image描述和最近邻分类器。以此类
non_linear_svms
- 基于opencv3.0的非线性SVM分类器源码(可直接运行),在人脸识别类的领域。-Based on nonlinear SVM classifier opencv3.0 source (can be run directly), in face recognition field.
13FaceRec
- 人脸特征提取与识别matlab程序,主要提取了PCA特征、SVM分类和核方法分类等,代码可以直接使用-Face recognition based on PCA features and Kernel methods, which is used in pattern extraction.
svm
- 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析-In the field of machine learning, support vector machine SVM (Support Vector Machine) is a supervised learning model, typically used for pattern recognition, classification, and
zhichixiangliangjifenleihanshu
- 本算法为SVM分类函数,可以用来进行模式识别、分类、以及回归分析。-The algorithm for the SVM classification function can be used for pattern recognition, classification, and regression analysis.
基于支持向量机的图像分类
- classifier.mat文件太大未上传。可运行一次main3生成 getFeatures.m 获取灰度共生矩阵相关特征 main-main6 训练 + 识别 predict.m 单独的分类程序 temp.m 单独的分类演示程序(classifier.mat file is too large to upload. Can run a main3 to generate getFeatures.m Get the grayscale co-occurrence matrix rel
hog-feature
- 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检测的特征描述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检测中获得了极大的成功。需要提醒的是,HOG+SVM进行行人检测的方法是法国研究人员Dalal在2005的CVPR上提出的,而如今虽然有很多行人检测算法不断提出,但基本都是以HOG+SVM的思路为主(The Histogram
LBP
- (1)计算图像中每个像素点的LBP模式(等价模式,或者旋转不变+等价模式)。 (2)然后计算每个cell的LBP特征值直方图,然后对该直方图进行归一化处理(每个cell中,对于每个bin,h[i]/=sum,sum就是一副图像中所有等价类的个数)。 (3)最后将得到的每个cell的统计直方图进行连接成为一个特征向量,也就是整幅图的LBP纹理特征向量; 然后便可利用SVM或者其他机器学习算法进行分类识别了。((1) calculate the LBP pattern of each p
fenlei
- 利用hog提取特征输入到svm分类器中,适用于新手(Using hog extraction feature input to svm classifier, suitable for novices)