代码搜索结果

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

make.bat

tmcc -o atest.out display.c dither.c getbits.c getblk.c getpic.c gethdr.c getvlc.c idct.c recon.c sac.c store.c tmndec.c yuv2rgb.c yuvrgb24.c -host winnt

testg.m

close all; clear; %A2=imread('D:\a实验用\nh1.bmp','bmp'); %figure(9),imshow(A2); A1=imread('yn.bmp');%%%% w1 qw l2 qq yn h2 A=rgb2gray(A1); %imwrite(A,'ynh.bmp'); k=25; hui=0; tic; fig

tiqubihuas.m

close all; clear; %A2=imread('D:\a实验用\nh1.bmp','bmp'); %figure(9),imshow(A2); tic; A1=imread('方.bmp'); [m,n,l]=size(A1); A3=rgb2gray(A1); A2=A3; for i=1:m for j=1:n if A2(i,j

ldrawp2.cpp

#include #include #include #include #include static RGB def_pal[256*10]={ 0,0,0,6,6,6,10,10,10,14,14,14,18,18,18,22,22,22,26,26,26,30,30,30,34,

histogram.m.txt

clear all; close all; l=imread('forest.jpg'); l1=rgb2gray(l); figure(1) subplot(1,2,1) imshow(l1) title('Original Image'); [counts x]=imhist(l1); counts1=counts(2:256-1,:); x1=[2:1:255]; h=

code.m.txt

clear all; l=imread('forest.jpg'); l1=rgb2gray(l); l2=fft(double(l1)); l2_1=fft(double(l)); figure(1) clf(subplot(3,2,1),imshow(l)); title('Original image'); hold on; subplot(3,2,2),imshow(l1

00000004.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: rgb (网上邻居), 信区: Linux        

00000002.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: rgb (网上邻居), 信区: Linux        

make.bat

tmcc -o atest.out display.c dither.c getbits.c getblk.c getpic.c gethdr.c getvlc.c idct.c recon.c sac.c store.c tmndec.c yuv2rgb.c yuvrgb24.c -host winnt

bitmap.c

//====================================================== // 文件名称: BitMap.c // 功能描述: 位图处理 // 维护记录: 2007-02-09 v1.0 by lijian // 注意事项: 该程序中涉及到的数据类型需要根据平台确定 // 其中,COLOR类型为无符号16bit数据类型 // RGB(