摘要:数字图像处理与分析、模式识别技术在当今社会计算机科学与技术中占据着举足轻重的地位。其中,植物的自动分类识别技术在日常生活中渐渐的被广泛应用。本次设计主要以梅花为研究对象,首先,对梅花图像进行分割,分割的过程主要包含了纹理分割和颜色分割。其中主要运用了双毯子算法对梅花图像进行了纹理分割,以及FCM聚类算法对梅花图像进行了颜色分割。其次,再次结合梅花的纹理特征、形状特征和颜色特征,以及局部区块特征的特征提取技术对梅花图像进行了相关的特征提取。最后应用支持向量机(svm)结合提取到的特征对梅花图像进行分类识别。34939 毕业论文关键词:梅花种类识别;分割算法;特征提取;支持向量机(SVM)
The design and implementation of the type of plum blossom Recognition system based on SVM
Abstract: Nowadays,digital image processing,digital image analysis, and pattern recognition technology play an important part in computer science and technology. As one of the digital image processing technologies,the technology of automatic classification and recognition of plants has been widely used in daily life.Plum blossom was studied as research project in this paper.Image segmentation, feature extraction,classification, etc. The key work and contributions in this papers are as follow:firstly,Plant species identification technologies including texture segmentation and color segmentationbased on image analysis were analyzed and researched deeply. Double blanket algorithm were applied in texture segmentation.FCM Clustering Algorithm were applied in color segmentation.secondly,On feature extraction, the local feature extraction was researched combing with the result of texture feature, shape features, and color features.Classification was researched using a Support Vector Machine (SVM) based on thefeatures extracted from the feature extraction method.
Key words:Type recognition of plum blossom;Segmentation algorithm;Feature extraction ;Support vector machine (SVM)
摘要 1
关键词 1
Abstract 1
Key words 1
引言 1
1 绪论 1
1.1 研究背景与意义 1
1.2国内外发展及研究现状 2
1.3 研究内容与技术路线 2
1.3.1 研究内容 2
1.3.2 技术路线 2
2开发平台及应用技术 5
2.1开发平台介绍 5
2.2 SVM介绍 5
3梅花图像的分割提取算法 6
3.1纹理分割 6
3.1.1双毯子算法计算分形文数 6
3.1.2大津阈值分割 7
3.1.3填充,去噪,逻辑与 7
3.2颜色分割 7
3.2.1色彩空间的转换 7
3.2.2 FCM算法分割 7
3.2.3后续处理 8
3.3 梅花图像的特征提取 8
3.3.1颜色特征提取 8
3.3.1形状特征提取 9
3.3.2纹理特征提取 10
3.3.3局部区块特征提取 10
4系统设计与实现 12
4.1图像分割 12