代码搜索结果

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

sumarize11_2_2cl.m

RGB = imread('saturn.png'); I = rgb2gray(RGB); h = [1 2 1; 0 0 0; -1 -2 -1]; I2 = filter2(h,I); imshow(I2,[]), colorbar

img_format.c

#include "img_format.h" char *vo_format_name(int format) { switch(format) { case IMGFMT_RGB1: return("RGB 1-bit"); case IMGFMT_RGB4: return("RGB 4-bit"); case IMGFMT_RG4B: return("RGB 4-bi

sumarize11_2_2cl.m

RGB = imread('saturn.png'); I = rgb2gray(RGB); h = [1 2 1; 0 0 0; -1 -2 -1]; I2 = filter2(h,I); imshow(I2,[]), colorbar

lcd_write_data.c

#include "system.h" #include "altera_avalon_pio_regs.h" #include "alt_types.h" #include "LCD.h" //RGB(31):RS //RGB(30):CS //RGB(29):WR //RGB(28):RD //RGB(27):RESET int LCD_WRITE_DAT

lcd_write_cmd.c

#include "system.h" #include "altera_avalon_pio_regs.h" #include "alt_types.h" //RGB(31):RS //RGB(30):CS //RGB(29):WR //RGB(28):RD //RGB(27):RESET int LCD_WRITE_CMD(alt_u16 cmd)

ch2_3_1.m

%添加颜色条 RGB = imread('saturn.png'); I = rgb2gray(RGB); h = [1 2 1; 0 0 0; -1 -2 -1]; I2 = filter2(h,I); imshow(I2,[]), colorbar('vert')

ch2_3_1.m

%添加颜色条 RGB = imread('saturn.png'); I = rgb2gray(RGB); h = [1 2 1; 0 0 0; -1 -2 -1]; I2 = filter2(h,I); imshow(I2,[]), colorbar('vert')

ch2_3_1.m

%添加颜色条 RGB = imread('saturn.png'); I = rgb2gray(RGB); h = [1 2 1; 0 0 0; -1 -2 -1]; I2 = filter2(h,I); imshow(I2,[]), colorbar('vert')

jieshou.m

x=1:10000; y=1:10000; z=1:10000; jm1=1:10000; jm2=1:10000; jm3=1:10000; jma=1:10000; jmb=1:10000; jmc=1:10000; load('data.txt','-ascii'); x(1)=data(1); y(1)=data(2); z(1)=data(3); T=0.008

example4_8.m

RGB=imread('flowers.tif'); [x,y,z]=sphere; %定义球面 warp(x,y,z,RGB)