I have a pattern/image that's printed on a piece of paper and multiple copies are stuck on the wall (ImageA) and I have a larger image (B) of the wall with all these pieces of paper. I want to find the locations of these patterns. Due to apparent distortion of the pattern on the wall, I am unable to use template matching properly (MATLAB or Python). Are there any other methods to do this?
Input: Small Pattern Image (A), Large Image (B)
Desired Output: Multiple pixel X,Y coordinates of A found in B (Approximate locations are ok)