What method should use for satellite images? [closed]

asked 2017-06-03 11:00:49 -0600

Fynjy8 gravatar image

updated 2017-06-03 11:12:03 -0600

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:image description image description image description

(at http://answers.opencv.org I can show small size pic only. In really resolution will be better)

So, I want find where 1 image at 2 image (coordinates). What can you recommend?

I tried SIFT from this (http://docs.opencv.org/trunk/d7/dff/t...) tutorial and it didn't work at all.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-14 13:14:21.727067

Comments

You don't have the metadata that tells you where the images are? Satellite metadata ought to be accurate enough to get you close then use optical flow or something to get the last little bit of error.

Tetragramm gravatar imageTetragramm ( 2017-06-03 12:53:55 -0600 )edit

GPS always have error in measurements, so what exactly about optical flow I should to read?

Fynjy8 gravatar imageFynjy8 ( 2017-06-03 13:42:51 -0600 )edit

HERE is an explanation of optical flow. Those images are pretty similar across the whole area though, it might not work.

Tetragramm gravatar imageTetragramm ( 2017-06-03 13:50:19 -0600 )edit