代码搜索结果
找到约 5,749 项符合
RGB 的代码
ex406.m
%********************************************************
%程序:EX406.M
%功能:RGB真彩着色使用实例
%********************************************************
[x,y]=meshgrid(-1:0.2:1); %设置矩形网格
z=x.^2+sin(y*pi
color me less_pre.cpp
#include
#include
#include
#include
using namespace std;
struct RGB
{
int red;
int green;
int blue;
};
int get_lowest_distance_index(int *distance,
color me less.cpp
#include
#include
#include
#include
using namespace std;
struct RGB
{
int red;
int green;
int blue;
};
#ifdef DEBUG
int compare_red(const void
link.css
body{ font-size: 75%; font-family: 宋体; }
td{font-size:9pt;}
p{ font-size:9pt;}
li{font-size:9pt;}
BigFont{ font-size:11pt;}
select.smallselsect{font-size:9pt;
color:rgb(0,0,128) ;}
input.sm
rgb.txt
! $Xorg: rgb.txt,v 1.3 2000/08/17 19:54:00 cpqbld Exp $
255 250 250 snow
248 248 255 ghost white
248 248 255 GhostWhite
245 245 245 white smoke
245 245 245 WhiteSmoke
220 220 220 gainsboro
255 2
index.css
/* ::::: https://seqcc.icarnegie.com/css/cteform.css ::::: */
body { background: rgb(255, 255, 255) none repeat; }
.bodytop { background: rgb(204, 51, 51) none repeat; }
.lbl0-required { color: rgb(
b45.m
%顶点坐标为(40 , 50) , (40 , 250),(240,50)和(240,250)。
RGB=imread('flowers.tif');
imshow(RGB);
RGB2=imcrop(RGB,[40,50,200,200]);
figure,imshow(RGB2);
b62.m
RGB=imread('flowers.tif');
[x,y,z]=sphere; %定义球面
warp(x,y,z,RGB)
b67.m
RGB=imread('flowers.tif');
image(RGB)
b60.m
RGB=imread('hr.jpg');
HSV=rgb2hsv(RGB);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subimage(HSV);
title('变换后的图像');