how to compare similarity of two color images of different sizes?

2 次查看(过去 30 天)
The metrics like psnr and ssim can be used if the reference images are of same size. So how to compare the similarity of two color images of different sizes?

回答(1 个)

Sulaymon Eshkabilov
This question is quite obscure. Similarity of the images can be checked in terms of average of pixel values (color intersity), and color spaces (CIElab) and HSV. There are several built-in fcns in image processing toolbox that can be employed with this question, e.g.: mean2(), rgb2lab(), rgb2hsv(), etc.

Community Treasure Hunt

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

Start Hunting!

Translated by