代码搜索结果

找到约 5,749 项符合 RGB 的代码

rgb.c

/* * rgb.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2 video

f11_1.m

%原始索引图像 load trees %转换为灰度图像 I = ind2gray(X,map); figure(1) subplot(2,2,1); imshow(X,map) title('索引图像'); subplot(2,2,2); imshow(I) title('转换后的灰度图像'); %原始真彩图像 RGB = imread('peppers.png')

image.m

RGB = imread('E:\1.jpg'); imshow(RGB); text(15,15,'Estimate radius of the roll of tape',... 'FontWeight','bold','Color','y');

ldrawpal.cpp

#include #include static void waitVR() { while (!inp(0x3da)&0x80); } extern "C" void cdecl LLoadPalX(void *); extern "C" void cdecl LSetPalX(void *); void lloadPal(RGB *pal)

说明.txt

简单说明: 1、文件: bilinear.m matlab源程序 FreeBSD.jpg 插值之前的<mark>RGB</mark>图像,大小为200x211 FreeBSD2.jpg 插值之后的<mark>RGB</mark>图像,大小为400x422(即放大2倍) 2、程序运行说明 我初步将允许放大的比例设置为1-9之间,当然也可以修改程序使之可以放大到更大比例,但是这样计算量将会很大,慎用。程序启动后将会询问 ...

draw.h

/* Basic Dreamcast Drawing Functions */ void clear_screen(int rgb); void put_pixel(int x, int y, int rgb); void put_pixel_3(int x, int y, int r, int g, int b); int rgb_combine(int r, int g

draw.c

#include "dream.h" #define PI 3.14159265358979; void clear_screen(int rgb) { int i; for (i=0; i< vram_size + 640; i++) vram_s[i] = rgb; } void put_pixel(int x, int y, int rgb) { vram_s[y*640+x]

submenu.prg

*********************** * 子菜单程序(SUBMENU.RPG)* ******************************** PARA STITLE,CLIMO Clos DATA DO CASE CASE CLIMO=1 SUBCOLO=[RGB(0,0,0,187,198,198)] CASE CLIMO=2 SUBCOLO=[RGB(0,

color1.css

a:link { color: rgb(153,51,0); } a:visited { color: rgb(51,51,153); } a:active { color: rgb(102,102,102); } body { color: rgb(0,0,0); background-color: rgb(204,204,204); } h1 {