数字图像处理06_彩色图像处理.ppt

上传人:99****p 文档编号:1450873 上传时间:2019-02-28 格式:PPT 页数:75 大小:5.68MB
下载 相关 举报
数字图像处理06_彩色图像处理.ppt_第1页
第1页 / 共75页
数字图像处理06_彩色图像处理.ppt_第2页
第2页 / 共75页
数字图像处理06_彩色图像处理.ppt_第3页
第3页 / 共75页
数字图像处理06_彩色图像处理.ppt_第4页
第4页 / 共75页
数字图像处理06_彩色图像处理.ppt_第5页
第5页 / 共75页
点击查看更多>>
资源描述

1、12015年 9月 13日数字图像处理第 06章 彩色图像处理高振国22015年 9月 13日6.1 彩色基础描述彩色光源的 3个基本量 : 辐射率 光强 亮度32015年 9月 13日6.2 彩色模型n RGBp红色 R,绿色 G,蓝色 Bp用于监视器、摄像机n CMY、 CMYKp青色 C、品红 M、黄色 Y,黑色 Kp用于印刷、彩色打印机n NTSC(亮度 Y,色调 I,饱和度 Q)n YCbCrp(亮度 Y,相对蓝基色的色差 Cb,相对红基色的色差 Cr)n HSI p(色度 H,饱和度 S,亮度 I)p符合人描述和解释颜色的方式42015年 9月 13日nRGB模型RGB 24位彩色

2、立方体6.2 彩色模型生成 rgb彩色立方体的代码 rbgcube.mTest06_00_1.m52015年 9月 13日function rgbcube(vx,vy,vz)%RGBCUBE DISPLAY an RGB cube on the MATLAB desktop.% RGBCUBE(VX,VY,VZ) displays an RGB color cube,viewed from point % (VX,VY,VZ).With no input arguments,RGBCUBE uses (10,10,4)% as the default viewing coordinates.T

3、o view individual color% planes,use the following viewing coordinates,where the first % color in the sequence is the closest to the viewing axis,and the rgbcube.m62015年 9月 13日% other colors are as seen from that axis,proceeding to the right% (or above),and then moving clockwise.%-% COLOR PLANE ( vx,

4、vy,vz)%-% Blue-Magenta-White-Cyan (0,0,10)% Red-Yellow-White-Magenta (10,0,0)% Green-Cyan-White-Yellow (0,10,0)% Black-Red-Magenta-Blue (0,-10,0)% Black-Blue-Cyan-Green (-10,0,0)% Black-Red-Yellow-Green (0,0,-10)%Set up parameters for function patch.rgbcube.m72015年 9月 13日vertices_matrix=0 0 0;0 0 1;

5、0 1 0;0 1 1;1 0 0;1 0 1;1 1 0;1 1 1;faces_matrix=1 5 6 2;1 3 7 5;1 2 4 3;2 4 8 6;3 7 8 4;5 6 8 7;colors=vertices_matrix;%The order of the cube vertices was selected to be the same as%the order of the (R,G,B) colors (e.g.,(0,0,0) corresponds to%black,(1,1,1) corresponds to white,and so on.)%Generate

6、RGB cube using function patch.patch(Vertices,vertices_matrix,Faces,faces_matrix,.FaceVertexCData,colors,FaceColor,interp,.EdgeAlpha,0)%Set up viewing point.rgbcube.m82015年 9月 13日if nargin=0vx=10;vy=10;vz=4;elseif nargin=3error(Wrong number of inputs.)endaxis offview(vx,vy,vz)axis squarergbcube.m92015年 9月 13日n稳定 RGB彩色子集6.2 彩色模型102015年 9月 13日nCMY 和 CMY K 模型CMYK : 青、品红、黄黑6.2 彩色模型

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育教学资料库 > 课件讲义

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。