毕业设计(论文)-基于SVM的图像分类系统设计文档
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
LANZHOU UNIVERSITY OF TECHNOLOGY
毕业设计
题目基于SVM的图象分类系统
学生姓名
学号
专业班级计算机科学与技术3班
指导教师
学院计算机与通信学院
答辩日期
摘要
支持向量机(SVM)方法是建立在统计学习理论基础之上的,克服了神经网络分类和传统统计分类方法的许多缺点,具有较高的泛化性能。但是,由于支持向量机尚处在发展阶段,很多方面尚不完善,现有成果多局限于理论分析,而应用显得较薄弱,因此研究和完善利用支持向量机进行图像分类对进一步推进支持向量机在图像分析领域的应用具有积极的推动作用。
本文通过支持向量机技术和图像特征提取技术实现了一个图像分类实验系统。文中首先引入了支持向量机概念,对支持向量机做了较全面的介绍;然后,讨论了图像特征的描述和提取方法,对图像的颜色矩特征做了详细的描述,对svm分类也做了详细的说明;最后讨论了由分类结果所表现的一些问题。测试结果表明,利用图像颜色矩特征的分类方法是可行的,并且推断出采用综合特征方法比采用单一特征方法进行分类得到的结果要更令人满意。
关键词:支持向量机图像分类特征提取颜色矩
Abstract
The support vector machine (SVM) method is based on statistical learning theory foundation, overcome the neural network classification and traditional statistical classification method of faults, and has high generalization performance. But, because the support vector machine (SVM) is still in the development stage, many still not perfect, the existing results more limited to the theoretical analysis, and the use of appear more weak and therefore study and improve the use of support vector machines to image classification support vector machine to further advance in the application of image analysis play a positive role in promoting.
In this paper, support vector machine (SVM) technology and image feature extraction technology implements a image classification experiment system. This paper first introduces the concept of support vector machine (SVM), the support vector machine (SVM) made a more comprehensive introduction; Then, discussed the image characteristics of description and extraction method, the image color moment features described in detail, also made detailed instructions for the SVM classification; Finally discussed the classification results of some problems. Test results show that using the torque characteristics of the image color classification method is feasible, and deduce the comprehensive characteristic method than using single feature method to classify the results are more satisfactory.
Keywords: support vector machine image classification feature extraction Color Moment
目录
摘要............................................................................. I Abstract .......................................................................... II 第一章前言 (1)
1.1本课题的研究意义 (1)
1.2本论文的目的、内容 (1)
1.3开发技术介绍 (1)
1.3.1 SVM技术及其发展简史 (1)
1.3.2 java技术简介 (2)
第二章系统分析 (3)
2.1 系统需求分析 (3)
2.2 系统业务流程分析 (3)
第三章系统总体设计 (4)
3.1 分类系统的结构 (4)
3.2 图像数据库 (4)
3.3 特征提取模块 (4)
3.4 svm分类模块 (4)
第四章系统详细设计 (6)
4.1 特征提取模块 (6)
4.1.1 颜色矩 (6)
4.2 SVM分类模块 (7)
4.2.1 svm的算法简介 (7)
4.2.2 svm的核函数选择 (8)
4.2.3 svm的核函数 (8)
4.2.4 svmtrain的用法 (9)
4.2.5 svmpredict的用法 (10)
第五章系统测试 (11)
5.1 图像数据 (11)