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?
0 个评论
回答(1 个)
Sulaymon Eshkabilov
2021-6-7
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!