I am trying to code a small class which will match the given image's portion with another image.
Lets say, I am having a 1024x1024 image, and another image of size 512x512. I want to find the coordinates of the small sized image's matching pattern of portion in the bigger sized image.
Is there any library or framework available for this ?