OTB
9.0.0
Orfeo Toolbox
|
#include <otbMorphologicalOpeningProfileFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ParameterType | ParameterType |
typedef itk::SmartPointer< Self > | Pointer |
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 Self > | ConstPointer |
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< Self > | Pointer |
typedef ImageToProfileFilter | Self |
typedef ImageToImageListFilter< TInputImage, TOutputImage > | Superclass |
Public Types inherited from otb::ImageToImageListFilter< TInputImage, TOutputImage > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
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 Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef OutputImageListType::ConstPointer | OutputImageListConstPointerType |
typedef OutputImageListType::Pointer | OutputImageListPointerType |
typedef ImageList< OutputImageType > | OutputImageListType |
typedef OutputImageType::Pointer | OutputImagePointerType |
typedef TOutputImage | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
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) |
InputImageType * | GetInput (void) |
Public Member Functions inherited from otb::ImageListSource< TOutputImage > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputImageListType * | GetOutput (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 |
This filter compute the morphological opening profile.
This algorithm is based on the following publication:
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.
Definition at line 52 of file otbMorphologicalOpeningProfileFilter.h.
typedef itk::SmartPointer<const Self> otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::ConstPointer |
Definition at line 62 of file otbMorphologicalOpeningProfileFilter.h.
typedef Superclass::ParameterType otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::ParameterType |
Definition at line 71 of file otbMorphologicalOpeningProfileFilter.h.
typedef itk::SmartPointer<Self> otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::Pointer |
Definition at line 61 of file otbMorphologicalOpeningProfileFilter.h.
typedef MorphologicalOpeningProfileFilter otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::Self |
Standard typedefs
Definition at line 58 of file otbMorphologicalOpeningProfileFilter.h.
typedef TStructuringElement otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::StructuringElementType |
Definition at line 68 of file otbMorphologicalOpeningProfileFilter.h.
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.
|
inlineprotected |
Constructor
Definition at line 85 of file otbMorphologicalOpeningProfileFilter.h.
|
overrideprotecteddefault |
Destructor
|
privatedelete |
Set the profile parameter
virtual::itk::LightObject::Pointer otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >::CreateAnother | ( | void | ) | const |
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageToImageListFilter< TInputImage, TOutputImage >.
|
static |
Type macro
|
privatedelete |
Set the profile parameter
|
inlineoverrideprotected |
PrintSelf method
Definition at line 91 of file otbMorphologicalOpeningProfileFilter.h.
|
inlineoverrideprotected |
Set the profile parameter
Definition at line 75 of file otbMorphologicalOpeningProfileFilter.h.