template matching
Hello
In an image drawing (eg scanned) the user selects a specific region using a rectangle (some drawing object). This is the template. Alternatively it may be loaded from a list of images.
My application has to locate all the same (or similar depending on sensitivity) regions/objects that correspond to this template.
- Is this something that can be accomplished with opencv?
- Are there any samples?
- My development environment is Visual Studio 2013 and c#
Thank you Yannis