行进方阵和封装轮廓

发布于 2024-11-08 20:06:28 字数 224 浏览 2 评论 0原文

这是一张图片:

在此处输入图片描述

可以使用行进方块算法编写一个给定上述输入图像的程序会产生以下输出:

两条链状线段,一条形成上述轮廓(山状),另一条形成封闭的圆形轮廓?

如果没有,您还建议如何做?

Here's an image:

enter image description here

Can one, using the marching squares algorithm, write a program that given an input image like above, produces the following output:

Two chained line segments, one forming the above contours (hill-like), the other one forming the encapsuled circle contour?

If not, how else would you recommend doing it?

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

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

发布评论

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

评论(1

_蜘蛛 2024-11-15 20:06:28

如果行进方块算法类似于行进立方体,它会给出两条轮廓线。

如果示例图像代表您要处理的图像,您还可以仅相互减去相邻像素(请参阅:边缘检测)。

If the marching squares algorithm is like marching cubes, it will give you both contour lines.

You can also just subtract neighboring pixels from each other (see: edge detection), if the example image is representative of your images, that you want to process.

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