代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/465867/7047687
m ex621.m
%********************************************************
%程序:EX621.M
%功能:利用warp函数将一幅真彩图像映射到球面上
%********************************************************
RGB1=imread('circles.jpg');
RGB2=imread('
www.eeworm.com/read/465867/7047692
m ex603.m
%********************************************************
%EX603.M
%功能:RGB图像显示
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
imag
www.eeworm.com/read/465867/7047854
m ex406.m
%********************************************************
%程序:EX406.M
%功能:RGB真彩着色使用实例
%********************************************************
[x,y]=meshgrid(-1:0.2:1); %设置矩形网格
z=x.^2+sin(y*pi
www.eeworm.com/read/112314/7098300
cpp mine.cpp
// Mine.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Mine.h"
#include "MineDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/118158/7133848
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/464287/7166541
m b45.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/458176/7302913
h decore.h
/**************************************************************************
* *
* This code has been developed by Andrea Grazia
www.eeworm.com/read/455406/7372511
cpp cvideocapturefilter2.cpp
//
// CVideoCaptureFilter2.cpp
//
#include "stdafx.h"
#include "CVideoCaptureFilter2.h"
#include "UDsUtils.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[
www.eeworm.com/read/454447/7390633
cnt okdemo.cnt
:BASE OkDemo.hlp
:TITLE 演示程序使用说明
1 安装指南=安装指南
1 使用概述=使用概述
1 演示程序使用说明
2 文件
3 装入图象文件=装入图象文件
3 存屏幕图象文件=存屏幕图象文件
3 存缓存图象文件=存缓存图象文件
3 拷贝到粘贴板=拷贝到粘贴板
3 图象清零=图象清零
3 置条带图象=置条带图象
3 打印图象=打印图象
3 退出=退出
...