代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/384950/2595982
m sumarize11_5_4b.m
%载入图像
RGB = imread('saturn.png');
%RGB转换为灰度图
I = rgb2gray(RGB);
%加入高斯白噪声
J = imnoise(I,'gaussian',0,0.005);
%采用自适应滤波
K = wiener2(J,[5 5]);
%显示原始图像、加入噪声的图像以及滤波后的噪声
imshow(I)
figure,imshow(J)
www.eeworm.com/read/358021/3007368
m sumarize11_5_4b.m
%载入图像
RGB = imread('saturn.png');
%RGB转换为灰度图
I = rgb2gray(RGB);
%加入高斯白噪声
J = imnoise(I,'gaussian',0,0.005);
%采用自适应滤波
K = wiener2(J,[5 5]);
%显示原始图像、加入噪声的图像以及滤波后的噪声
imshow(I)
figure,imshow(J)
www.eeworm.com/read/199841/7097690
c alloccolor.c
#include "nxlib.h"
#include
#include
/*
* Conversion from RGB to MWPIXELVAL
*/
/* create 24 bit 8/8/8 format pixel (0x00RRGGBB) from RGB triplet*/
#define RGB2PIXEL888(r,g,b)
www.eeworm.com/read/442561/7649375
m linear.m
% 双线性插值与最近邻域插值的图像放大
% Copyright by luoyuanhong: 2009-3-27
% 读图
[filename, pathname, filterindex] = uigetfile('*.bmp;*.jpg','打开图像!');
RGB = imread(filename);
R = RGB(:,:,1);
G = RGB(:,:,2);
B
www.eeworm.com/read/296067/8125387
c alloccolor.c
#include "nxlib.h"
#include
#include
/*
* Conversion from RGB to MWPIXELVAL
*/
/* create 24 bit 8/8/8 format pixel (0x00RRGGBB) from RGB triplet*/
#define RGB2PIXEL888(r,g,b)
www.eeworm.com/read/310212/13654949
m dither.m
function imout=dither(arg1,arg2,arg3,arg4,arg5,arg6)
%DITHER Convert image using dithering.
% X = DITHER(RGB,MAP) creates an indexed image approximation of
% the RGB image in the array RGB by d
www.eeworm.com/read/10763/188864
c camera.c
#include
#include
#define R_RGB565(x) (unsigned char) (((x) >> 8) & 0xF8)
#define G_RGB565(x) (unsigned char) (((x) >> 3) & 0xFC)
#define B_RGB565(x)
www.eeworm.com/read/468598/1485801
shade
toolbar: flat solid
toolbar.color: rgb:6/6/6
toolbar.button: flat solid
toolbar.button.color: rgb:6/6/6
toolbar.button.picColor: rgb:2/2/2
toolbar.label: flat crossdiagonal gradient
toolbar.l
www.eeworm.com/read/468598/1485805
flux
toolbar: flat solid
toolbar.color: rgb:6/6/54
toolbar.button: flat solid
toolbar.button.color: rgb:6/6/54
toolbar.button.picColor: rgb:2/2/1c
toolbar.label: flat crossdiagonal gradient
toolba
www.eeworm.com/read/197092/8031568
v gen_model.v
/**************************************************************************
**
** Module: ycrcb2rgb
**
** Generic Equations:
****************************************************************