Greetings!
I am working on a project using OpenCV on template matching, and I want to limit the search region on an image. Image is captured continuously from a camera.
Is there any way to Zero / mask out image outside ROI defined, so that template matching process can be specific on remaining region, faster and accurate?
Thanks is advance.