代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/449151/7517684

h convert.h

void RGB_To_YUV(unsigned char *yuvBuff, unsigned char *rgbBuff, int width, int height);
www.eeworm.com/read/447824/7545121

eps eps.eps

%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 0 0 289 229 %%Creator: TeeChart Pro v7 %%LanguageLevel: 1 %%EndComments /bd{bind def} bind def /ld{load def}bd /ed{exch def}bd /xd{cvx def}bd /np/newpath l
www.eeworm.com/read/442234/7656561

m ex622.m

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

m ex621.m

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

m ex603.m

%******************************************************** %EX603.M %功能:RGB图像显示 %******************************************************** RGB=imread('leaf.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据 imag
www.eeworm.com/read/442234/7656733

m ex406.m

%******************************************************** %程序:EX406.M %功能:RGB真彩着色使用实例 %******************************************************** [x,y]=meshgrid(-1:0.2:1); %设置矩形网格 z=x.^2+sin(y*pi
www.eeworm.com/read/440481/7688738

cpp amvideo.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of your Microsoft Windows CE // Source Alliance Program license form. If
www.eeworm.com/read/399569/7847471

css vs.css

/* Visual Studio-like style based on original C# coloring by Jason Diamond */ .comment, .annotation, .template_comment, .diff .header, .chunk { color: rgb(0, 128, 0); } .ke
www.eeworm.com/read/433419/7931418

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/297965/7983333

c xshades.c

/*---------------------------------------------------------------------- File : xshades.c Contents: X11 functions for color and grey shades allocation Author : Christian Borgelt History :