Computing the difference between images

后端 未结 7 1735
傲寒
傲寒 2020-12-04 07:00

Do you guys know of any algorithms that can be used to compute difference between images?

Take this webpage for example http://tineye.com/ You give it a link or uplo

7条回答
  •  攒了一身酷
    2020-12-04 07:27

    Correlation techniques will make a match jump out. If they're JPEGs you could compare the dominant coefficients for each 8x8 block and get a decent match. This isn't exactly correlation but it's based on a cosine transfore, so it's a first cousin.

提交回复
热议问题