How to calculate SNR between two images

2 views (last 30 days)
Rachael Tobin
Rachael Tobin on 12 Oct 2015
I have two images (300 x 300 pixels) from scans I have preformed all of the same scene.
The first is a better quality image which I am using as my "ground truth".
I want to be able to calculate the SNR between the ground truth and all my other images.
Should I do this using Matlabs snr(x,y) or should I use 20log(norm(x)/norm(x-y)) as I have seen others advise?
Thanks

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!