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

#include <otbCloudEstimatorFilter.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::Pointer InputImagePointer
 
typedef TInputImage InputImageType
 
typedef InputImageType::PixelType InputPixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef CloudEstimatorFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 
void SetReferencePixel (InputPixelType ref)
 
InputPixelType GetReferencePixel () const
 
void SetVariance (double var)
 
double GetVariance () const
 
 CloudEstimatorFilter ()
 
 ~CloudEstimatorFilter () override
 
void BeforeThreadedGenerateData () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 CloudEstimatorFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TOutputImage, class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
class otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >

Filter to help with the cloud detection.

Applies spectral angle functor to an image. Multiplies by a Gaussian coefficient Applies a color reversal.

Definition at line 42 of file otbCloudEstimatorFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef itk::SmartPointer<const Self> otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::ConstPointer

Definition at line 49 of file otbCloudEstimatorFilter.h.

◆ InputImagePointer

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef InputImageType::Pointer otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputImagePointer

Definition at line 59 of file otbCloudEstimatorFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef TInputImage otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputImageType

Some convenient typedefs.

Definition at line 55 of file otbCloudEstimatorFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef InputImageType::PixelType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputPixelType

Definition at line 60 of file otbCloudEstimatorFilter.h.

◆ OutputImagePointer

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef OutputImageType::Pointer otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputImagePointer

Definition at line 62 of file otbCloudEstimatorFilter.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef OutputImageType::RegionType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputImageRegionType

Definition at line 63 of file otbCloudEstimatorFilter.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef TOutputImage otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputImageType

Definition at line 61 of file otbCloudEstimatorFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef OutputImageType::PixelType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputPixelType

Definition at line 64 of file otbCloudEstimatorFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef itk::SmartPointer<Self> otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::Pointer

Definition at line 48 of file otbCloudEstimatorFilter.h.

◆ Self

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef CloudEstimatorFilter otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::Self

Standard class typedefs.

Definition at line 46 of file otbCloudEstimatorFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, TFunction> otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::Superclass

Definition at line 47 of file otbCloudEstimatorFilter.h.

Constructor & Destructor Documentation

◆ CloudEstimatorFilter() [1/2]

template<class TInputImage , class TOutputImage , class TFunction >
otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::CloudEstimatorFilter
protected

Constructor

Definition at line 33 of file otbCloudEstimatorFilter.hxx.

◆ ~CloudEstimatorFilter()

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::~CloudEstimatorFilter ( )
inlineoverrideprotected

Getters/Setters

SetReferencePixel

Definition at line 76 of file otbCloudEstimatorFilter.h.

◆ CloudEstimatorFilter() [2/2]

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::CloudEstimatorFilter ( const Self )
privatedelete

Getters/Setters

SetReferencePixel

Member Function Documentation

◆ BeforeThreadedGenerateData()

template<class TInputImage , class TOutputImage , class TFunction >
void otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::BeforeThreadedGenerateData
overrideprotected

BeforeThreadedGenerateData

Definition at line 50 of file otbCloudEstimatorFilter.hxx.

◆ CreateAnother()

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
virtual::itk::LightObject::Pointer otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
virtual const char* otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetReferencePixel()

template<class TInputImage , class TOutputImage , class TFunction >
CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputPixelType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::GetReferencePixel

GetReferencePixel

Definition at line 98 of file otbCloudEstimatorFilter.hxx.

◆ GetVariance()

template<class TInputImage , class TOutputImage , class TFunction >
double otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::GetVariance

GetVariance

Definition at line 77 of file otbCloudEstimatorFilter.hxx.

◆ New()

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
static Pointer otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TOutputImage , class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
void otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::operator= ( const Self )
privatedelete

Getters/Setters

SetReferencePixel

◆ PrintSelf()

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

Printself

Definition at line 41 of file otbCloudEstimatorFilter.hxx.

◆ SetReferencePixel()

template<class TInputImage , class TOutputImage , class TFunction >
void otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::SetReferencePixel ( InputPixelType  ref)

Getters/Setters

SetReferencePixel

Definition at line 86 of file otbCloudEstimatorFilter.hxx.

◆ SetVariance()

template<class TInputImage , class TOutputImage , class TFunction >
void otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::SetVariance ( double  var)

SetVariance

Definition at line 66 of file otbCloudEstimatorFilter.hxx.


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