matlab实现不同类型和大小卷积核处理数字图像

时间:2022-06-12 04:22:58
【文件属性】:
文件名称:matlab实现不同类型和大小卷积核处理数字图像
文件大小:622KB
文件格式:ZIP
更新时间:2022-06-12 04:22:58
数字图像处理 matlab 不同大小卷积核 图像卷积 Write a function Convolution (Image I, Kernel H) that has arguments a. Image B (Images is corrupted by salt-and-pepper noise). b. Kernel H (You should allow varying size Kernels) The output of function should be the convolution of I with H. Test your function and show results on the following Kernels. i. Averaging Kernel ( 3×3 and 5 ×5 ) ii. Median Kernel ( 3×3 and 5 ×5 )
【文件预览】:
chapter1_4
----4_B.bmp_3×3_Median_output.png(92KB)
----B.bmp(257KB)
----4_B.bmp_3×3_Average_output.png(166KB)
----chapter1_4_convolution.m(2KB)
----4_B.bmp_5×5_Average_output.png(143KB)
----4_B.bmp_5×5_Median_output.png(73KB)

网友评论

  • 您好,创建函数的代码可不可以发一下?