I have an image, which I can obtain at better quality (e.g. higher size). The problem is that I can't do template match on default size, only on a higher one. And the higher one is not fixed - it can be anything from 1.0 to 2.5x of original image.
I was thinking of retrieving templates in higher resolution and then depending on what's the size of the image, resize down the templates. However, that might yield completely wrong results, when I use different resize algorithm.
What do you suggest? How should I proceed, when I want to do template matching in such circumstances?
Edit: Just note - templates will always be the same and their counterparts in images too (images are computer-generated).