OTB
9.0.0
Orfeo Toolbox
|
#include <otbMorphologicalClosingProfileFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ParameterType | ParameterType |
typedef itk::SmartPointer< Self > | Pointer |
typedef MorphologicalClosingProfileFilter | Self |
typedef TStructuringElement | StructuringElementType |
typedef ImageToProfileFilter< TInputImage, TOutputImage, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int > | Superclass |
Public Types inherited from otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef FilterType::Pointer | FilterPointerType |
typedef itk::ClosingByReconstructionImageFilter< 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::ClosingByReconstructionImageFilter< 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::ClosingByReconstructionImageFilter< 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 () |
Private Member Functions | |
MorphologicalClosingProfileFilter (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 |
This filter compute the morphological closing profile.
This algorithm is based on the following publication:
The opening profile is a set of images being the result of a geodesic morphological closing 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 otbMorphologicalClosingProfileFilter.h.
typedef itk::SmartPointer<const Self> otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >::ConstPointer |
Definition at line 62 of file otbMorphologicalClosingProfileFilter.h.
typedef Superclass::ParameterType otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >::ParameterType |
Definition at line 71 of file otbMorphologicalClosingProfileFilter.h.
typedef itk::SmartPointer<Self> otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >::Pointer |
Definition at line 61 of file otbMorphologicalClosingProfileFilter.h.
typedef MorphologicalClosingProfileFilter otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >::Self |
Standard typedefs
Definition at line 58 of file otbMorphologicalClosingProfileFilter.h.
typedef TStructuringElement otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >::StructuringElementType |
Definition at line 68 of file otbMorphologicalClosingProfileFilter.h.
typedef ImageToProfileFilter<TInputImage, TOutputImage, itk::ClosingByReconstructionImageFilter<TInputImage, TOutputImage, TStructuringElement>, unsigned int> otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >::Superclass |
Definition at line 60 of file otbMorphologicalClosingProfileFilter.h.
|
inlineprotected |
Constructor
Definition at line 84 of file otbMorphologicalClosingProfileFilter.h.
|
inlineoverrideprotected |
Destructor
Definition at line 87 of file otbMorphologicalClosingProfileFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >::CreateAnother | ( | void | ) | const |
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageToImageListFilter< TInputImage, TOutputImage >.
|
static |
Type macro
|
privatedelete |
|
inlineoverrideprotected |
PrintSelf method
Definition at line 92 of file otbMorphologicalClosingProfileFilter.h.
|
inlineoverrideprotected |
Set the profile parameter
Definition at line 75 of file otbMorphologicalClosingProfileFilter.h.