Azzera filtri
Azzera filtri

Measure image quality NC

2 visualizzazioni (ultimi 30 giorni)
muath shaikh
muath shaikh il 8 Gen 2015
Commentato: Image Analyst il 12 Gen 2021
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

Risposta accettata

Image Analyst
Image Analyst il 8 Gen 2015
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.
  1 Commento
Image Analyst
Image Analyst il 12 Gen 2021
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.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by