|
|
|
|
|
by wcrossbow
1022 days ago
|
|
A big part of my day job is to develop an image processing pipeline for a satellite constellation. Using SIFT or another keypoint detector is one of the ways to do georeferecing. You take a basemap and your image and match keypoints on both then calculate your transformation. There are a few things that make the problem harder than just use SIFT but it is a good starting point. |
|