欢迎来到天天文库
浏览记录
ID:6819072
大小:3.17 MB
页数:16页
时间:2018-01-27
《课程设计(论文)-数字图像处理的matlab实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、第16页共16页课程设计(论文)说明书题目:数字图像处理的MATLAB实现第16页共16页摘要利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能:1.图像的读取和保存。2.设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。3.设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。4.编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。5.图像直方图统计和直方图均衡,要求显示直方图统计
2、,比较直方图均衡后的效果。6.能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。关键词:图像;截图;缩放;直方图;加噪去噪第16页共16页AbstractUseofmatlabGUIprogrammingasimpleandpracticalimageprocessingprogram.Theprogramshouldhavethecommonuseoftheimageprocessingfunction,tomeettheuser'suse.Nowhasthefollowingbasicfunctiondesignprogram:1.Theimageofthereadingands
3、ave.2.Thegraphicaluserinterfacedesign,toenableuserstotheimageofanybrightnessandcontrastchangeadjustment,displayandcontrasttransformthebeforeandafterimages.3.Thegraphicaluserinterfacedesign,letuserscanusethemousetoselecttheimagetheinterestedregion,displayandsavetheforthearea.4.Writeaprogramthroughthe
4、nearestinterpolationanddoublelinearinterpolationalgorithmssuchastheselectionofuserswillenlargeimageregionandnarrowingtheintegertimestheoperation,andpreserve,thecomparisonofseveralinterpolationeffect.5.Theimagehistogramstatisticsandhistogramequalization,requiredtodisplayhistogramstatistics,comparedth
5、eeffectafterthehistogramequalization.6.Canjoinvariousnoiseimage,andthroughseveralfilteringalgorithmdenoisinganddisplaystheresults.Keywords:Image,;screenshots;zoom;histogram,;addnoisetonoise第16页共16页目录引言…………………………………………………………………………41界面展示……………………………………………………………………………42具体设计……………………………………………………………………………5
6、2.1菜单设计……………………………………………………………………………52.2图像基本处理………………………………………………………………………52.2.1图像旋转………………………………………………………………………52.2.2截图…………………………………………………………………………62.2.3亮度调节………………………………………………………………………62.2.4灰度图像………………………………………………………………………62.3加噪和去噪…………………………………………………………………………72.3.1加入噪声………………………………………………………………………72.3.2
7、滤波去噪………………………………………………………………………72.4还原………………………………………………………………………………82.5撤销………………………………………………………………………………82.6直方图统计和直方图均衡………………………………………………………92.6.1直方图均衡……………………………………………………………………92.6.2直方图统计…………………………………
此文档下载收益归作者所有