Detecting if two images are visually identical

前端 未结 8 578
粉色の甜心
粉色の甜心 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.

提交回复
热议问题