Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 206
    • Issues 206
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Wiki
  • Migration guide OTBv8

Migration guide OTBv8 · Changes

Page history
Update Migration guide OTBv8 authored Oct 05, 2021 by Julien Osman's avatar Julien Osman
Hide whitespace changes
Inline Side-by-side
Migration-guide-OTBv8.md
View page @ 2b4fb002
......@@ -41,7 +41,6 @@ The two main work for this version 8 have been:
A new DEM Handler was also developed, based on what GDAL proposes.
## The new ImageMetadata object
### Presentation
......@@ -303,10 +302,10 @@ classDiagram
RPCTransformBase <|-- RPCInverseTransform
```
The RPC model is stored in the ```otb::ImageMetadata``` object, using the
key ```MDGeom::RPC```. The classes ```otb::RPCTransformBase```,
```otb::RPCForwardTransform``` and ```otb::RPCInverseTransform``` are used to
perform forward and inverse transformation using this model.
The RPC model is stored in the ```otb::ImageMetadata``` object, using
the key ```MDGeom::RPC```. The classes otb::RPCForwardTransform and
otb::RPCInverseTransform inherit from otb::RPCTransformBase and are
used to perform forward and inverse transformation using this model.
The abstract class ```otb::RPCTransformBase``` contains the implementation
of the ```SetMetadataModel``` method, which receives the RPC
......
Clone repository
  • Deprecated Info
  • Help for release actions
  • How to contribute to QGIS related to OTB processing provider
  • How to deprecate
  • List of publications mentioning OTB
  • Migration guide OTBv8
  • OTB Continuous Integration platform
  • OTB Users Day 2018
  • PSC meetings
  • Remote Modules
  • Remove OSSIM
  • Home
  • uploads
    • d7dcea8f9f7385fc40a5cc8328f02520
      • filterRefactoring