I have various template images and one big image with multiple ocurrence of each template in it, but are rotated.
I have tried with SIFT and SURF but only work with one ocurrence of each template and matchTemplate is not rotation invariant. I am programming in C++.
Please, could you give me any suggestions? Thanks.