代码搜索结果
找到约 8,819 项符合
RGB 的代码
8-12.m
[X,map]=imread('canoe.tif');
newmap=rgb2gray(map);
imshow(X,newmap);
8-3.m
RGB=imread('flowers.tif');
image(RGB);
%显示RGB图像
pause;
imshow(RGB);
%显示RGB图像
9-8.m
[x,y,z] = cylinder;
%创建一个柱形面
RGB = imread('flowers.tif');
%读入真彩色图像
warp(x,y,z,RGB);
8-12.m
[X,map]=imread('canoe.tif');
newmap=rgb2gray(map);
imshow(X,newmap);
8-3.m
RGB=imread('flowers.tif');
image(RGB);
%显示RGB图像
pause;
imshow(RGB);
%显示RGB图像
example3_10.m
[X,map]=imread('canoe.tif');
newmap=rgb2gray(map);
imshow(X,newmap);
comdll.bas
Attribute VB_Name = "comdll"
Public dllname As String
Public dlltype(1 To 300) As ShowText
Public onUpsj As Boolean
Public onDownsj As Boolean
Public dtc As Integer
Public dtl As Integer
Public
example3_10.m
[X,map]=imread('canoe.tif');
newmap=rgb2gray(map);
imshow(X,newmap);
ipsec_ah.h
/*
* Authentication Header declarations
* Copyright (C) 1996, 1997 John Ioannidis.
* Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs.
*
* This program is free software; you can redistr
defconfig
#
# RCSID $Id: defconfig,v 1.1 2004/08/22 04:57:16 mcr Exp $
#
#
# FreeS/WAN IPSec implementation, KLIPS kernel config defaults
#
#
# First, lets override stuff already set or not in the kernel con