필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Neetha Francis
Neetha Francis 2021년 6월 7일
답변: Sulaymon Eshkabilov 2021년 6월 7일
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
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.

Community Treasure Hunt

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

Start Hunting!

Translated by