代码搜索结果

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

a60.m

load xpmndrll image(X2) title('原始彩色索引图像') colormap(map); colorbar %================================ %分解彩色索引图像为RGB分量 R=map(X2,1); R=reshape(R,size(X2)); G=map(X2,2); G=reshape(G,size(X2)); B

tryit_view.asp@filename=trycss_color

h1 {color: #00ff00} h2 {color: #dda0dd} p {color: rgb(0,0,255)} This is header 1 This is header 2 This

xcol7.ini

! 128 RGB values for color-scheme: Grey-scale on printers 128 0 255 123 6 255 119 13 255 115 19 255 111 25 255 107 31 255 103 38 254 99 44 254 95 50 254 91 56 253 87 62 253 83 69 253 79 7

mycarlocal.m

%程序功能:实现车牌自动定位 %作者:重庆大学 田建国 QQ:363966533 %编写时间:2007.04.10 clear;clc;close all I=rgb2gray(imread('5.jpg')); %I=imread('14.bmp'); tic %计时开始 [height,width]=size(I); %预处理 I_edge=zeros(height,

thankgod1wlov.m

clc; close all; clear all; global zp; q=imread('cameraman.tif'); [r g b]=size(q); if (b==3) q=rgb2gray(q); end %n1=q; n1=imnoise(q,'gaussian',0,.02); n1=imresize(n1,[256 256]); subplot

test.h

// 编码表RGB数组 const BYTE C[4][256][4] = { { // 彩虹编码 1 { 0, 0, 0,0 }, { 7, 0, 0,0 }, { 15, 0, 0,0 }, { 23, 0, 0,0 }, //4 { 31, 0, 0,0 }, { 39, 0, 0,0 }, { 47, 0, 0,0 }, {

p0703.m

I=imread('cancer.bmp'); [y,x,z]=size(I); myI=double(I); % 图象的数据类型为无符号整型,必须转换为双精度实型才能计算 %%%%%%%%%%% RGB to HSI %%%%%%%% H=zeros(y,x); S=H; HS_I=H; for i=1:x for j=1:y

test.h

// 编码表RGB数组 const BYTE C[4][256][4] = { { // 彩虹编码 1 { 0, 0, 0,0 }, { 7, 0, 0,0 }, { 15, 0, 0,0 }, { 23, 0, 0,0 }, //4 { 31, 0, 0,0 }, { 39, 0, 0,0 }, { 47, 0, 0,0 }, {

分光分色子.c

#include extern unsigned char power; extern unsigned int rgb[4],rgba[3]; extern unsigned char zx,th0; unsigned char sxy; unsigned int gggg; sbit S0=P1^5; //移位脉冲 sbit S1=P1^6; sbit

test.h

// 编码表RGB数组 const BYTE C[4][256][4] = { { // 彩虹编码 1 { 0, 0, 0,0 }, { 7, 0, 0,0 }, { 15, 0, 0,0 }, { 23, 0, 0,0 }, //4 { 31, 0, 0,0 }, { 39, 0, 0,0 }, { 47, 0, 0,0 }, {