OTB
9.0.0
Orfeo Toolbox
|
#include <otbSarTransformBase.h>
Standard class type definitions | |
using | Self = SarTransformBase |
using | Superclass = SensorTransformBase< TScalarType, NInputDimensions, NOutputDimensions > |
using | Pointer = itk::SmartPointer< Self > |
using | ConstPointer = itk::SmartPointer< const Self > |
using | InputPointType = itk::Point< TScalarType, NInputDimensions > |
using | OutputPointType = itk::Point< TScalarType, NOutputDimensions > |
using | TiePointsType = std::vector< std::pair< InputPointType, OutputPointType > > |
using | PixelType = TScalarType |
static const unsigned int | InputSpaceDimension = NInputDimensions |
static const unsigned int | OutputSpaceDimension = NOutputDimensions |
std::unique_ptr< SARParam > | m_SarParam |
std::unique_ptr< SarSensorModel > | m_Transformer |
virtual const char * | GetNameOfClass () const |
bool | SetMetadata (const ImageMetadata &imd) override |
bool | IsValidSensorModel () const override |
void | OptimizeParameters (ImageMetadata &imd, const TiePointsType &tiepoints, double &rmsError) final |
SarTransformBase (TransformDirection dir) | |
~SarTransformBase ()=default | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
SarTransformBase (const Self &)=delete | |
void | operator= (const Self &)=delete |
Additional Inherited Members | |
Public Types inherited from otb::SensorTransformBase< TScalarType, 3, 2 > | |
using | Self = SensorTransformBase |
using | Superclass = Transform< TScalarType, NInputDimensions, NOutputDimensions > |
using | Pointer = itk::SmartPointer< Self > |
using | ConstPointer = itk::SmartPointer< const Self > |
using | InputPointType = itk::Point< TScalarType, NInputDimensions > |
using | OutputPointType = itk::Point< TScalarType, NOutputDimensions > |
using | TiePointsType = std::vector< std::pair< InputPointType, OutputPointType > > |
using | PixelType = TScalarType |
Public Types inherited from otb::Transform< TScalarType, NInputDimensions, NOutputDimensions > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef Transform | Self |
typedef itk::Transform< TScalarType, NInputDimensions, NOutputDimensions > | Superclass |
enum | TransformDirection { FORWARD = 0, INVERSE = 1 } |
typedef TScalarType | ScalarType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::ParametersValueType | ParametersValueType |
typedef Superclass::NumberOfParametersType | NumberOfParametersType |
typedef itk::Array2D< double > | JacobianType |
typedef itk::Vector< TScalarType, NInputDimensions > | InputVectorType |
typedef itk::Vector< TScalarType, NOutputDimensions > | OutputVectorType |
typedef itk::CovariantVector< TScalarType, NInputDimensions > | InputCovariantVectorType |
typedef itk::CovariantVector< TScalarType, NOutputDimensions > | OutputCovariantVectorType |
typedef vnl_vector_fixed< TScalarType, NInputDimensions > | InputVnlVectorType |
typedef vnl_vector_fixed< TScalarType, NOutputDimensions > | OutputVnlVectorType |
typedef itk::Point< TScalarType, NInputDimensions > | InputPointType |
typedef itk::Point< TScalarType, NOutputDimensions > | OutputPointType |
typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
typedef Superclass::InverseTransformBasePointer | InverseTransformBasePointer |
Public Member Functions inherited from otb::SensorTransformBase< TScalarType, 3, 2 > | |
virtual const char * | GetNameOfClass () const |
virtual bool | IsValidSensorModel () const=0 |
TransformDirection | getDirection () const |
Public Member Functions inherited from otb::Transform< TScalarType, NInputDimensions, NOutputDimensions > | |
unsigned int | GetInputSpaceDimension (void) const override |
unsigned int | GetOutputSpaceDimension (void) const override |
OutputPointType | TransformPoint (const InputPointType &) const override |
OutputVectorType | TransformVector (const InputVectorType &) const override |
OutputVnlVectorType | TransformVector (const InputVnlVectorType &) const override |
OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &) const override |
void | SetParameters (const ParametersType &) override |
void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
void | SetParametersByValue (const ParametersType &p) override |
const ParametersType & | GetParameters (void) const override |
void | SetFixedParameters (const ParametersType &) override |
const ParametersType & | GetFixedParameters (void) const override |
virtual const JacobianType & | GetJacobian (const InputPointType &) const |
NumberOfParametersType | GetNumberOfParameters (void) const override |
Static Public Attributes inherited from otb::SensorTransformBase< TScalarType, 3, 2 > | |
static const unsigned int | InputSpaceDimension |
static const unsigned int | OutputSpaceDimension |
Static Public Attributes inherited from otb::Transform< TScalarType, NInputDimensions, NOutputDimensions > | |
static const unsigned int | InputSpaceDimension = NInputDimensions |
static const unsigned int | OutputSpaceDimension = NOutputDimensions |
Protected Member Functions inherited from otb::SensorTransformBase< TScalarType, 3, 2 > | |
SensorTransformBase (TransformDirection dir) | |
~SensorTransformBase ()=default | |
Protected Member Functions inherited from otb::Transform< TScalarType, NInputDimensions, NOutputDimensions > | |
Transform () | |
Transform (NumberOfParametersType numberOfParameters) | |
~Transform () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Attributes inherited from otb::SensorTransformBase< TScalarType, 3, 2 > | |
TransformDirection | m_direction |
Protected Attributes inherited from otb::Transform< TScalarType, NInputDimensions, NOutputDimensions > | |
ParametersType | m_Parameters |
ParametersType | m_FixedParameters |
JacobianType | m_Jacobian |
Base projection class based on the Sar model.
This is a projection class, based on a Sar sensor model. This class allows:
Definition at line 46 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::ConstPointer = itk::SmartPointer<const Self> |
Run-time type information (and related methods).
Definition at line 54 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::InputPointType = itk::Point<TScalarType, NInputDimensions> |
Run-time type information (and related methods).
Definition at line 56 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::OutputPointType = itk::Point<TScalarType, NOutputDimensions> |
Run-time type information (and related methods).
Definition at line 57 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::PixelType = TScalarType |
Run-time type information (and related methods).
Definition at line 59 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::Pointer = itk::SmartPointer<Self> |
Run-time type information (and related methods).
Definition at line 53 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::Self = SarTransformBase |
Run-time type information (and related methods).
Definition at line 51 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::Superclass = SensorTransformBase<TScalarType, NInputDimensions, NOutputDimensions> |
Run-time type information (and related methods).
Definition at line 52 of file otbSarTransformBase.h.
using otb::SarTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::TiePointsType = std::vector<std::pair<InputPointType,OutputPointType> > |
Run-time type information (and related methods).
Definition at line 58 of file otbSarTransformBase.h.
|
inlineprotected |
Run-time type information (and related methods).
Definition at line 81 of file otbSarTransformBase.h.
|
protecteddefault |
Run-time type information (and related methods).
|
privatedelete |
Run-time type information (and related methods).
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::Transform< TScalarType, NInputDimensions, NOutputDimensions >.
|
override |
Check model validity
Definition at line 53 of file otbSarTransformBase.hxx.
|
privatedelete |
Run-time type information (and related methods).
|
finalvirtual |
Refining the sensor model
Implements otb::SensorTransformBase< TScalarType, 3, 2 >.
Definition at line 70 of file otbSarTransformBase.hxx.
|
overrideprotected |
PrintSelf method
Definition at line 62 of file otbSarTransformBase.hxx.
|
overridevirtual |
Run-time type information (and related methods).
Implements otb::SensorTransformBase< TScalarType, 3, 2 >.
Definition at line 32 of file otbSarTransformBase.hxx.
|
static |
Run-time type information (and related methods).
Definition at line 65 of file otbSarTransformBase.h.
|
protected |
Run-time type information (and related methods).
Definition at line 85 of file otbSarTransformBase.h.
|
protected |
Run-time type information (and related methods).
Definition at line 86 of file otbSarTransformBase.h.
|
static |
Run-time type information (and related methods).
Definition at line 66 of file otbSarTransformBase.h.