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.
我想知道是否有一种方法可以提取连接组件的上下轮廓。
可以先提取轮廓,然后将其拆分为两组像素,顶部和底部的像素,但我不知道如何确定一组给定的轮廓像素
提前致谢。
我相信您正在寻找bwboundaries- 允许您在图像中跟踪二进制掩码的边界。 追踪对象的边界后,您可以将其分为“上”和“下”。
bwboundaries