My task is: I have two satellite images, which quite similar, but have got from different angles. And I need to find one piece of map at second image, which bigger. What method should I use? Example images:
So, I want find corners 1 image at 2. What can you recommend?
I tried SIFT from this (http://docs.opencv.org/trunk/d7/dff/tutorial_feature_homography.html) tutorial and it didn't work at all.