代码搜索结果

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

ex620.m

%******************************************************** %程序:EX620.M %功能:利用warp函数将一幅真彩图像映射到球面上 %******************************************************** RGB=imread('leaf.jpg'); %将图像格式文件读入为MAT

ex623.m

%******************************************************** %程序:EX623.M %功能:把一幅真彩图像转换为一个NTSC模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文件读入

ex624.m

%******************************************************** %程序:EX624.M %功能:把一幅真彩色图像转换为一个YCbCr模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文

vb_fun87b.dat

语法 ---- RGB(red, green, blue) RGB 函数的语法含有以下这些命名参数: 部分 描述 red 必要参数;Variant (Integer).数值范围从 0 到 255,表示颜色的红色成份. green 必要参数;Variant (Integer).数值范围从 0 到 255,表示颜色的绿色成份. blue 必要

seismic.m

function rgb = seismic(n); % seismic(n) creates a colormap, ranging from dark blue via white to dark %red. % % Nico Sneeuw % Munich, 31/08/94 if nargin == 0, n = size(get(gcf,'colormap'),1);

oppview.cpp

// oppView.cpp : implementation of the COppView class // #include "string.h" #include "stdafx.h" #include "opp.h" #include "program.h" #include "worksdlg.h" #include "pagedlg.h" #include "move

e671. getting and setting pixels in a buffered image.txt

// Get a pixel int rgb = bufferedImage.getRGB(x, y); // Get all the pixels int w = bufferedImage.getWidth(null); int h = bufferedImage.getHeight(null); int[] rgbs = new

form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3975 ClientLeft = 60 ClientTop = 345 ClientWidth = 5700 FillColor

adwaveview.cpp

// ADWaveView.cpp : implementation file // #include "stdafx.h" #include "Sys.h" #include "ADWaveView.h" #include "MainFrm.h" #include "ADStatusView.h" #include "ParaCfgView.h" #ifdef _DEBUG