<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
Hi Pradeep,
<div>to calculate the destination coordinates of the two points, you can call gdaltransform with the same gcp parameters as gdal_translate und gdalwarp before. Gdal uses the same algorithm for transforming raster and vector data.</div>
<div><br>
</div>
<div>Martin<br>
<br>
<div dir="ltr">Von meinem iPhone gesendet</div>
<div dir="ltr"><br>
<blockquote type="cite">Am 26.02.2020 um 17:00 schrieb Pradeep kumar <parthivpradeep@gmail.com>:<br>
<br>
</blockquote>
</div>
<blockquote type="cite">
<div dir="ltr">
<div dir="ltr">Hi All,
<div><br>
I am georeferencing aerial images with gcps using gdal_translate and gdalwarp. Before georeferencing image(warping) I would like to check quality and final result on a control_point cp (eg disabeld gcps). Therefore I would like to calculate the coordinates
 in destination image for a independent control_point based on the interpolation method (n-order, helmet and spline) which is NOT used by warping itself.  Afterwards compare positions with estimated coordinates of that cp.
<br>
<br>
</div>
<div>Example:<br>
Lets say, I have 10 gcps. I take 8 gcps, using `-order n` generate a `model`.  Then predict destination values for rest of the two control points using this `model`. Finally compute shift between predicted and actual values for these control points.<br>
<br>
</div>
<div>Could you please let me know if any gdal tool does this? Can any one give some insight how to implement this in python?<br>
<br>
</div>
<div>I have checked following stack exchange issues.<br>
1. <a href="https://gis.stackexchange.com/questions/225931/python-gdal-how-to-obtain-dx-dy-residual-errors-for-gcps-after-gdalwarp-usage">
https://gis.stackexchange.com/questions/225931/python-gdal-how-to-obtain-dx-dy-residual-errors-for-gcps-after-gdalwarp-usage</a> (self written n-grad interpolation, is there any validaton form offical gdal?)<br>
2. <a href="http://osgeo-org.1560.x6.nabble.com/GCPs-to-geo-transform-td3771045.html">
http://osgeo-org.1560.x6.nabble.com/GCPs-to-geo-transform-td3771045.html</a><br>
3. <a href="https://gis.stackexchange.com/questions/102111/preserve-gcps-after-gdalwarp">
https://gis.stackexchange.com/questions/102111/preserve-gcps-after-gdalwarp</a><br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">Best Regards,
<div>Pradeep Gulla</div>
</div>
</div>
</div>
</div>
<span>_______________________________________________</span><br>
<span>gdal-dev mailing list</span><br>
<span>gdal-dev@lists.osgeo.org</span><br>
<span>https://lists.osgeo.org/mailman/listinfo/gdal-dev</span></div>
</blockquote>
</div>
</body>
</html>