Changes between Initial Version and Version 1 of Ticket #5392


Ignore:
Timestamp:
Nov 30, 2015, 2:27:14 AM (9 years ago)
Author:
oleinik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5392

    • Property Summary gdal.dll has no definition for GDALRegisterTransformDeserializergdal_alg_priv.h has no definition for GDALRegisterTransformDeserializer
  • Ticket #5392 – Description

    initial v1  
    1 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.
    2 In GDAL sources i found GDALRegisterTransformDeserializer function. But I can't use it because gdal110.dll has no export definition for this function.
     1I use gdal library as ready binary with Delphi. 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.
     2In GDAL sources i found GDALRegisterTransformDeserializer function. But I can't use it because gdal_alg_priv.h has no export definition for this function.