Identifying 2 same images using Java

前端 未结 10 2483
别那么骄傲
别那么骄傲 2020-12-28 21:10

I have a problem in my web crawler where I am trying to retrieve images from a particular website. Problem is that often I see images that are exactly same but different in

10条回答
  •  情歌与酒
    2020-12-28 21:41

    You could also generate a MD5 signature of the file and ignore duplicate entries. Won't help you find similar images though.

提交回复
热议问题