代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/266502/11223080
c gpif.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Parts of this program are automatically generated using the GPIFTool.
// Please do no
www.eeworm.com/read/266502/11223376
c gpif.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Parts of this program are automatically generated using the GPIFTool.
// Please do no
www.eeworm.com/read/300779/13893566
m filfs.m
% 读取原图像
g0=imread('eight.tif');
figure(1)
imshow(g0) ; %如图4-7所示
% 加入椒盐噪声
g1=imnoise(g0, 'salt and peppers', 0.02);
g1=im2double(g1);
figure(2)
imshow(g1); %如图4-8所示
www.eeworm.com/read/300768/13894011
asv conv2p.asv
% 读取原始图像并显示
f0=imread('woman2-512x512.tif');
figure(1)
imshow(f0); %如图4-1所示
%加入高斯噪声并显示
f1=imnoise (f0, 'speckle', 0.01);
f1=im2double(f1);
figure(2)
imshow(f1); %如图4-2
www.eeworm.com/read/300768/13894016
m conv2p.m
% 读取原始图像并显示
f0=imread('tire.tif');
figure(1)
imshow(f0); %如图4-1所示
%加入高斯噪声并显示
f1=imnoise (f0, 'speckle', 0.01);
f1=im2double(f1);
figure(2)
imshow(f1); %如图4-2所示
%
www.eeworm.com/read/236503/14013250
m get_view.m
function T=get_view()
%
% same as T=view; but without Matlab's bug :-) !!!
T=view; T(3,1:3) = -T(3,1:3);
www.eeworm.com/read/236340/14019199
c gpif0815.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Please do not modify sections of text which are marked as "DO NOT EDIT ...".
//
www.eeworm.com/read/133469/14042419
m conv2p.m
% 读取原始图像并显示
f0=imread('tire.tif');
figure(1)
imshow(f0); %如图4-1所示
%加入高斯噪声并显示
f1=imnoise (f0, 'speckle', 0.01);
f1=im2double(f1);
figure(2)
imshow(f1); %如图4-2所示
%
www.eeworm.com/read/133469/14042430
m test.m
% 读取原始图像并显示
f0=imread('peppers.bmp');
figure(1)
imshow(f0); %如图4-1所示
%加入高斯噪声并显示
f1=imnoise (f0, 'gaussian', 0, 0.05);
figure(2)
imshow(f1); %如图4-2所示
% 给定四种不同的滤波窗口
www.eeworm.com/read/133469/14042440
m filfs.m
% 读取原图像
g0=imread('eight.tif');
figure(1)
imshow(g0) ; %如图4-7所示
% 加入椒盐噪声
g1=imnoise(g0, 'salt and peppers', 0.02);
g1=im2double(g1);
figure(2)
imshow(g1); %如图4-8所示