How to use template matching to determine the best match among different templates?
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    

I want to use template matching to determine the suit of a playing card, so that i compare it to 4different templates of suit symbols and determine the best match. How is score of match computed in template matching?
0 comentarios
Respuestas (1)
  KSSV
      
      
 el 10 de Oct. de 2016
        I guess template matching means, you will compare the present card with the other cards. And this boils down to comparing two images. You can compare two images using imshowpair(), imabsdiff(),corr2(). I suggest you to read the documentation part of above functions.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!