代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/188543/8530050
m 8-5.m
[X,map]=imread('canoe.tif');
Image_Type_YN1=isind(X);
%索引图像的读取与判断
I = imread('moon.tif');
Image_Type_YN2=isgray(I);
%灰度图像的读取与判断
RGB=imread('flowers.tif');
Image_Type_YN3=isrgb(RGB);
%真彩色图像的读
www.eeworm.com/read/389274/8536958
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/389274/8537679
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(
www.eeworm.com/read/432630/8586068
pro chapter10volumeexample.pro
; Chapter10VolumeExample.pro
PRO Chapter10VolumeExample_event, sEvent
if (TAG_NAMES(sEvent, /STRUCTURE_NAME) EQ 'WIDGET_KILL_REQUEST') then begin
WIDGET_CONTROL, sEvent.top, /DESTROY
RET
www.eeworm.com/read/432535/8596027
cpp dynsplitview2.cpp
// DynSplitView2.cpp : implementation file
//
#include "stdafx.h"
#include "DSplit.h"
#include "DynSplitView2.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/388262/8621167
c imgconvert.c
/*
* Misc image conversion routines
* Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/387891/8648232
c drawtext.c
/*
* drawtext.c: print text over the screen
******************************************************************************
* Options:
* -f font filename (MANDATORY!!!)
* -s
www.eeworm.com/read/429753/8791271
h filters.h
/*********************************************************************
* webcam_server *
*
www.eeworm.com/read/384426/8870284
m ghost.m
clear all
close all
file='office320_02';
codec='Cinepak';
M=aviread(strcat(file,'.avi'));
w = fspecial('gaussian',15,0.2);
for i = 2:size(M,2)
im1 = rgb2gray(M(i).cdata);
im2 =
www.eeworm.com/read/284908/8883887
m write_dicom.m
function status = write_dicom(in_filename, out_filename)
% WRITE_DICOM read in an image file,and output a DICOM file.
% in_filename is the input file's name,in_filename supporting
% BMP,JPEG,PNG,GI