How to find the accuracy of two matrix ( image)
3 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have two images. One is ground truth and another is predicted image. Image size is 800 x 900. How to calculate the accuracy between them?. I also attached that images.
Thanks
0 件のコメント
回答 (1 件)
Image Analyst
2018 年 2 月 20 日
You could use the mean absolute difference (MAD), psnr(), immse(), or ssim(). Of course they will all give different numbers, but all are commonly used, as are some newer ones that I haven't mentioned.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!