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