Java - 图像识别 [英] Java - Image Recognition

查看:122
本文介绍了Java - 图像识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有大约5000张带有水印的图像和5000张相同的图像,没有水印。每组图像的文件名不以任何方式彼此相关。我正在寻找一个Java中的API,最好能用于将每个水印图像与非水印对配对。

I have about 5000 images with water marks on them and 5000 identical images with no watermarks. The file names of each set of images are not correlated to each other in any way. I'm looking for an API in Java preferably that I can use to pair each water marked image with its non-water marked pair.

推荐答案

您可以使用OpenCV库。它可以在Java中使用。请关注 http://docs.opencv.org/doc/tutorials/ introduction / desktop_java / java_dev_intro.html

You can use the OpenCV library. It can be used in Java. Please follow http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html

关于图像比较,你可以在这里看到另一个有用的答案:检查图像与OpenCV的相似性

Regarding image compare, you can see another useful answer here: Checking images for similarity with OpenCV

这篇关于Java - 图像识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆