Opened 10 years ago

Last modified 7 years ago

#5392 closed enhancement

gdal.dll has no definition for GDALRegisterTransformDeserializer — at Initial Version

Reported by: oleinik Owned by: warmerdam
Priority: high Milestone:
Component: GDAL_Raster Version: 2.0.1
Severity: normal Keywords:
Cc:

Description

I use gdal110.dll as ready binary with Delphi. Now I need to write on-the-fly transformation that cleans distortions of source raster due to low-quality material, storage and scanning. This is reverse projective transformation of many neighbour rectangles in one result raster. Thin-plate splines not very suitable for this task. It has errors on the boundaries. I want to write my own transformer, save/load it params to/from .vrt-file. In GDAL sources i found GDALRegisterTransformDeserializer function. But I can't use it because gdal110.dll has no export definition for this function.

Change History (0)

Note: See TracTickets for help on using tickets.