digital image processing projects 数字图像处理 冈萨雷斯 第六章所有程序和报告.docx
《digital image processing projects 数字图像处理 冈萨雷斯 第六章所有程序和报告.docx》由会员分享,可在线阅读,更多相关《digital image processing projects 数字图像处理 冈萨雷斯 第六章所有程序和报告.docx(8页珍藏版)》请在三一办公上搜索。
1、digital image processing projects 数字图像处理 冈萨雷斯 第六章所有程序和报告Digital Image Processing Project chapter: Chapter 6 Project number: Proj06-01 Proj06-04 Students name: Students number: Class: Contents WEB-SAFE COLORS . 2 PSEUDO-COLOR IMAGE PROCESSING . 2 COLOR IMAGE ENHANCEMENT BY HISTOGRAM PROCESSING . 5 CO
2、LOR IMAGE SEGMENTATION . 7 1 Web-Safe Colors Exp. 20,PROJECT 06-01 Objective To know what are Web-safe colors, how to generate the RGB components for a given jpeg color image, or convert an image to RGB manually? Requirements (a) Write a computer program that converts an arbitrary RGB color image to
3、 a web-safe RGB image (see Fig. 6.10 for a definition of web-safe colors). (b) Download the image in Fig. 6.8 and convert it to a web-safe RGB color image. Figure 6.8 is given in jpg format, so convert your result back to jpg (see comments at the beginning of this project). Figure 1 Fig6.08.jpg 2 Te
4、chnical discussion B = fix(A) rounds the elements of A toward zero, resulting in an array of integers.For complex A, the imaginary and real parts are rounded independently. imwrite(A,filename,fmt) writes the image A to the file specified by filename in the format specified by fmt. Program listings I
5、=imread(Fig6.08.jpg); subplot(131); imshow(I); title(original); I1=fix(I/51)*51); subplot(132); imshow(I1); title(web-safe colors(jpg); imwrite(I1,web-safe colors.jpeg,jpeg); subplot(133); I=imread(web-safe colors.jpeg); imshow(I); title(web-safe colors(jpeg); Discussion of results originalweb-safe
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- digital image processing projects 数字图像处理 冈萨雷斯 第六章所有程序和报告 数字图像 处理 第六 所有 程序 报告
链接地址:https://www.31ppt.com/p-3155691.html