how to compare similarity of two color images of different sizes?
2 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
Sulaymon Eshkabilov
on 7 Jun 2021
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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!