代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/462042/7211729

txt 代码11-2.txt

I = imread('board.tif'); % 读入图像 J = rgb2gray(I); % 转换为灰度图像 figure, imshow(I), figure, imshow(J); % 显示原图和转换后的图像
www.eeworm.com/read/457640/7321443

cpp bmp_readview.cpp

// BMP_READView.cpp : implementation of the CBMP_READView class // #include "stdafx.h" #include "BMP_READ.h" #include "BMP_READDoc.h" #include "BMP_READView.h" #ifdef _DEBUG #define new D
www.eeworm.com/read/456277/7352903

pas cbmp.pas

{ SmallC small_c@mail.china.com 图像合成,速度较快. 小弟是改自一个叫 "AlComps"的控件包. } unit CBmp; interface Uses Windows ; procedure BlendPic(hBmp,hBmp2,hDC,Proportion :Integer);
www.eeworm.com/read/452354/7441818

h h264_enc.h

#ifndef _H264_ENC_H #define _H264_ENC_H 1 #ifdef __cplusplus extern "C" { #endif #define X264_CSP_I420 0x0001 // yuv 4:2:0 planar #define X264_CSP_I422 0x0002 // yuv 4:
www.eeworm.com/read/446227/7583674

h epson.h

#ifndef __EPSON_H__ #define __EPSON_H__ #define fArial8 1 #define fArial11 0 #define BLACK RGB(0x00, 0x00, 0x00) // f黵 8 Bit Farben R,G,B 3,3,2
www.eeworm.com/read/443658/7629305

qsf top.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any
www.eeworm.com/read/438013/7737624

asv ch0101.asv

% 一个图像处理的典型例子 % 第一步,还原工作环境,打开图像并显示 clc; % 清命令行 clear; % 清工作空间 close all; % 关闭所有打开的窗口 I1 = imread('rice.tif'); % 调入图像文件 imshow(I1);
www.eeworm.com/read/438013/7737626

m ch0101.m

% 一个图像处理的典型例子 % 第一步,还原工作环境,打开图像并显示 clc; % 清命令行 clear; % 清工作空间 close all; % 关闭所有打开的窗口 I1 = imread('rice.tif'); % 调入图像文件 imshow(I1);
www.eeworm.com/read/397761/8023287

m example76_result.m

%%%example76_result %%%%imread the image samples figure('name','测试图像','numbertitle','off'); imgx=imread('example76_imgx.bmp'); subplot(1,3,2),imshow(rgb2gray(imgx)); figure('name','测试图像特征提取',
www.eeworm.com/read/397761/8023933

m example75_figure.m

%%%example75_figure %%%%imread the image samples figure('name','实验图像','numbertitle','off'); img1=imread('example75_img1.bmp'); img2=imread('example75_img2.bmp'); subplot(1,2,1),imshow(rgb2gray(