OTB  9.0.0
Orfeo Toolbox
TransformFactories Namespace Reference

Detailed Description

Contains the functions (factories) used to instantiate the transformation classes.

Each function is in charge of instantiating a specific transformation classes. It is templated with the scalar type used in the Sensor Model, the dimension of the inpute space, and the dimension of the output space. It takes as parameter a reference to the ImageMetadata object used to instantiate the Sensor Model, and the TransformDirection. It returns an instance of otb::SensorTransformBase.