MATLAB中是否有图像处理函数可以获取二值图像的骨架
骨架化的目标是用最小的像素集表示二值图像。骨架必须考虑形状的几何特性并保留关联关系。
我的问题是如何从二值图像中获取骨架?
The objective of skeletonization is to represent a binary image with a minimum set of pixels. The skeleton must account for geometrical properties of the form and retain associative relationships.
My question here is how can I get a skeleton from binary image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一种方法是使用 BWMORPH。
One approach is to use BWMORPH.
Medial Axis Transform 听起来像您正在寻找的东西。
Medial Axis Transform sounds like what you are looking for.