OTB
9.0.0
Orfeo Toolbox
|
otb::SensorTransformBase<double, NInputDimensions, NOutputDimensions>::Pointer otb::TransformFactories::RPCForwardTransformFactory | ( | const ImageMetadata & | imd, |
TransformDirection | direction | ||
) |
Factory for the forward transformer based on the RPC sensor model
Definition at line 54 of file otbTransformFactories.h.
References otb::ImageMetadataBase::Has(), otb::RPCForwardTransform< TScalarType, NInputDimensions, NOutputDimensions >::New(), and otb::RPC.
otb::SensorTransformBase<double, NInputDimensions, NOutputDimensions>::Pointer otb::TransformFactories::RPCInverseTransformFactory | ( | const ImageMetadata & | imd, |
TransformDirection | direction | ||
) |
Factory for the inverse transformer based on the RPC sensor model
Definition at line 73 of file otbTransformFactories.h.
References otb::ImageMetadataBase::Has(), otb::RPCInverseTransform< TScalarType, NInputDimensions, NOutputDimensions >::New(), and otb::RPC.
otb::SensorTransformBase<double, NInputDimensions, NOutputDimensions>::Pointer otb::TransformFactories::SARForwardTransformFactory | ( | const ImageMetadata & | imd, |
TransformDirection | direction | ||
) |
Factory for the forward transformer based on the SAR sensor model
Definition at line 92 of file otbTransformFactories.h.
References otb::ImageMetadataBase::Has(), otb::SarForwardTransform< TScalarType, NInputDimensions, NOutputDimensions >::New(), and otb::SAR.
otb::SensorTransformBase<double, NInputDimensions, NOutputDimensions>::Pointer otb::TransformFactories::SARInverseTransformFactory | ( | const ImageMetadata & | imd, |
TransformDirection | direction | ||
) |
Factory for the inverse transformer based on the SAR sensor model
Definition at line 111 of file otbTransformFactories.h.
References otb::ImageMetadataBase::Has(), otb::SarInverseTransform< TScalarType, NInputDimensions, NOutputDimensions >::New(), and otb::SAR.