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 barcelona football 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
if Template Matching not working. I will work with what function?.
I personally think I have to work with facial recognition
hi, i think maybe you can use list.add(image) method & for loop then use matching template.
but the problem is that I need to make a facial reconaisance (Matching template compares only one area of an image with the image model).