文件名称:图像腐蚀和图像膨胀Matlab代码
文件大小:2KB
文件格式:NONE
更新时间:2012-01-18 15:56:56
图像处理 ImageProcessing 腐蚀膨胀 OpeningImage ClosingImage
该代码首先实现了图像的腐蚀处理和图像的膨胀处理。然后,经过先腐蚀(Erosion)处理,后膨胀(Dilation)处理得到了Opening Image;又经过先膨胀(Dilation)处理,后腐蚀(Erosion)处理得到了Closing Image。 程序执行后能够得到原始图像、膨胀后图像、腐蚀后图像、Opening Image和Closing Image这五幅图像的对比显示结果。