You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Qgis processing generates a new raster file base on the target image with all properties from the reference image. This process don't check the content of the pixel, this process adjusts the target image to the closest pixel alignment based on the reference image. The basic pixel alignment process include:
13
14
14
15
* Reprojection (only if needed)
@@ -20,8 +21,9 @@ For a real image to image co-registration use the following two algorithms inste
This local algorithm is useful when the target image requires different pixel shifts in distances and directions. The precision of this is based on mainly in two input parameters: tie point grid resolution and matching window size. This is significantly more comprehensive and slower than global algorithm.
47
51
48
52
*[1] These algorithms use AROSICS software developed by Daniel Scheffler, for more info <ahref="https://danschef.git-pages.gfz-potsdam.de/arosics/doc/">url</a> and <ahref="https://doi.org/10.3390/rs9070676">paper</a>.
0 commit comments