代码搜索结果
找到约 5,749 项符合
RGB 的代码
8-3.m
RGB=imread('flowers.tif');
image(RGB);
%显示RGB图像
pause;
imshow(RGB);
%显示RGB图像
8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
webfxapi.css
/* This style sheet is used for WebFX Api pages */
a.helpLink,
a.helpLink:hover {
color: rgb(0,66,174);
border-bottom-color:rgb(0,66,174);
}
.help-tooltip {
width: auto;
}
.help-tooltip
webfxlayout.css
/*
bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark: rgb(0,66,174);
*/
/* import menu css */
/*
@import "dhtml/xmenu/xmenu.css";
*/
#webfx-about {
position: absolute;
bac
hsi2rgb.m
function rgb = hsi2rgb(hsi)
%HSI2RGB Converts an HSI image to RGB.
% RGB = HSI2RGB(HSI) converts an HSI image to RGB, where HSI is
% assumed to be of class double with:
% hsi(:, :, 1) =
ex622.m
%********************************************************
%程序:EX622.M
%功能:把一幅真彩图像转换为一个HSV模型空间对应的图像
%********************************************************
RGB=imread('pic001.jpg'); %将图像格式文件读入为M
ex620.m
%********************************************************
%程序:EX620.M
%功能:利用warp函数将一幅真彩图像映射到球面上
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MAT
ex603.m
%********************************************************
%EX603.M
%功能:RGB图像显示
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
imag
ex623.m
%********************************************************
%程序:EX623.M
%功能:把一幅真彩图像转换为一个NTSC模型空间对应的图像
%********************************************************
RGB=imread('pic001.jpg'); %将图像格式文件读入
ex624.m
%********************************************************
%程序:EX624.M
%功能:把一幅真彩色图像转换为一个YCbCr模型空间对应的图像
%********************************************************
RGB=imread('pic001.jpg'); %将图像格式文