Template Matching - Need to match a template image with the source image where source image input is from webcam
Hi, I am new to OpenCV. I am working on Image processing task where I need to match template image with the source image where source image is the input from webcam. I have written code for offline template matching and I dont know to proceed for online scenario. Could someone please help me to complete this task.
Thanks, Manimaran
OpenCV Template Matching?
Hi, with the help of the link you posted ,I have written code for offline scenario. Currently I am working on Online scenarios which means I'm getting input from the webcam for the source image and matching with the template image which is offline one. Please help me on this.Thanks