代码搜索:RGB

找到约 8,819 项符合「RGB」的源代码

代码结果 8,819
www.eeworm.com/read/112323/15489621

in makefile.in

# Makefile.in generated by automake 1.7.9 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Free Software Foundation, Inc. # This Makefile
www.eeworm.com/read/136865/5841909

c libmng_trace.c

/* ************************************************************************** */ /* * For conditions of distribution and use, * */ /* * see copyright noti
www.eeworm.com/read/136815/5856601

c libmng_trace.c

/* ************************************************************************** */ /* * For conditions of distribution and use, * */ /* * see copyright noti
www.eeworm.com/read/118801/6095782

c libmng_trace.c

/* ************************************************************************** */ /* * For conditions of distribution and use, * */ /* * see copyright noti
www.eeworm.com/read/391056/8424884

cpp numberanimgr.cpp

// NumberAniMgr.cpp: implementation of the CNumberAniMgr class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Menu.h" #include "dragon.
www.eeworm.com/read/191214/8433213

m example5_3.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);
www.eeworm.com/read/188943/8502658

cpp colorbtnsampledlg.cpp

// colorBtnSampleDlg.cpp : implementation file // #include "stdafx.h" #include "colorBtnSample.h" #include "colorBtnSampleDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/188543/8529686

m 9-10.m

RGB=reshape(ones(64,1)*reshape(jet(64),1,192),[64,64,3]); %对数组进行整形变换,数组为 64×64×3 HSV=rgb2hsv(RGB); %RGB色彩模型转换成HSV色彩模型,函数在下面的“颜色模型转换”中具体讲解 H=HSV(:,:,1); S=HSV(:,:,2); V=HSV(:,:,3); %分别提取对应的色调、饱和
www.eeworm.com/read/432821/8569723

m ex622.m

%******************************************************** %程序:EX622.M %功能:把一幅真彩图像转换为一个HSV模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文件读入为M
www.eeworm.com/read/432821/8569742

m ex621.m

%******************************************************** %程序:EX621.M %功能:利用warp函数将一幅真彩图像映射到球面上 %******************************************************** RGB1=imread('circles.jpg'); RGB2=imread('