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

#include <otbMorphologicalOpeningProfileFilter.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ParameterType ParameterType
 
typedef itk::SmartPointer< SelfPointer
 
typedef MorphologicalOpeningProfileFilter Self
 
typedef TStructuringElement StructuringElementType
 
typedef ImageToProfileFilter< TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int > Superclass
 
- Public Types inherited from otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef FilterType::Pointer FilterPointerType
 
typedef itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement > FilterType
 
typedef Superclass::InputImagePointer InputImagePointerType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputImageListPointerType OutputImageListPointerType
 
typedef Superclass::OutputImageListType OutputImageListType
 
typedef TOutputImage OutputImageType
 
typedef unsigned int ParameterType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageToProfileFilter Self
 
typedef ImageToImageListFilter< TInputImage, TOutputImage > Superclass
 
- Public Types inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::ConstPointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputImageListType OutputImageListType
 
typedef Superclass::OutputImagePointerType OutputImagePointerType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageToImageListFilter 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
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual ParameterType GetInitialValue ()
 
virtual const char * GetNameOfClass () const
 
virtual unsigned int GetProfileSize ()
 
virtual ParameterType GetStep ()
 
virtual void SetInitialValue (ParameterType _arg)
 
virtual void SetProfileSize (unsigned int _arg)
 
virtual void SetStep (ParameterType _arg)
 
virtual void SetOutputIndex (unsigned int _arg)
 
virtual unsigned int GetOutputIndex ()
 
- Public Member Functions inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual void SetInput (const InputImageType *image)
 
InputImageTypeGetInput (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::ImageToProfileFilter< TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >
static Pointer New ()
 
- Static Public Member Functions inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage >
static Pointer New ()
 
- Static Public Member Functions inherited from otb::ImageListSource< TOutputImage >
static Pointer New ()
 
void SetProfileParameter (ParameterType param) override
 
 MorphologicalOpeningProfileFilter ()
 
 ~MorphologicalOpeningProfileFilter () override=default
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 MorphologicalOpeningProfileFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Additional Inherited Members

- Static Public Attributes inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
- Protected Member Functions inherited from otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >
virtual void SetProfileParameter (ParameterType)
 
 itkGetObjectMacro (Filter, FilterType)
 
void GenerateData (void) override
 
void GenerateOutputInformation (void) override
 
void GenerateInputRequestedRegion (void) override
 
 ImageToProfileFilter ()
 
 ~ImageToProfileFilter () override=default
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- Protected Member Functions inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage >
 ImageToImageListFilter ()
 
 ~ImageToImageListFilter () 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
 

Detailed Description

template<class TInputImage, class TOutputImage, class TStructuringElement>
class otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >

This filter compute the morphological opening profile.

This algorithm is based on the following publication:

Martino Pesaresi and Jon Alti Benediktsson, Member, IEEE: A new approach for the morphological segmentation of high resolution satellite imagery. IEEE Transactions on geoscience and remote sensing, vol. 39, NO. 2, February 2001, p. 309-320.

The opening profile is a set of images being the result of a geodesic morphological opening by reconstruction with an increasing range of structuring element sizes.

For more information on profiles please refer to the documentation of the otb::ImageToProfileFilter class.

See also
ImageToProfileFilter
itk::OpeningByReconstructionImageFilter

Definition at line 52 of file otbMorphologicalOpeningProfileFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 62 of file otbMorphologicalOpeningProfileFilter.h.

◆ ParameterType

template<class TInputImage , class TOutputImage , class TStructuringElement >
typedef Superclass::ParameterType otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::ParameterType

Definition at line 71 of file otbMorphologicalOpeningProfileFilter.h.

◆ Pointer

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

Definition at line 61 of file otbMorphologicalOpeningProfileFilter.h.

◆ Self

template<class TInputImage , class TOutputImage , class TStructuringElement >
typedef MorphologicalOpeningProfileFilter otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::Self

Standard typedefs

Definition at line 58 of file otbMorphologicalOpeningProfileFilter.h.

◆ StructuringElementType

template<class TInputImage , class TOutputImage , class TStructuringElement >
typedef TStructuringElement otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::StructuringElementType

Definition at line 68 of file otbMorphologicalOpeningProfileFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage , class TStructuringElement >
typedef ImageToProfileFilter<TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter<TInputImage, TOutputImage, TStructuringElement>, unsigned int> otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::Superclass

Definition at line 60 of file otbMorphologicalOpeningProfileFilter.h.

Constructor & Destructor Documentation

◆ MorphologicalOpeningProfileFilter() [1/2]

template<class TInputImage , class TOutputImage , class TStructuringElement >
otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::MorphologicalOpeningProfileFilter ( )
inlineprotected

Constructor

Definition at line 85 of file otbMorphologicalOpeningProfileFilter.h.

◆ ~MorphologicalOpeningProfileFilter()

template<class TInputImage , class TOutputImage , class TStructuringElement >
otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::~MorphologicalOpeningProfileFilter ( )
overrideprotecteddefault

Destructor

◆ MorphologicalOpeningProfileFilter() [2/2]

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

Set the profile parameter

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

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

Creation through object factory macro

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

◆ New()

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

Type macro

◆ operator=()

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

Set the profile parameter

◆ PrintSelf()

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

PrintSelf method

Definition at line 91 of file otbMorphologicalOpeningProfileFilter.h.

◆ SetProfileParameter()

template<class TInputImage , class TOutputImage , class TStructuringElement >
void otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::SetProfileParameter ( ParameterType  param)
inlineoverrideprotected

Set the profile parameter

Definition at line 75 of file otbMorphologicalOpeningProfileFilter.h.


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