我们可以使用石英识别具有任何覆盖层的图像吗?
我必须处理来自某些服务器的图像。我们想要处理该图像,以便我们可以找出它是否包含任何特定的颜色区域。
有什么方法可以使来自服务器的图像覆盖图像和图像吗?在设备端,我们可以对其进行处理以检查它是否包含这些覆盖层?
我从来没有从事过石英制品的工作。如果有人可以建议其他解决方案吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多种方法可以实现此目的,具体取决于您希望达到的复杂程度。 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.