代码搜索结果
找到约 8,819 项符合
RGB 的代码
yuv420p_rgbxxx.bat
@echo off
rem set video_param0=-colorspace 6
rem set files_name_ext=rgb
rem set files_name3=akiyo
rem set files_name2=foreman
rem set files_name1=stefan
set files_name0=yuv420
if not de
include.linux.socket.h
RCSID $Id: include.linux.socket.h,v 1.5 1999/09/17 17:48:36 rgb Exp $
--- ./include/linux/socket.h.preipsec Mon Jul 13 16:47:39 1998
+++ ./include/linux/socket.h Thu Sep 16 11:26:32 1999
@@ -64,8 +64,
include.linux.in.h
RCSID $Id: include.linux.in.h,v 1.4 1999/04/06 04:54:30 rgb Exp $
--- ./include/linux/in.h.preipsec Tue Dec 2 17:18:11 1997
+++ ./include/linux/in.h Mon Apr 5 05:33:07 1999
@@ -31,6 +31,9 @@
IPPR
include.linux.socket.h
RCSID $Id: include.linux.socket.h,v 1.1 1999/05/05 22:02:37 rgb Exp $
--- ./include/linux/socket.h.preipsec Thu Apr 29 23:19:06 1999
+++ ./include/linux/socket.h Thu Apr 29 23:23:58 1999
@@ -158,7 +15
include.linux.in.h
RCSID $Id: include.linux.in.h,v 1.1 1999/05/05 22:02:36 rgb Exp $
--- ./include/linux/in.h.preipsec Thu Apr 29 23:13:17 1999
+++ ./include/linux/in.h Fri Apr 30 09:38:50 1999
@@ -36,7 +36,10 @@
I
net.makefile
RCSID $Id: net.Makefile,v 1.4 2001/01/29 22:20:18 rgb Exp $
--- ./net/Makefile.preipsec Tue Jun 20 17:32:27 2000
+++ ./net/Makefile Fri Jun 30 14:44:38 2000
@@ -44,6 +44,7 @@
subdir-$(CONFIG_ATM) +=
irish.m
function irish()
%name=strcat(int2str(i),'face.jpg');
a=rgb2gray(imread('face2.jpg'));
a=medfilt2(a);
a=imresize(a,[160,128]);
b=a(6:100,:);
b=im2double(b);
x=gradient(b);
b=uint8(round(x*225)
p0801.m
%I=imread('24-1.jpg'); 该图像的试验结果读者自行试验。
I=imread('22-2.jpg');
tic
[y,x,z]=size(I);
myI=double(I);
%%%%%%%%%%% RGB to HSI %%%%%%%%
HS_I=(myI(:,:,1)+myI(:,:,2)+myI(:,:,3))/3;
t1=toc
tic
p0801.m
%I=imread('24-1.jpg'); 该图像的试验结果读者自行试验。
I=imread('22-2.jpg');
tic
[y,x,z]=size(I);
myI=double(I);
%%%%%%%%%%% RGB to HSI %%%%%%%%
HS_I=(myI(:,:,1)+myI(:,:,2)+myI(:,:,3))/3;
t1=toc
tic
bianyuanjiance.m
tissue = imread('tissue1.tif');
tissue=rgb2gray(tissue); %将原始图像转换为灰度图像
[x,y]=size(tissue); % 求出图像大小
T=double(tissue); % 由imread读出的图像文件采用uint8的类型,必须转换成doubl