代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/413059/11168680
tags
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net
www.eeworm.com/read/411571/11238383
m text.m
im = rgb2gray(imread('0908.png'));
im = double(im);
dtt = harrisCorner(im);
imagesc(im); hold on; colormap gray;
plot(dtt(2,:), dtt(1,:), 'y+');
www.eeworm.com/read/411571/11238384
asv text.asv
im = rgb2gray(imread('8.jpg'));
im = double(im);
dtt = harrisCorner(im);
imagesc(im); hold on; colormap gray;
plot(dtt(2,:), dtt(1,:), 'y+');
www.eeworm.com/read/249868/12465421
m 8-5.m
[X,map]=imread('canoe.tif');
Image_Type_YN1=isind(X);
%索引图像的读取与判断
I = imread('moon.tif');
Image_Type_YN2=isgray(I);
%灰度图像的读取与判断
RGB=imread('flowers.tif');
Image_Type_YN3=isrgb(RGB);
%真彩色图像的读
www.eeworm.com/read/148380/12470938
c psw.c
#include
#include
#include
#include
#include
#include
#define psw_set_M 700 //20*8=160 字节
#define SET_BAS 10344
#define fbase
www.eeworm.com/read/148380/12470980
c text.c
#include
#include
#include
#include
#include
#include
#include
#define mVRAM (u16 *) 0x06000000
#define plines 10 //每
www.eeworm.com/read/334943/12560710
m 8-5.m
[X,map]=imread('canoe.tif');
Image_Type_YN1=isind(X);
%索引图像的读取与判断
I = imread('moon.tif');
Image_Type_YN2=isgray(I);
%灰度图像的读取与判断
RGB=imread('flowers.tif');
Image_Type_YN3=isrgb(RGB);
%真彩色图像的读
www.eeworm.com/read/247588/12639973
pro chapter10volumeexample.pro
; Chapter10VolumeExample.pro
PRO Chapter10VolumeExample_event, sEvent
if (TAG_NAMES(sEvent, /STRUCTURE_NAME) EQ 'WIDGET_KILL_REQUEST') then begin
WIDGET_CONTROL, sEvent.top, /DESTROY
RET
www.eeworm.com/read/135900/13888416
m myidwt2.m
function [mypic_<mark>RGB</mark>,cM]=myidwt2(cA,cH,cV,cD,wavename)
% 此函数实现了二维离散小波反变换,即重构。它是利用MATLAB工具箱所提供的一维离散小波反变
% 换函数idwt()对传递进来的近似分量cA、水平细节分量cH、垂直细节分量cV和对角细节分量cD进
% 行相应的小波类型重构处理,其中参数wavename是小波类型。它借助于使用了指定的 ...