I would like to use a template matching function in opencv to find an object on my screen. Everything so far is written in c++ would be happy if the answer would also be in c++.
So now to my question: I want to search the whole screen for this image:
But the problem is that the number in the bottom right corner always change. So I would like to bind them out of the template matching the whole thing can be done in a rectangle or otherwise and wanted to ask if anyone has an idea how that could work or if that is even possible.
I have myself unfortunately no idea how I could do that therefore I have already searched for it but no answer found if there is one then I would be happy about a hint on it or an explanation.