OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageToProfileFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef FilterType::Pointer | FilterPointerType |
typedef TFilter | FilterType |
typedef Superclass::InputImagePointer | InputImagePointerType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImageListPointerType | OutputImageListPointerType |
typedef Superclass::OutputImageListType | OutputImageListType |
typedef TOutputImage | OutputImageType |
typedef TParameter | 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 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) |
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::ImageToImageListFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from otb::ImageListSource< TOutputImage > | |
static Pointer | New () |
FilterPointerType | m_Filter |
unsigned int | m_ProfileSize |
ParameterType | m_InitialValue |
ParameterType | m_Step |
unsigned int | m_OutputIndex |
virtual void | SetOutputIndex (unsigned int _arg) |
virtual unsigned int | GetOutputIndex () |
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 |
ImageToProfileFilter (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::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 | |
Base class to produce a profile of the response of a given filter for a range of parameter.
Let denote an image, and an image operator with the parameter . A profile of by is defined as follows:
with being a range of parameter. This class is a base class templated by the type of the filter . The SetProfileParameter() is a virtual method meant to be rewritten so that the filter can be correctly set up in sub-classes.
Definition at line 47 of file otbImageToProfileFilter.h.
typedef itk::SmartPointer<const Self> otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::ConstPointer |
Definition at line 54 of file otbImageToProfileFilter.h.
typedef FilterType::Pointer otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::FilterPointerType |
Definition at line 67 of file otbImageToProfileFilter.h.
typedef TFilter otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::FilterType |
Definition at line 66 of file otbImageToProfileFilter.h.
typedef Superclass::InputImagePointer otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::InputImagePointerType |
Definition at line 70 of file otbImageToProfileFilter.h.
typedef TInputImage otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::InputImageType |
Template parameters typedefs
Definition at line 60 of file otbImageToProfileFilter.h.
typedef Superclass::OutputImageListPointerType otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::OutputImageListPointerType |
Definition at line 69 of file otbImageToProfileFilter.h.
typedef Superclass::OutputImageListType otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::OutputImageListType |
Definition at line 68 of file otbImageToProfileFilter.h.
typedef TOutputImage otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::OutputImageType |
Definition at line 64 of file otbImageToProfileFilter.h.
typedef TParameter otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::ParameterType |
Definition at line 65 of file otbImageToProfileFilter.h.
typedef itk::SmartPointer<Self> otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::Pointer |
Definition at line 53 of file otbImageToProfileFilter.h.
typedef ImageToProfileFilter otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::Self |
Standard typedefs
Definition at line 51 of file otbImageToProfileFilter.h.
typedef ImageToImageListFilter<TInputImage, TOutputImage> otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::Superclass |
Definition at line 52 of file otbImageToProfileFilter.h.
|
protected |
Constructor
|
overrideprotecteddefault |
Destructor
|
privatedelete |
The filter used to compute the profile
virtual::itk::LightObject::Pointer otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
GenerateData method
|
overrideprotected |
Generate input requested region
|
overrideprotected |
GenerateOutputInformation method
|
virtual |
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageToImageListFilter< TInputImage, TOutputImage >.
|
virtual |
The filter used to compute the profile
|
virtual |
|
virtual |
|
protected |
Get the pointer to the filter
|
static |
Type macro
|
privatedelete |
The filter used to compute the profile
|
overrideprotected |
PrintSelf method
|
virtual |
Get/Set the initial value
|
virtual |
Get/Set the output index
|
inlineprotectedvirtual |
Set the profile parameter
Definition at line 93 of file otbImageToProfileFilter.h.
|
virtual |
Get/Set the profile size
|
virtual |
Get/Set the profile step
|
private |
The filter used to compute the profile
Definition at line 123 of file otbImageToProfileFilter.h.
|
private |
Initial value
Definition at line 129 of file otbImageToProfileFilter.h.
|
private |
The index of the output of the filter used for the profile
Definition at line 135 of file otbImageToProfileFilter.h.
|
private |
The profile parameters
Definition at line 126 of file otbImageToProfileFilter.h.
|
private |
Step
Definition at line 132 of file otbImageToProfileFilter.h.