代码搜索:Gau 有哪些应用?

找到约 10,000 项符合「Gau 有哪些应用?」的源代码

代码结果 10,000
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);