How to find the accuracy of two matrix ( image)

4 visualizaciones (últimos 30 días)
MD RESHAD UL HOQUE
MD RESHAD UL HOQUE el 20 de Feb. de 2018
Respondida: Image Analyst el 20 de Feb. de 2018
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

Respuestas (1)

Image Analyst
Image Analyst el 20 de Feb. de 2018
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.

Community Treasure Hunt

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

Start Hunting!

Translated by