代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/479666/6684685
m volproj.m
clc; clear all; close all;
base_image = imread('proj4.jpg');
base_image2 = imread('proj5.jpg');
base_image2=double(rgb2gray(base_image2));
base_image=double(rgb2gray(base_image));
a=0; b=0;
fo
www.eeworm.com/read/479697/6684895
h minedefs.h
#ifndef _MINEDEF
#define _MINEDEF
// regedit defines
#define DEFAULT_LEVEL 0// for first run the default level will be primary(0)
#define DEFAULT_RECORD 999
#define DEFAULT_HOLDER _T("匿名")
#d
www.eeworm.com/read/478256/6713711
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************
www.eeworm.com/read/477829/6723661
c convertcolor.c
/****************************************************************************************
* 文 件 名:CONVERTCOLOR.C
* 功 能:颜色值转换程序。
******************************************************************
www.eeworm.com/read/477438/6735529
m s016.m
%真彩图像转换为灰度图像 s016
I16=imread('1.jpg');
I160=rgb2gray(I16);
subplot(1,2,1),imshow(I16);
subplot(1,2,2),imshow(I160)
www.eeworm.com/read/264684/11305108
css custom.css
.mstheme-bannertxt A:active
{
color: rgb(0,51,0);
}
.mstheme-bannertxt A:link
{
color: rgb(0,51,0);
}
.mstheme-bannertxt A:visited
{
color: rgb(0,51,0);
}
.mstheme-bannertxt-g
{
font
www.eeworm.com/read/264684/11305425
css custom.css
.mstheme-bannertxt a:link
{
color: rgb(153, 0, 0);
}
.mstheme-bannertxt a:active
{
color: rgb(102, 51, 0);
}
.mstheme-bannertxt a:visited
{
color: rgb(0, 102, 51);
}
.mstheme-bannertxt-
www.eeworm.com/read/409916/11307115
h gba_hardware.h
/**************************************************************************
GBA API LIBRARY
COPYRIGHT (c) 2005 BY JJJ.
-- AL
www.eeworm.com/read/409888/11308183
h minedefs.h
#ifndef _MINEDEF
#define _MINEDEF
// regedit defines
#define DEFAULT_LEVEL 0// for first run the default level will be primary(0)
#define DEFAULT_RECORD 999
#define DEFAULT_HOLDER _T("匿名")
#d