Computing the difference between images

后端 未结 7 1737
傲寒
傲寒 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:33

    Heres an image similarity page, but its for polygons. You could convert your image into a finite number of polygons based on color and shape, and run these algorithm on each of them.

提交回复
热议问题