matlab代码功能实现图像的距离变化

源代码在线查看: ch9_2_7.m

软件大小: 5 K
上传用户: foreverNewcomer
关键词: matlab 代码 图像 变化
下载地址: 免注册下载 普通下载 VIP

相关代码

				I = imread('rice.png');
				imshow(I)
				se = strel('disk',12);
				J = imtophat(I,se);
				figure, imshow(J)
							

相关资源