How do I compare two images and find the similarity percentage?

196 次查看(过去 30 天)
Hello,
I have two images and I want to find the similarity percentage between the two images. The two images are almost the same, just one is blur than the other. The images are of same size. There can also be a translation or rotation involved between the two images.
Can cross-correlation be used for this?
Thanks in advance.

采纳的回答

Raunak Gupta
Raunak Gupta 2020-9-5
Hi Parth,
For finding structural similarity index between two images you can use ssim function. If there is translation and rotation, then you may need to use xcorr2 to find where the second image fits in the first image. Although cross correlation may not be able to figure out a similarity index like ssim, you may first align both image using method mentioned here, then can apply ssim on output images.

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by