Image comparison with php + gd

后端 未结 4 1766
眼角桃花
眼角桃花 2020-12-28 21:15

What\'s the best approach to comparing two images with php and the Graphic Draw (GD) Library?

This is the scenario:

I have an image, and I want to

4条回答
  •  长情又很酷
    2020-12-28 22:00

    Using middparka's methods, you can transform each image into a sequence of numeric values and then use the Levenshtein algorithm to find the closest match.

提交回复
热议问题