代码搜索结果

找到约 8,819 项符合 RGB 的代码

9-8.m

[x,y,z] = cylinder; %创建一个柱形面 RGB = imread('flowers.tif'); %读入真彩色图像 warp(x,y,z,RGB);

8-12.m

[X,map]=imread('canoe.tif'); newmap=rgb2gray(map); imshow(X,newmap);

8-3.m

RGB=imread('flowers.tif'); image(RGB); %显示RGB图像 pause; imshow(RGB); %显示RGB图像

51.txt

窗体加入抖动背景 Ever wonder how the SETUP.EXE screen gets its cool shaded background coloring? This color shading is called dithering, and you can easily incorporate it into your forms. Add the following ro

9-8.m

[x,y,z] = cylinder; %创建一个柱形面 RGB = imread('flowers.tif'); %读入真彩色图像 warp(x,y,z,RGB);

8-12.m

[X,map]=imread('canoe.tif'); newmap=rgb2gray(map); imshow(X,newmap);

8-3.m

RGB=imread('flowers.tif'); image(RGB); %显示RGB图像 pause; imshow(RGB); %显示RGB图像

9-8.m

[x,y,z] = cylinder; %创建一个柱形面 RGB = imread('flowers.tif'); %读入真彩色图像 warp(x,y,z,RGB);

8-12.m

[X,map]=imread('canoe.tif'); newmap=rgb2gray(map); imshow(X,newmap);

8-3.m

RGB=imread('flowers.tif'); image(RGB); %显示RGB图像 pause; imshow(RGB); %显示RGB图像