Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在思考和寻找这个,但可以找到任何东西!谁能帮我找到结构元素
附上图片:
谢谢
您要做的是使用命中或未命中转换/操作,这是大多数骨架/细化转换中使用的操作。你寻找一个非常具体的图案,当你找到它时,你会擦除中心像素。
在您的情况下,您需要使用这样的结构元素:
? 1 ? ? 0 ? 0 1 0 or 1 1 1 ? 1 ? ? 0 ?
0 和 1 分别表示黑色和像素,而 ? 是野生的。
看一下bwmorph,具体的'hbreak'操作可能就是你要找的。
bwmorph
'hbreak'