Template Matching 2 ROI in a single video capture in real time

Posted by YS on Stack Overflow See other posts from Stack Overflow or by YS
Published on 2010-04-23T03:36:43Z Indexed on 2010/04/23 3:43 UTC
Read the original article Hit count: 299

Filed under:
|

Hi, I am working on a project to perform template matching on a video captured via my webcam. I am able to create 2 template from the webcam capture, but I am unable to perform template matching for both. The program can run only with either template matching, but not both. My program sequence is:

  1. Capture from webcam
  2. get template 1
  3. get template 2
  4. perform template 1 matching with webcam capture then perform template 2 matching with webcam capture
  5. if fail, stop.

Can any expert advice me on this?

© Stack Overflow or respective owner

Related posts about opencv

Related posts about vc++