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