代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/336217/12463193
m ex621.m
%********************************************************
%程序:EX621.M
%功能:利用warp函数将一幅真彩图像映射到球面上
%********************************************************
RGB1=imread('circles.jpg');
RGB2=imread('
www.eeworm.com/read/336217/12463203
m ex603.m
%********************************************************
%EX603.M
%功能:RGB图像显示
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
imag
www.eeworm.com/read/336217/12463575
m ex406.m
%********************************************************
%程序:EX406.M
%功能:RGB真彩着色使用实例
%********************************************************
[x,y]=meshgrid(-1:0.2:1); %设置矩形网格
z=x.^2+sin(y*pi
www.eeworm.com/read/230671/14278686
h colorbtn.h
#ifndef __COLORBTN_H__
#define __COLORBTN_H__
/////////////////////////////////////////////////////////////////////////////
// colorBtn.h : header file for the CColorButton class
//
// Written
www.eeworm.com/read/127242/14366553
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/125120/14512824
cpp jeah_data.cpp
// jeah_data.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "jeah_data.h"
#include "jeah_dataDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/224886/14565083
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/123752/14614028
cpp squirmcellproperties.cpp
// SquirmCellProperties.cpp
#include "stdafx.h"
#include "SquirmCellProperties.h"
#include "SquirmError.h"
SquirmCellProperties::SquirmCellProperties(char t,int s)
{
this->type = t;
thi