Detecting if two images are visually identical

前端 未结 8 575
粉色の甜心
粉色の甜心 2020-12-02 09:12

Sometimes two image files may be different on a file level, but a human would consider them perceptively identical. Given that, now suppose you have a huge database of image

相关标签:
8条回答
  • 2020-12-02 09:53

    Colour histogram is good for the same image that has been resized, resampled etc.
    If you want to match different people's photos of the same landmark it's trickier - look at haar classifiers. Opencv is a great free library for image processing.

    0 讨论(0)
  • 2020-12-02 10:01

    There is DPEG, "The" Duplicate Media Manager, but its code is not open. It's a very old tool - I remember using it in 2003.

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