Hi Guys, I am new to openCV.
I need to use template Matching fuction of openCV and I need some help. I have a video stream and I want to compare each frame with several templates.
So I have a database of templates (about 4 or 5 images) that I need to use to find my ROI on the video stream. How is that can be done ? I google for it but I couldn't find anything with multiple templates. I found the opposite (find several matches with one template) but not finding one match with multiple templates.