Re: Unclear how to implement image alignment based on GCPs
Sean Gillies
Hi, On Tue, Nov 6, 2018 at 10:04 PM <mmweene15@...> wrote: Hi, thanks for your response. Let me provide some background. I have two sets of images that capture the same scene but were taken using separate cameras. This causes some degree of GPS discrepancy between the two sets of images, and the task is to align them based on GCPs generated either manually or automatically (irrelevant for this problem). Maybe I have completely misunderstood the purpose of the `reproject` function. I have included a sample of my GCPs below: What an interesting problem. The reproject() function is mainly for cartographic reprojection, but it might be useful in your case.
The row, col, x, and y for a GroundControlPoint need to be floats, not arrays of floats. I'm sorry that the documentation of this class is inadequate!
You're welcome! I think that adjusting the GCPs may help, but may not be entirely enough. Sean Gillies
|
|