代码搜索结果
找到约 5,749 项符合
RGB 的代码
ch9_5_1.m
x = bwlabel(BW, 4);
RGB = label2rgb(x, @jet, 'k');
imshow(RGB+1, 'notruesize')
ch5_4_3.m
%%%% 使用均值滤波器对真彩图像的每一个颜色平面进行滤波例程:
rgb=imread('peppers.png');
h=ones(5,5)/25;
rgb2=imfilter(rgb,h);
%B=IMFILTER(A,H)filtersthemultidimensionalarrayAwiththe
%multidimensionalfilterH.Acanbelogicalo
ch4_2_1.m
RGB = imread('autumn.tif');
I = rgb2gray(RGB);
J = dct2(I);
imshow(log(abs(J)),[]), colormap(jet(64)), colorbar
J(abs(J) < 10) = 0;
K = idct2(J);
figure,imshow(I)
figure,imshow(K,[0 255])
pgl_color_editor.txt
# {100} (100) [0] pgl_color_editor.Label
Color Editor
颜色编辑器
# [1] BSampleColor.HelpText
The color you get
得到的颜色
# [2] RGB.Label
RGB
RGB
# [3] LRed.Label
R
R
# [4] LRed.HelpText
Red value
红色值
# [5
plot_depth.mnu
PLOT#DEPTH 绘图深度
# remove the # sign and enter foreign help string in this line
24#Bit#RGB 24位RGB
Create a true color image
创建真彩图像
8#Bit 8位
Create a color index image
创建颜色指标图像
Grayscale 灰度
Create a gr
plot_depth.mnu
PLOT#DEPTH
# remove the # sign and enter foreign help string in this line
24#Bit#RGB
Create a true color image
# remove the # sign and enter foreign help string in this line
8#Bit
Create a color inde
authors
Developers:
-----------
Florian Kainz
Rod Bogart
Drew Hess
Paul Schneider
Bill Anderson
Wojciech Jarosz
spartan3a.h
/* GIMP header image file format (RGB): /media/hdc5/spartan3a_projects/demo_system/dope-embedded/test/s3a_starter/spartan3a.h */
//static unsigned int width = 300;
//static unsigned int height = 22