Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to use the opencv matching template to load multiple images and one template

hi everyone, how to use the opencv matching template to load multiple images and one template for my example I try to look at messi in barca team and in the team of Argentina, then it works with ". / MatchingTemplate barca.jpg messi.jpg" (I think messi) but if I try ". / MatchingTemplate barca.jpg argentina.jpg messi.jpg" (it does not work) NB: I executed by (./MatchinngTemplate image1 image2 image3, ... mytemplate) in linux with cpp I work with the basic source code of MatchingTemplate : http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html

how to use the opencv matching template to load multiple images and one template

hi everyone, how Hi everyone,

How to use the opencv matching template to load multiple images and one template for template?

For my example I try to look at messi in barca barcelona football team and in the team of Argentina, then it works with ".

. / MatchingTemplate barca.jpg messi.jpg" messi.jpg (I think messi) messi)

but if I try ".

. / MatchingTemplate barca.jpg argentina.jpg messi.jpg" (it does not work)

NB:

I executed by (./MatchinngTemplate image1 image2 image3, ... mytemplate) in linux with cpp I work with the basic source code of MatchingTemplate : http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.htmlMatchingTemplate