opencv中有类似matlab bwboundaries的函数吗?
我需要在 opencv 中找到二值图像的边界,但我找不到 matlab bwboundaries 的任何图片。 是否存在这样的功能? 谢谢
I need to find the boundaries of a binary image in opencv, but I can't find any picture to the matlab bwboundaries.
does it exist such a function?
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您不想尝试 cvBlob,因为您必须安装另一个库。
尝试 cvContours() 函数。
And If you don't want to try cvBlob since you will have to install another library.
Try cvContours() function.
尝试使用 CvBlob :)
我使用它并且效果很好。
Try using CvBlob :)
I use it and it works great.