[gdal-dev] Implementation of 'projective' algorithm in gdalwarp for georeferencing?
Schumacher, Mia
miaschu at gmx.de
Sat Mar 29 10:01:10 PDT 2025
Hi gdal community,
Is there a way to implement the |projective| transformation algorithm
(Fig. 2) which is available in the QGIS georeferencer to the |gdalwarp|
utility?
we developed a tool to process sidescan sonar (underwater acoustic
imagery) data (open source, find the code here:
https://github.com/sonoware/sidescantools). These are roughly three steps:
1. Find bottom line
2. Do corrections for slant range & signal attenuation
3. convert to image, slice image into small chunks and do chunk-wise
georeferencing using gcps (script sidescan_georeferencer.py
<https://github.com/sonoware/sidescantools/blob/main/sidescan_georeferencer.py>)
The last step uses |gdal_translate| and gcps to georeference small
chunks of the image and |gdalwarp| for the tranformation to geotiff.
Right now we use |polynomial 1| as transformation algorithm but
this, as it preserves parallels, leaves gaps between the chunks
(first pic). In QGIS, there is an option |projective| as
tranformation algorithm (2nd pic), which does the trick but is not
implemented in gdal? At least I haven't found it (if I've overseen
something I'm terribly sorry for bothering!). I would love to help
if I can.
Image
<https://private-user-images.githubusercontent.com/113985370/428065500-2cd555af-da25-4c0f-bfcb-dd2d91652adb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDMyNjc3MDksIm5iZiI6MTc0MzI2NzQwOSwicGF0aCI6Ii8xMTM5ODUzNzAvNDI4MDY1NTAwLTJjZDU1NWFmLWRhMjUtNGMwZi1iZmNiLWRkMmQ5MTY1MmFkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMzI5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDMyOVQxNjU2NDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02YzM2OGU5MTU3MmRkZTdmOTQxN2M5YmQ4MjhmNzgyZGU4YWFlYjNiMjU5ZTZlZWNlMWExNjYyNDBmN2QwNjgxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.X5ZjNCazDDN-t04S6lv-5hx02SJZ5Q5Ioyzf29gsHBA>
Image
<https://private-user-images.githubusercontent.com/113985370/428065552-824a5f1e-6146-4fb3-9467-338de1be217c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDMyNjc3MDksIm5iZiI6MTc0MzI2NzQwOSwicGF0aCI6Ii8xMTM5ODUzNzAvNDI4MDY1NTUyLTgyNGE1ZjFlLTYxNDYtNGZiMy05NDY3LTMzOGRlMWJlMjE3Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMzI5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDMyOVQxNjU2NDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kODU0MGYzOWFkOTQ1ZDFmMTdmMTIwMjUxMzFlYzNmYzQwYjJlYTBlN2FjMTAzODE1OGJhNmI2M2NkNDA3NDdlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.MoaZNfZR90tHKJxhHIFreY9JDgcsSqAN7RqrjILGCxA>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250329/2c956607/attachment.htm>
More information about the gdal-dev
mailing list