利用matlab给图像加高斯噪声时间:2023-03-09 08:05:03 I = imread('DSC_0034.JPG'); J = imnoise(I,'gaussian',0.20); figure, imshow(I), figure, imshow(J)