Context: more details on what OSSIM is replaced with authored by Julien Osman's avatar Julien Osman
...@@ -13,8 +13,13 @@ small portion of OSSIM was used anyway. ...@@ -13,8 +13,13 @@ small portion of OSSIM was used anyway.
The two main work for this version 8 have been: The two main work for this version 8 have been:
- A complete refactoring of the metadata management - A complete refactoring of the metadata management. We replaced OSSIM
- A re-implementation of the sensor model framework. by GDAL to access the metadata in the image files, and we developed
classes called `ImageMetadataInterfaces` (IMI) to parse the metadata
and organize them in an `ImageMetadata` object.
- A re-implementation of the sensor model framework. We replaced
OSSIM's RPC model by GDAL's. We implemented our own SAR model. A
whole new SensorModel factory as developed.
A new DEM Handler was also developed. A new DEM Handler was also developed.
...@@ -346,4 +351,4 @@ auto sensorModel = otb::SensorTransformFactory::GetInstance().CreateTransform ...@@ -346,4 +351,4 @@ auto sensorModel = otb::SensorTransformFactory::GetInstance().CreateTransform
<double, InputSpaceDimension, OutputSpaceDimension>(*imd, TransformDirection::FORWARD); <double, InputSpaceDimension, OutputSpaceDimension>(*imd, TransformDirection::FORWARD);
if (sensorModel != nullptr) if (sensorModel != nullptr)
[...] [...]
``` ```
\ No newline at end of file