Measure image quality NC
4 ビュー (過去 30 日間)
古いコメントを表示
Hello, I have two images (i and iw) and i want to measure the similarity and dissimailarity between them there is function it is called Normalized Cross Correlation (NCC) Could any body support me in the matlab code for it
0 件のコメント
採用された回答
Image Analyst
2015 年 1 月 8 日
1 件のコメント
Image Analyst
2021 年 1 月 12 日
You'll notice that my naromxcorr2 demo works with a colored image.
There is now a built in psnr() function. Use that. Use imsplit() if you need to separate the image into individual color channels.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!