代码搜索结果

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

showprg2

IF NOT WEXIST("dswin") ; OR UPPER(WTITLE("DSWIN")) == "DSWIN.PJX" ; OR UPPER(WTITLE("DSWIN")) == "DSWIN.SCX" ; OR UPPER(WTITLE("DSWIN")) == "DSWIN.MNX" ; OR UPPER(WTITLE("DSWIN")) == "DSWIN.PR

example4_9.m

RGB1=imread('pic005.jpg'); RGB2=imread('pic007.jpg'); I1=imread('rice.tif'); I2=imread('testpat1.tif'); subplot(2,2,1); %将图形窗口等分成4部分 subimage([0,500],[0,500],RGB1); subplot(2,2,2); subimage([

program_01_03.m

%原始索引图像 load trees %转换为灰度图像 I = ind2gray(X,map); figure(1) subplot(2,2,1);imshow(X,map);title('索引图像'); subplot(2,2,2);imshow(I);title('转换后的灰度图像'); %原始真彩图像 RGB = imread('peppers.png'); %转换为索引图

dlghelp.cpp

// DlgHelp.cpp : implementation file // #include "stdafx.h" #include "图书管理系统.h" #include "DlgHelp.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__

bksearchdlg.cpp

// BkSearchDlg.cpp : implementation file // #include "stdafx.h" #include "图书管理系统.h" #include "BkSearchDlg.h" #include "BkDlg1.h" #include "BkDlg2.h" #include "DlgHelp.h" #ifdef _DEBUG #de

norhelpdlg.cpp

// NorHelpDlg.cpp : implementation file // #include "stdafx.h" #include "图书管理系统.h" #include "NorHelpDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __

display.h

#ifndef DISPLAY_H #define DISPLAY_H //********************** Including Libs ********************** #include #include #include #include "comdef.h" //#include "glo

5-4-2.cfm.htm

在网页中使用颜色

play_yuv.m

function play_yuv(Y,U,V) [R,G,B]=YUV2RGB(Y,U,V); RGB(:,:,:,1)=R(:,:,:); RGB(:,:,:,2)=G(:,:,:); RGB(:,:,:,3)=B(:,:,:); RGB=permute(RGB,[1 2 4 3]); mov = immovie(RGB); movie(mov);

comp_assign2.m

% EE569 Computer Assignment 2: Color format conversion and video output % Objective: get familiar with the conversion between YUV % and RGB format % Background information % The YUV video data