- 1、本文档共28页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
利用MATLAB仿真软件进行图像的 输入、输出和格式变换
课程设计任务书
学生姓名: 鲁敬敬 专业班级: 通信1105班
指导教师: 工作单位: 信息工程学院
利用MATLAB仿真软件进行图像的输入、输出和格式变换
设计要求
读取、保存和显示不同格式的图像,并进行图像格式的相互变换如索引图像、灰度图像、RGB图像和二值图像的相互转换
时间安排:
指导教师签名: 年 月 日
系主任(或责任教师)签名: 年 月 日
摘要 3
Abstract 4
1 MATLAB支持的几种图像文件格式 5
2 MATLAB几种图像类型 6
3 图像的保存 9
4 图像的输入 10
4.1 图像输入函数 10
4.2图像输入函数举例 11
5 图像的输出 12
5.1 图像输出函数 12
5.2图像输出举例 13
5.2.1 显示灰度图 13
5.2.2 显示索引图 14
5.2.3 显示RGB图 15
5.2.4 显示文件中的图像 16
5.2.5 特殊图像显示技术--添加颜色条 17
6 图形类型转换 19
6.1 灰度图转换成二进制图 19
6.2 灰度图转换成索引图 20
6.3 RGB图转换成索引图 21
6.4 RGB图转换成灰度图 23
6.5索引图转换为灰度图 24
6.6 索引图转换为RGB图 25
课程设计总结 26
参考文献 27
摘要
MATLAB是集数值计算,符号运算及图形处理等强大功能于一体的科学计算语言。作为强大的科学计算平台,它几乎能够满足所有的计算需求。MATLAB 本身就是功能强大的数据可视化工具,可以通过各种形式显示分析数据,例如灰度直方图、等高线、蒙太奇混合、像素分析、图层变换以及材质贴图等。利用可视化的图形,不仅能够评估图形图像的特性,还能够分析图像中的色彩分布等情况。
本次课程设计介就是MATLAB环境下的一些最基本的图像处理操作,如读取、保存和显示不同格式的图像,并进行图像格式的相互变换如索引图像、灰度图像、RGB图像和二值图像的相互转换
关键词:MATLAB 图像处理 图像格式变换
Abstract
MATLAB is a scientific computing language that adds the function of numerical computing and graphics processing, symbols together. As a powerful scientific computing platforms, it can almost satisfy all the calculations that needs. MATLAB itself is a powerful tool of data visualization that can display data through various forms, such as graylevel histogram, contours, montage mixing, pixel analysis, the layer texture and transformation. With visual graphics, it can not only evaluate image characteristics, but also analyze the distribution of color image.
The purpose of the practice of introducing MATLAB environment is the most basic of some image processing operations, such as read, write, image information and image format, size and gray telescopic; etc. Through the experiment mastery of image histograms depicts method, deepen the histogram image feature and the relationship between the shape of understanding,and to deepen the understanding of histogram equalization algorithm.
Keywords: MATLAB image processing image format conversion
1
文档评论(0)