Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compare two images, and return the rate of similarity in % [duplicate]

Tags:

In my project i have to compare two images, in any format(*.png, *.jpg, *.bmp etc.), and return the rate of similarity in percents.

Did anyone do this?

If yes, how?

like image 772
croisharp Avatar asked Jul 07 '11 09:07

croisharp


1 Answers

If you are trying to compare an image (or part of it) with another images, I searched internet and found that leadtools has correlation functions that compare an image with all the areas of the same dimensions in another image. For more information, see this link: http://www.leadtools.com/help/leadtools/v175/dh/po/leadtools.imageprocessing.core~leadtools.imageprocessing.core.correlationcommand.html

like image 161
George.Dar Avatar answered Sep 28 '22 08:09

George.Dar