OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet > Class Template Reference

#include <otbDisparityMapEstimationMethod.h>

+ Inheritance diagram for otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >:
+ Collaboration diagram for otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef FixedImageType::Pointer FixedImagePointerType
 
typedef MetricType::FixedImageRegionType FixedImageRegionType
 
typedef TFixedImage FixedImageType
 
typedef FixedImageType::PixelType FixedPixelType
 
typedef InterpolatorType::Pointer InterpolatorPointerType
 
typedef MetricType::InterpolatorType InterpolatorType
 
typedef MetricType::Pointer MetricPointerType
 
typedef itk::ImageToImageMetric< FixedImageType, MovingImageTypeMetricType
 
typedef MovingImageType::Pointer MovingImagePointerType
 
typedef TMovingImage MovingImageType
 
typedef MovingImageType::PixelType MovingPixelType
 
typedef OptimizerType::Pointer OptimizerPointerType
 
typedef itk::SingleValuedNonLinearOptimizer OptimizerType
 
typedef MetricType::TransformParametersType ParametersType
 
typedef itk::SmartPointer< SelfPointer
 
typedef PointSetType::Pointer PointSetPointerType
 
typedef TPointSet PointSetType
 
typedef DisparityMapEstimationMethod Self
 
typedef FixedImageType::SizeType SizeType
 
typedef PointSetSource< TPointSet > Superclass
 
typedef TransformOutputType::ConstPointer TransformOutputConstPointerType
 
typedef TransformOutputType::Pointer TransformOutputPointerType
 
typedef itk::DataObjectDecorator< TransformTypeTransformOutputType
 
typedef TransformType::Pointer TransformPointerType
 
typedef MetricType::TransformType TransformType
 
- Public Types inherited from otb::PointSetSource< TPointSet >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef OutputPointSetType::Pointer OutputPointSetPointer
 
typedef TPointSet OutputPointSetType
 
typedef OutputPointSetType::PointDataContainer PointDataContainerType
 
typedef itk::SmartPointer< SelfPointer
 
typedef OutputPointSetType::PointsContainer PointsContainerType
 
typedef PointSetSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::PointSetSource< TPointSet >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
OutputPointSetTypeGetOutput (void)
 
OutputPointSetTypeGetOutput (DataObjectPointerArraySizeType idx)
 
void SetOutput (OutputPointSetType *output)
 
virtual void GraftOutput (itk::DataObject *output)
 
virtual void GraftNthOutput (DataObjectPointerArraySizeType idx, itk::DataObject *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::PointSetSource< TPointSet >
static Pointer New ()
 
MetricPointerType m_Metric
 
OptimizerPointerType m_Optimizer
 
TransformPointerType m_Transform
 
InterpolatorPointerType m_Interpolator
 
ParametersType m_InitialTransformParameters
 
SizeType m_ExploSize
 
SizeType m_WinSize
 
virtual void SetOptimizer (OptimizerType *_arg)
 
 itkGetObjectMacro (Optimizer, OptimizerType)
 
virtual void SetMetric (MetricType *_arg)
 
 itkGetObjectMacro (Metric, MetricType)
 
virtual void SetTransform (TransformType *_arg)
 
 itkGetObjectMacro (Transform, TransformType)
 
virtual void SetInterpolator (InterpolatorType *_arg)
 
 itkGetObjectMacro (Interpolator, InterpolatorType)
 
virtual void SetWinSize (SizeType _arg)
 
virtual SizeType GetWinSize ()
 
virtual void SetExploSize (SizeType _arg)
 
virtual SizeType GetExploSize ()
 
virtual void SetInitialTransformParameters (ParametersType _arg)
 
virtual const ParametersTypeGetInitialTransformParameters () const
 
void SetPointSet (const TPointSet *pointset)
 
const TPointSet * GetPointSet (void)
 
void SetFixedImage (const TFixedImage *image)
 
const TFixedImage * GetFixedImage (void)
 
void SetMovingImage (const TMovingImage *image)
 
const TMovingImage * GetMovingImage (void)
 
 DisparityMapEstimationMethod ()
 
 ~DisparityMapEstimationMethod () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateData () override
 
 DisparityMapEstimationMethod (const Self &)=delete
 
void operator= (const Self &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from otb::PointSetSource< TPointSet >
 PointSetSource ()
 
 ~PointSetSource () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateInputRequestedRegion () override
 

Detailed Description

template<class TFixedImage, class TMovingImage, class TPointSet>
class otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >

This class performs an estimation of the local displacement modelled by a given transform between the fixed and the moving image, at each point of the given point set.

It uses the ITK registration framework locally for each point and thus provides the flexibility of this framework. The parameters of each transform are stored in the output point set associated data. Optimizer, metric, interpolator and transform fixed parameters have to be set by the user.

This filters returns the pointset enriched with a set of value as PointData, in order of apparition :

This class is derived from the MAECENAS code provided by Jordi Inglada, from CNES.

See also
FineRegistrationImageFilter, FastCorrelationImageFilter

Definition at line 56 of file otbDisparityMapEstimationMethod.h.

Member Typedef Documentation

◆ ConstPointer

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef itk::SmartPointer<const Self> otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::ConstPointer

Definition at line 63 of file otbDisparityMapEstimationMethod.h.

◆ DataObjectPointer

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef itk::DataObject::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::DataObjectPointer

Smart Pointer type to a DataObject.

Definition at line 113 of file otbDisparityMapEstimationMethod.h.

◆ FixedImagePointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef FixedImageType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::FixedImagePointerType

Definition at line 73 of file otbDisparityMapEstimationMethod.h.

◆ FixedImageRegionType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef MetricType::FixedImageRegionType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::FixedImageRegionType

Definition at line 89 of file otbDisparityMapEstimationMethod.h.

◆ FixedImageType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef TFixedImage otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::FixedImageType

Typedef for the Fixed image.

Definition at line 69 of file otbDisparityMapEstimationMethod.h.

◆ FixedPixelType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef FixedImageType::PixelType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::FixedPixelType

Definition at line 74 of file otbDisparityMapEstimationMethod.h.

◆ InterpolatorPointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef InterpolatorType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::InterpolatorPointerType

Definition at line 102 of file otbDisparityMapEstimationMethod.h.

◆ InterpolatorType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef MetricType::InterpolatorType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::InterpolatorType

Typedef for the generic interpolator.

Definition at line 101 of file otbDisparityMapEstimationMethod.h.

◆ MetricPointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef MetricType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::MetricPointerType

Definition at line 88 of file otbDisparityMapEstimationMethod.h.

◆ MetricType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef itk::ImageToImageMetric<FixedImageType, MovingImageType> otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::MetricType

Typedef for the generic metric.

Definition at line 87 of file otbDisparityMapEstimationMethod.h.

◆ MovingImagePointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef MovingImageType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::MovingImagePointerType

Definition at line 79 of file otbDisparityMapEstimationMethod.h.

◆ MovingImageType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef TMovingImage otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::MovingImageType

Typedef for the Moving image.

Definition at line 78 of file otbDisparityMapEstimationMethod.h.

◆ MovingPixelType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef MovingImageType::PixelType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::MovingPixelType

Definition at line 80 of file otbDisparityMapEstimationMethod.h.

◆ OptimizerPointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef OptimizerType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::OptimizerPointerType

Definition at line 106 of file otbDisparityMapEstimationMethod.h.

◆ OptimizerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef itk::SingleValuedNonLinearOptimizer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::OptimizerType

Typedef for the generic optimizer.

Definition at line 105 of file otbDisparityMapEstimationMethod.h.

◆ ParametersType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef MetricType::TransformParametersType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::ParametersType

Type of the Transformation parameters This is the same type used to represent the search space of the optimization algorithm

Definition at line 110 of file otbDisparityMapEstimationMethod.h.

◆ Pointer

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef itk::SmartPointer<Self> otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::Pointer

Definition at line 62 of file otbDisparityMapEstimationMethod.h.

◆ PointSetPointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef PointSetType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::PointSetPointerType

Definition at line 84 of file otbDisparityMapEstimationMethod.h.

◆ PointSetType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef TPointSet otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::PointSetType

Typedef for the input and output point set

Definition at line 83 of file otbDisparityMapEstimationMethod.h.

◆ Self

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef DisparityMapEstimationMethod otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::Self

Standard class typedefs.

Definition at line 60 of file otbDisparityMapEstimationMethod.h.

◆ SizeType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef FixedImageType::SizeType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SizeType

Definition at line 75 of file otbDisparityMapEstimationMethod.h.

◆ Superclass

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef PointSetSource<TPointSet> otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::Superclass

Definition at line 61 of file otbDisparityMapEstimationMethod.h.

◆ TransformOutputConstPointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef TransformOutputType::ConstPointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::TransformOutputConstPointerType

Definition at line 98 of file otbDisparityMapEstimationMethod.h.

◆ TransformOutputPointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef TransformOutputType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::TransformOutputPointerType

Definition at line 97 of file otbDisparityMapEstimationMethod.h.

◆ TransformOutputType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef itk::DataObjectDecorator<TransformType> otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::TransformOutputType

Using Decorator pattern for enabling the Transform to be passed in the data pipeline

Definition at line 96 of file otbDisparityMapEstimationMethod.h.

◆ TransformPointerType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef TransformType::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::TransformPointerType

Definition at line 93 of file otbDisparityMapEstimationMethod.h.

◆ TransformType

template<class TFixedImage , class TMovingImage , class TPointSet >
typedef MetricType::TransformType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::TransformType

Typedef for the generic transform .

Definition at line 92 of file otbDisparityMapEstimationMethod.h.

Constructor & Destructor Documentation

◆ DisparityMapEstimationMethod() [1/2]

template<typename TFixedImage , typename TMovingImage , class TPointSet >
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::DisparityMapEstimationMethod
protected

Constructor.

Definition at line 38 of file otbDisparityMapEstimationMethod.hxx.

◆ ~DisparityMapEstimationMethod()

template<class TFixedImage , class TMovingImage , class TPointSet >
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::~DisparityMapEstimationMethod
overrideprotected

Destructor.

Definition at line 57 of file otbDisparityMapEstimationMethod.hxx.

◆ DisparityMapEstimationMethod() [2/2]

template<class TFixedImage , class TMovingImage , class TPointSet >
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::DisparityMapEstimationMethod ( const Self )
privatedelete

The metric used for local registration.

Member Function Documentation

◆ CreateAnother()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual::itk::LightObject::Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TFixedImage , class TMovingImage , class TPointSet >
void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GenerateData
overrideprotected

Main computation method.

Iterate through the point set

Definition at line 124 of file otbDisparityMapEstimationMethod.hxx.

References otbMsgDevMacro.

◆ GetExploSize()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual SizeType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GetExploSize ( )
virtual

The metric used for local registration.

◆ GetFixedImage()

template<class TFixedImage , class TMovingImage , class TPointSet >
const TFixedImage * otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GetFixedImage ( void  )

Get the fixed image.

Returns
The fixed image.

Definition at line 95 of file otbDisparityMapEstimationMethod.hxx.

◆ GetInitialTransformParameters()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual const ParametersType& otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GetInitialTransformParameters ( ) const
virtual

The metric used for local registration.

◆ GetMovingImage()

template<class TFixedImage , class TMovingImage , class TPointSet >
const TMovingImage * otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GetMovingImage ( void  )

Get the fixed image.

Returns
The fixed image.

Definition at line 115 of file otbDisparityMapEstimationMethod.hxx.

◆ GetNameOfClass()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual const char* otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetPointSet()

template<class TFixedImage , class TMovingImage , class TPointSet >
const TPointSet * otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GetPointSet ( void  )

Get the source pointset.

Returns
The source pointset.

Definition at line 75 of file otbDisparityMapEstimationMethod.hxx.

◆ GetWinSize()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual SizeType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::GetWinSize ( )
virtual

The metric used for local registration.

◆ itkGetObjectMacro() [1/4]

template<class TFixedImage , class TMovingImage , class TPointSet >
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::itkGetObjectMacro ( Interpolator  ,
InterpolatorType   
)

The metric used for local registration.

◆ itkGetObjectMacro() [2/4]

template<class TFixedImage , class TMovingImage , class TPointSet >
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::itkGetObjectMacro ( Metric  ,
MetricType   
)

The metric used for local registration.

◆ itkGetObjectMacro() [3/4]

template<class TFixedImage , class TMovingImage , class TPointSet >
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::itkGetObjectMacro ( Optimizer  ,
OptimizerType   
)

The metric used for local registration.

◆ itkGetObjectMacro() [4/4]

template<class TFixedImage , class TMovingImage , class TPointSet >
otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::itkGetObjectMacro ( Transform  ,
TransformType   
)

The metric used for local registration.

◆ New()

template<class TFixedImage , class TMovingImage , class TPointSet >
static Pointer otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TFixedImage , class TMovingImage , class TPointSet >
void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::operator= ( const Self )
privatedelete

The metric used for local registration.

◆ PrintSelf()

template<class TFixedImage , class TMovingImage , class TPointSet >
void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Standard PrintSelf method.

Definition at line 264 of file otbDisparityMapEstimationMethod.hxx.

◆ SetExploSize()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetExploSize ( SizeType  _arg)
virtual

Set/Get the exploration area radius

◆ SetFixedImage()

template<class TFixedImage , class TMovingImage , class TPointSet >
void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetFixedImage ( const TFixedImage *  image)

Set the fixed image.

Parameters
imageThe fixed image.

Definition at line 85 of file otbDisparityMapEstimationMethod.hxx.

◆ SetInitialTransformParameters()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetInitialTransformParameters ( ParametersType  _arg)
virtual

Set/Get the initial transformation parameters.

◆ SetInterpolator()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetInterpolator ( InterpolatorType _arg)
virtual

Set/Get the Interpolator.

◆ SetMetric()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetMetric ( MetricType _arg)
virtual

Set/Get the Metric.

◆ SetMovingImage()

template<class TFixedImage , class TMovingImage , class TPointSet >
void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetMovingImage ( const TMovingImage *  image)

Set the moving image.

Parameters
imageThe mobing image.

Definition at line 105 of file otbDisparityMapEstimationMethod.hxx.

◆ SetOptimizer()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetOptimizer ( OptimizerType _arg)
virtual

Set/Get the Optimizer.

◆ SetPointSet()

template<class TFixedImage , class TMovingImage , class TPointSet >
void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetPointSet ( const TPointSet *  pointset)

Set the source pointset.

Parameters
pointsetThe source pointset.

Definition at line 65 of file otbDisparityMapEstimationMethod.hxx.

◆ SetTransform()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetTransform ( TransformType _arg)
virtual

Set/Get the Transform.

◆ SetWinSize()

template<class TFixedImage , class TMovingImage , class TPointSet >
virtual void otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::SetWinSize ( SizeType  _arg)
virtual

Set/Get the window radius

Member Data Documentation

◆ m_ExploSize

template<class TFixedImage , class TMovingImage , class TPointSet >
SizeType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::m_ExploSize
private

The size of the exploration area

Definition at line 238 of file otbDisparityMapEstimationMethod.h.

◆ m_InitialTransformParameters

template<class TFixedImage , class TMovingImage , class TPointSet >
ParametersType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::m_InitialTransformParameters
private

The initial transform parameters.

Definition at line 233 of file otbDisparityMapEstimationMethod.h.

◆ m_Interpolator

template<class TFixedImage , class TMovingImage , class TPointSet >
InterpolatorPointerType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::m_Interpolator
private

The interpolator used for local registration.

Definition at line 228 of file otbDisparityMapEstimationMethod.h.

◆ m_Metric

template<class TFixedImage , class TMovingImage , class TPointSet >
MetricPointerType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::m_Metric
private

The metric used for local registration.

Definition at line 213 of file otbDisparityMapEstimationMethod.h.

◆ m_Optimizer

template<class TFixedImage , class TMovingImage , class TPointSet >
OptimizerPointerType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::m_Optimizer
private

The optimizer used for local registration.

Definition at line 218 of file otbDisparityMapEstimationMethod.h.

◆ m_Transform

template<class TFixedImage , class TMovingImage , class TPointSet >
TransformPointerType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::m_Transform
private

The transform used for local registration.

Definition at line 223 of file otbDisparityMapEstimationMethod.h.

◆ m_WinSize

template<class TFixedImage , class TMovingImage , class TPointSet >
SizeType otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >::m_WinSize
private

The size of the window

Definition at line 243 of file otbDisparityMapEstimationMethod.h.


The documentation for this class was generated from the following files: