给定坐标和颜色,如何以编程方式确定该颜色的连续区域?

发布于 2024-10-07 07:42:19 字数 153 浏览 3 评论 0原文

我正在使用 Ruby 和 RMagick 来处理图像,但问题与语言无关...

我基本上正在处理表格数据的图像,并认为确定单元格的最简单方法之一是检测连续的白色区域(或任何背景颜色),然后获取内容的边界框。

但是,确定任意给定点的连续颜色区域的最有效方法是什么?

I'm using Ruby and RMagick to process an image, but the question is language agnostic...

I'm basically processing an image of tabular data and figured one of the easiest ways to determine a cell is to detect a contiguous area of white (or whatever the background color is) and then get the bounding box of the content.

But what's the most efficient way of determining a contiguous area of a color at any given spot?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文