我们可以使用石英识别具有任何覆盖层的图像吗?

发布于 2024-11-10 04:36:24 字数 160 浏览 1 评论 0原文

我必须处理来自某些服务器的图像。我们想要处理该图像,以便我们可以找出它是否包含任何特定的颜色区域。

有什么方法可以使来自服务器的图像覆盖图像和图像吗?在设备端,我们可以对其进行处理以检查它是否包含这些覆盖层?

我从来没有从事过石英制品的工作。如果有人可以建议其他解决方案吗?

I have to work with image which is coming from some server. We want to process that image so that we can find out does it contain any specific color region.

Is there any way so that the image coming from server will be overlaid image & on device side we can process it to check if it contains those overlays?

I have never being worked on quartz stuff. If anybody can suggest some other solution?

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

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

发布评论

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

评论(1

天煞孤星 2024-11-17 04:36:24

有多种方法可以实现此目的,具体取决于您希望达到的复杂程度。 OpenCV 具有图像分块功能,可以将图像分成不同的区域。或者查看图像工具,特别是斑点提取,然后查看常规单个斑点中的像素着色。

There are several ways to do this depending on how complex you wish to get. OpenCV has image blocking which can segregate images into distinct regions. Or check out Image tools especially blob extraction and then look at the general pixel colouration in a single blob.

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