Measure image quality NC
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposta accettata
Image Analyst
il 8 Gen 2015
1 Commento
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.
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!