MATLAB: Measure image quality NC

digital image processingImage Processing Toolboxmeasure image qualityncc

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

Best Answer

Normalized cross correlation is performed by normxcorr2(). I'm attaching a demo. As far as I know this is not commonly used to asses image quality. PSNR and SSIM are more commonly used. I'm attaching a PSNR demo. There are functions for them in recent versions of the Image Processing Toolbox.
Related Question