从二进制外边界矩阵生成链码

发布于 2024-10-18 10:11:46 字数 196 浏览 0 评论 0原文

我正在尝试编写以下函数: 给定一个全零但有一个对象外边界(等于 1)的矩阵, 我想生成一个边界链代码。 孔对象不在矩阵中,仅在其外边界中。

*在示例图片中 - 所有矩阵单元均为 0 ,但蓝色单元为 1。在此处输入图像描述

任何帮助非常感谢!

i'm trying to write the following func:
Given a matrix with all zeros but an objects outer border(equales 1),
i want to generate a the border chain code.
the hole object is not in the matrix, just its outer border.

*in the example picture - all matrix cells are 0 ,but the blue ones which are 1.enter image description here

any help is most appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深海里的那抹蓝 2024-10-25 10:11:46

我认为您正在寻找的是边缘检测:

http://en.wikipedia.org/wiki/Edge_detection< /a>

I think what you are looking for is Edge Detection:

http://en.wikipedia.org/wiki/Edge_detection

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文