Java - Image Recognition

前端 未结 2 1572
孤独总比滥情好
孤独总比滥情好 2021-02-06 14:33

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.

2条回答
  •  借酒劲吻你
    2021-02-06 15:18

    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

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

提交回复
热议问题