从二进制外边界矩阵生成链码
我正在尝试编写以下函数: 给定一个全零但有一个对象外边界(等于 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.
any help is most appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找的是边缘检测:
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