资源描述:
《基于matlab彩色图像的特征提取与研究》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于MATLAB的彩色图像特征提取的研究本科生毕业论文(设计)题目:基于MATLAB的彩色图像特征提取的研究学生姓名:王昊东学号:201016020225专业班级:通信工程10102班指导教师:杨智完成时间:2014年5月12日44基于MATLAB的彩色图像特征提取的研究摘要特征提取是计算机视觉和图像处理中的一个概念。它指的是使用计算机提取图像信息,决定每个图像的点是否属于一个图像特征。特征提取的结果是把图像上的点分为不同的子集,这些子集往往属于孤立的点、连续的曲线或者连续的区域。本文以普通的彩
2、色图像为例,介绍了对彩色图像特征提取的原理。其具体过程分为原图像的预处理、图像信息分析、图像的特征提取,然后用MATLAB实现具体的过程,最后获得需要的颜色特征、纹理特征、轮廓特征等。测试结果表明,本课题充分利用MATLAB中已有的函数库,使整个研究简单易行。可以有效的掌握彩色图像特征信息提取的方法和知识点。从原理和应用效果上对经典的图像分割方法如边缘检测、阈值分割技术和区域增长等进行了分析。对梯度算法中的Roberts算子、Prewitt算子、坎尼(Canny)算子的分割步骤、分割方式、分割准
3、则相互比较可以看出根据坎尼(Canny)边缘算子的3个准则得出的边缘检测结果最满意。而阈值分割技术的关键在于阈值的确定,只有阈值确定好了才能有效的划分物体与背景,这种方法对于那些灰度分布明显,背景与物体差别大的图像的分割效果明显。区域增长的基本思想是将具有相似性质的像素集合起来构成新区域。与此同时本文还分析了图像分割技术研究的方向。关键词:彩色图像;特征提取;图像处理;图像分割;44基于MATLAB的彩色图像特征提取的研究AbstractFeatureextractionisaconceptin
4、computervisionandimageprocessing.Itreferstousethecomputertoextractimageinformation,todeterminewhethereachimagepointbelongstoanimagecharacteristic.Featureextractionistheresultofthepointsontheimageisdividedintodifferentsubsetsofthesesubsetsareoftenbelo
5、ngtotheisolatedpoints,continuouscurveorcontinuousarea.Inthecaseofordinarycolorimages,thispaperintroducestheprincipleofthecolorimagefeatureextraction.Thespecificprocessisdividedintooriginalimagepreprocessing,imageanalysis,imagefeatureextraction,andthe
6、nusedMATLABtorealizetheprocessofconcrete,finallygettheneedtocolorfeaturesandtexturefeatures,outline,etc.Togeneralcolorimagesthroughtheimagepreprocessingandimageanalysis,canextracttheimagefeature,suchascolor,shape,texturefeature,forimageretrieval,andc
7、olorimageprocessingtechnologyhasalotofhelp.TestresultsshowthatthistopicmakefulluseofMATLABinthelibrary,makewholestudyissimple.Thisarticleanalysestheapplicationeffecttotheclassicsimagesegmentationmethodliketheedgeexamination,territoryvaluedivisiontech
8、nology,andtheregiongrowthandsoon.ForcomparingtheRobertsoperator,Prewittoperator,Cannyoperatoringradientalgorithm,thewayandthestandardoftheimagesegmentation,wecanfindoutthethreestandardofCannyedgeoperatortheedgedetectionresultofreachingmostsatisfy.And