problem with ssim function
이전 댓글 표시
i've divided the image into overlapping blocks and size of each block is 2x2. but when i used the ssim function it shows the result as
-inf
why so?
like if
a=[191 161;198 197]
b=[201 191; 166 195]
mssim=ssim(a,b);
the result produced is -inf
plz help me to do so
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Display Point Clouds에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!