How to detect similar Images in PHP?

后端 未结 1 1146
既然无缘
既然无缘 2021-02-11 01:21

I have many files of a same picture in various resolution, suitable for every devices like mobile, pc, psp etc. Now I am trying to display only unique pictures in the page, but

1条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-11 01:29

    Well, even thou there are quite a few algorithms to do that, i believe it would still be faster to do that manually. Download all the images feed them into something like windows live photo gallery or any other software which could match similar images. This will take you few hours, but implementing image matching algorithm could take far more. After that you could spend extra time on amending your current system to store everything in a DB. Fix cause of the problem, not it's symptoms.

    0 讨论(0)
提交回复
热议问题