代码搜索:Gau 有哪些应用?
找到约 10,000 项符合「Gau 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/120781/14788862
doc 微软的数据访问技术有哪些?.doc
www.eeworm.com/read/113873/15445512
doc 常用的文件操作函数有哪些?.doc
www.eeworm.com/read/113873/15445547
doc 微软的数据访问技术有哪些?.doc
www.eeworm.com/read/103196/15740913
doc 常用的文件操作函数有哪些?.doc
www.eeworm.com/read/103196/15740948
doc 微软的数据访问技术有哪些?.doc
www.eeworm.com/read/464315/7165502
m gau(file).m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/464315/7165509
m gau.m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/458425/7296651
m gau(file).m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/458425/7296658
m gau.m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/445426/7595562
m gau.m
%函数gau.m:ML量化器设计中分母的计算式%
function y=gau(x)
y=1/sqrt(2*pi)*exp(-x.^2/2);