OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbProfileToProfileDerivativeFilter.h>

+ Inheritance diagram for otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >:

Public Types

typedef AbsFilterType::Pointer AbsFilterPointerType
 
typedef itk::AbsImageFilter< InputImageType, InputImageTypeAbsFilterType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageListType::Pointer InputImageListPointerType
 
typedef Superclass::InputImageListType InputImageListType
 
typedef InputImageType::Pointer InputImagePointerType
 
typedef InputImageListType::ImageType InputImageType
 
typedef OutputImageListType::Pointer OutputImageListPointerType
 
typedef Superclass::OutputImageListType OutputImageListType
 
typedef OutputImageListType::ImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ProfileToProfileDerivativeFilter Self
 
typedef SubtractFilterType::Pointer SubtractFilterPointerType
 
typedef itk::SubtractImageFilter< InputImageType, InputImageType, InputImageTypeSubtractFilterType
 
typedef ImageListToImageListFilter< TInputImage, TOutputImage > Superclass
 
- Public Types inherited from otb::ImageListToImageListFilter< TInputImage, TOutputImage >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageListType::ConstPointer InputImageListConstPointer
 
typedef InputImageListType::Pointer InputImageListPointerType
 
typedef ImageList< InputImageTypeInputImageListType
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::ConstPointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputImageListPointerType OutputImageListPointerType
 
typedef Superclass::OutputImageListType OutputImageListType
 
typedef Superclass::OutputImagePointerType OutputImagePointer
 
typedef Superclass::OutputImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageListToImageListFilter Self
 
typedef InputImageType::SizeType SizeType
 
typedef ImageListSource< TOutputImage > Superclass
 
typedef InputImageType::ValueType ValueType
 
- Public Types inherited from otb::ImageListSource< TOutputImage >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef OutputImageListType::ConstPointer OutputImageListConstPointerType
 
typedef OutputImageListType::Pointer OutputImageListPointerType
 
typedef ImageList< OutputImageTypeOutputImageListType
 
typedef OutputImageType::Pointer OutputImagePointerType
 
typedef TOutputImage OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageListSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
void GenerateInputRequestedRegion (void) override
 
void GenerateOutputInformation (void) override
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::ImageListToImageListFilter< TInputImage, TOutputImage >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual void SetInput (const InputImageListType *imageList)
 
virtual InputImageListTypeGetInput (void)
 
- Public Member Functions inherited from otb::ImageListSource< TOutputImage >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual OutputImageListTypeGetOutput (void)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::ImageListToImageListFilter< TInputImage, TOutputImage >
static Pointer New ()
 
- Static Public Member Functions inherited from otb::ImageListSource< TOutputImage >
static Pointer New ()
 

Protected Member Functions

void GenerateData (void) override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ProfileToProfileDerivativeFilter ()
 
 ~ProfileToProfileDerivativeFilter () override
 
- Protected Member Functions inherited from otb::ImageListToImageListFilter< TInputImage, TOutputImage >
 ImageListToImageListFilter ()
 
 ~ImageListToImageListFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- Protected Member Functions inherited from otb::ImageListSource< TOutputImage >
 ImageListSource ()
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~ImageListSource () override
 

Private Member Functions

void operator= (const Self &)=delete
 
 ProfileToProfileDerivativeFilter (const Self &)=delete
 

Private Attributes

AbsFilterPointerType m_AbsFilter
 
SubtractFilterPointerType m_SubtractFilter
 

Additional Inherited Members

- Static Public Attributes inherited from otb::ImageListToImageListFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >

This filter computes the derivative of a given profile.

For the profile $ \Pi_{\phi}(f)= \{\phi_{n}(f), n \in \{n_{1},\ldots, n_{N}\}\}$, the profile derivative is defined by:

\[ \Delta\Pi_{\phi}(f)= \{\Delta\phi_{n}(f), n \in \{n_{1},\ldots, n_{N}\}\} \]

with $ \Delta\phi_{n}(f) = \mid \Pi_{\phi_{n2}}(f)-\Pi_{\phi_{n1}}(f) \mid $

Definition at line 47 of file otbProfileToProfileDerivativeFilter.h.

Member Typedef Documentation

◆ AbsFilterPointerType

template<class TInputImage , class TOutputImage >
typedef AbsFilterType::Pointer otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::AbsFilterPointerType

Definition at line 75 of file otbProfileToProfileDerivativeFilter.h.

◆ AbsFilterType

template<class TInputImage , class TOutputImage >
typedef itk::AbsImageFilter<InputImageType, InputImageType> otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::AbsFilterType

Definition at line 73 of file otbProfileToProfileDerivativeFilter.h.

◆ ConstPointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::ConstPointer

Definition at line 54 of file otbProfileToProfileDerivativeFilter.h.

◆ InputImageListPointerType

template<class TInputImage , class TOutputImage >
typedef InputImageListType::Pointer otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::InputImageListPointerType

Definition at line 64 of file otbProfileToProfileDerivativeFilter.h.

◆ InputImageListType

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageListType otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::InputImageListType

Template parameters typedefs

Definition at line 60 of file otbProfileToProfileDerivativeFilter.h.

◆ InputImagePointerType

template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::InputImagePointerType

Definition at line 69 of file otbProfileToProfileDerivativeFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputImage >
typedef InputImageListType::ImageType otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::InputImageType

Definition at line 68 of file otbProfileToProfileDerivativeFilter.h.

◆ OutputImageListPointerType

template<class TInputImage , class TOutputImage >
typedef OutputImageListType::Pointer otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::OutputImageListPointerType

Definition at line 66 of file otbProfileToProfileDerivativeFilter.h.

◆ OutputImageListType

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageListType otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::OutputImageListType

Definition at line 65 of file otbProfileToProfileDerivativeFilter.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage >
typedef OutputImageListType::ImageType otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::OutputImageType

Definition at line 67 of file otbProfileToProfileDerivativeFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<Self> otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::Pointer

Definition at line 53 of file otbProfileToProfileDerivativeFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
typedef ProfileToProfileDerivativeFilter otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::Self

Standard typedefs

Definition at line 51 of file otbProfileToProfileDerivativeFilter.h.

◆ SubtractFilterPointerType

template<class TInputImage , class TOutputImage >
typedef SubtractFilterType::Pointer otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::SubtractFilterPointerType

Definition at line 74 of file otbProfileToProfileDerivativeFilter.h.

◆ SubtractFilterType

template<class TInputImage , class TOutputImage >
typedef itk::SubtractImageFilter<InputImageType, InputImageType, InputImageType> otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::SubtractFilterType

typedefs of the filters used for the derivative

Definition at line 72 of file otbProfileToProfileDerivativeFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef ImageListToImageListFilter<TInputImage, TOutputImage> otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::Superclass

Definition at line 52 of file otbProfileToProfileDerivativeFilter.h.

Constructor & Destructor Documentation

◆ ProfileToProfileDerivativeFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::ProfileToProfileDerivativeFilter ( )
protected

Constructor

◆ ~ProfileToProfileDerivativeFilter()

template<class TInputImage , class TOutputImage >
otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::~ProfileToProfileDerivativeFilter ( )
inlineoverrideprotected

Destructor

Definition at line 92 of file otbProfileToProfileDerivativeFilter.h.

◆ ProfileToProfileDerivativeFilter() [2/2]

template<class TInputImage , class TOutputImage >
otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::ProfileToProfileDerivativeFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TInputImage , class TOutputImage >
void otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::GenerateData ( void  )
overrideprotected

Main computation method

◆ GenerateInputRequestedRegion()

template<class TInputImage , class TOutputImage >
void otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion ( void  )
override

Generate input requested region for each image in the list.

◆ GenerateOutputInformation()

template<class TInputImage , class TOutputImage >
void otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::GenerateOutputInformation ( void  )
override

Generate output information for the ImageList and for each image in the list.

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Creation through object factory macro

Reimplemented from otb::ImageListToImageListFilter< TInputImage, TOutputImage >.

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::New ( )
static

Type macro

◆ operator=()

template<class TInputImage , class TOutputImage >
void otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TInputImage , class TOutputImage >
void otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

PrintSelf method

Member Data Documentation

◆ m_AbsFilter

template<class TInputImage , class TOutputImage >
AbsFilterPointerType otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::m_AbsFilter
private

Abs filter for the derivative

Definition at line 107 of file otbProfileToProfileDerivativeFilter.h.

◆ m_SubtractFilter

template<class TInputImage , class TOutputImage >
SubtractFilterPointerType otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >::m_SubtractFilter
private

Subtract filter for the dervivative

Definition at line 104 of file otbProfileToProfileDerivativeFilter.h.


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