基于PCA和多类SVM分类的特征提取我要分享

Feature extraction using PCA and classified multi

matlab 分类 pca svm 提取 基于 特征

关注次数: 239

下载次数: 0

文件大小: 1.59 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:一个简单的PCA计算,用于从图像集中提取特征并使用svm进行分类。


English Description:

A simple PCA calculation  for extracting feature from set of images and  classify it with svm. PCA read a set of training sample which is collected in structured folder. As below : --Train     --data1     --data2     --data3 Which data1, data2, data3 contain images associated with class 1, 2, 3 respectively. Since the class data is 3, then SVM classification used in this code is a multiclass classification using one-against-one approach. 


代码预览