Changes
Page history
Context: more details on what OSSIM is replaced with
authored
Oct 05, 2021
by
Julien Osman
Hide whitespace changes
Inline
Side-by-side
Migration-guide-OTBv8.md
View page @
8be4f49a
...
@@ -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