MATLAB实验三(10)
发布时间:2021-06-05
发布时间:2021-06-05
Matlab实验,图形处理相关,包括灰度线性非线性变换,dct图像压缩,均值中值滤波
imshow(im_gaus_mid_2x2);title('2x2中值滤波高斯噪声'); subplot(335);
imshow(im_gaus_mid_4x4);title('4x4中值滤波高斯噪声'); subplot(336);
imshow(im_gaus_mid_8x8);title('8x8中值滤波高斯噪声'); subplot(337);
imshow(im_gaus_avg_2x2);title('2x2均值滤波高斯噪声'); subplot(338);
imshow(im_gaus_avg_4x4);title('4x4均值滤波高斯噪声'); subplot(339);
imshow(im_gaus_avg_8x8);title('8x8均值滤波高斯噪声');