Measure image quality NC
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
muath shaikh
el 8 de En. de 2015
Comentada: Image Analyst
el 12 de En. de 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 comentarios
Respuesta aceptada
Image Analyst
el 8 de En. de 2015
1 comentario
Image Analyst
el 12 de En. de 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.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!