【发布时间】:2014-07-26 05:30:55
【问题描述】:
我看了这个链接:http://en.wikipedia.org/wiki/Erosion_(morphology)#Grayscale_erosion
我可以理解,当您使用该结构元素查看像素时,原点周围的所有像素值都必须为 1,以便相关像素为 1。
但是,如果我的结构元素是:
0 1 0
1 1 1
0 1 0
重新表述问题。位于十字架上的每个像素是否都需要为 1 才能使相关的原始像素为 1?
【问题讨论】:
标签: image-processing mathematical-morphology