Image comparison in php

前端 未结 3 1146
时光取名叫无心
时光取名叫无心 2021-01-14 14:38

My scenario is as follows: I have to save 1000 of images in database, and then I have to compare new image with database images for matches (match should be 70% or more) to

3条回答
  •  旧巷少年郎
    2021-01-14 14:43

    Try this class. It support get hash string from image to store in database and compare with new image later:
    https://github.com/nvthaovn/CompareImage

    It is very fast and accurate, although not optimal code. I have 20000 pictures in my database.

提交回复
热议问题