NTNU-SmallSat-Lab / hypso-package

HYPSO Toolbox For Satellite Image Processing
https://ntnu-smallsat-lab.github.io/hypso-package/
MIT License
8 stars 2 forks source link

Support for hypso1-qgis-gcps ground control points #11

Closed CameronLP closed 2 months ago

CameronLP commented 5 months ago

Is your feature request related to a problem? Please describe. The indirect georeferencing using GCPs in hypso-package and the library of GCPs in hypso1-qgis-gcps are incompatible. The format is the same however hypso-package uses an affine transformation while hypso1-qgis-gcps use a polynomial transformation.

Describe the solution you'd like Include the polynomial transform georeferencing code from hypso-georeferencing in hypso-package

Describe alternatives you've considered N/A

Additional context N/A

CameronLP commented 2 months ago

hypso-georeferencing was integrated into the v2 branch of the hypso-package as a submodule. The georeferencing code is automatically run if a .points file is provided and supports bin3, scale3, and original dimension GCPs.