IMAGE COMPARISON AND MATCHING
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Anant Prakash Bhardwaj
el 11 de Feb. de 2020
Respondida: Bhargavi Maganuru
el 17 de Feb. de 2020
I want to compare an image with all the images in my folder and show that image which has the highest matching percentage with the input image. Please help!!
0 comentarios
Respuestas (1)
Bhargavi Maganuru
el 17 de Feb. de 2020
You can use corr2 function to find correlation coefficient between input image and other images and get the image with the highest correlation score.
0 comentarios
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!