Opened 10 years ago

Closed 7 years ago

#5392 closed enhancement (fixed)

gdal_alg_priv.h has no definition for GDALRegisterTransformDeserializer

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

Description (last modified by oleinik)

I 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. In GDAL sources i found GDALRegisterTransformDeserializer function. But I can't use it because gdal_alg_priv.h has no export definition for this function.

Change History (4)

comment:1 by oleinik, 8 years ago

Description: modified (diff)
Summary: gdal.dll has no definition for GDALRegisterTransformDeserializergdal_alg_priv.h has no definition for GDALRegisterTransformDeserializer

comment:2 by oleinik, 8 years ago

Version: 1.10.12.0.1

comment:3 by oleinik, 7 years ago

Priority: normalhigh
Type: defectenhancement

comment:4 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 38188:

Export GDALRegisterTransformDeserializer() and GDALUnregisterTransformDeserializer() (fixes #5392)

Note: See TracTickets for help on using tickets.