Ask Your Question

wovra's profile - activity

2013-04-30 00:15:20 -0600 received badge  Student (source)
2013-04-29 09:24:40 -0600 commented question how to use the opencv matching template to load multiple images and one 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).

2013-04-29 05:20:59 -0600 commented question how to use the opencv matching template to load multiple images and one template

if Template Matching not working. I will work with what function?.

I personally think I have to work with facial recognition

2013-04-29 04:46:17 -0600 asked a question 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