代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/148380/12471082
c obj.c
#include
#include
extern const unsigned char FONTS_ST[];
extern const u8 ascii7[95][10];
extern const u8 ascii[256][8];
extern const u8 font_mask[];
extern u8 rb_error;
#
www.eeworm.com/read/249226/12516705
cpp sku_ppm.cpp
/********************************************************
* Some code. Copyright (C) 2003 by Pascal Massimino. *
* All Rights Reserved. (http://skal.planet-d.net) *
* For Educational/Academi
www.eeworm.com/read/248639/12549552
v vga_nios_ctrl.v
module VGA_NIOS_CTRL ( // Host Side
iDATA,
oDATA,
iADDR,
iWR,
iRD,
iCS,
iRST_N,
iCLK, // Host Clock
// Export Side
VGA_R,
www.eeworm.com/read/264958/11292627
doc 如何得到24位真彩色位图中特定rgb值的像素坐标.doc
www.eeworm.com/read/215515/15057930
pdf 一种基于rgb图像的复杂背景下的运动检测方法.pdf
www.eeworm.com/read/232404/4702325
txt changes.txt
Major changes in the SAGA API interface from Version 1.2 to 2.0
_______________________________________________________
Functions, Makros, ...:
RGB -> COLOR_GET_RGB
GetRValue -> CO
www.eeworm.com/read/273525/4205325
style color-sunflowerlime.style
*! version 1.0.1 24jun2003
sequence 6011
set rgb "234 255 170"
* set rgb "176 190 127"
www.eeworm.com/read/477111/1364033
m sumarize11_4_2ars.m
%载入图像
RGB = imread('autumn.tif');
figure(1);
imshow(RGB);
%将真彩图转换为灰度图
I = rgb2gray(RGB);
figure(2);
imshow(I);
%进行余弦变换
J = dct2(I);
figure(3);
imshow(log(abs(J)),[]);
colormap(jet(64));
c
www.eeworm.com/read/466484/1510698
m sumarize11_4_2ars.m
%载入图像
RGB = imread('autumn.tif');
figure(1);
imshow(RGB);
%将真彩图转换为灰度图
I = rgb2gray(RGB);
figure(2);
imshow(I);
%进行余弦变换
J = dct2(I);
figure(3);
imshow(log(abs(J)),[]);
colormap(jet(64));
c
www.eeworm.com/read/218114/4864275
m sumarize11_4_2ars.m
%载入图像
RGB = imread('autumn.tif');
figure(1);
imshow(RGB);
%将真彩图转换为灰度图
I = rgb2gray(RGB);
figure(2);
imshow(I);
%进行余弦变换
J = dct2(I);
figure(3);
imshow(log(abs(J)),[]);
colormap(jet(64));
c