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

#include <otbLog10ThresholdedImageFilter.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Functor::Log10Thresholded< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Log10ThresholdedImageFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, FunctorTypeSuperclass
 

Public Member Functions

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

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 Log10ThresholdedImageFilter ()
 
 ~Log10ThresholdedImageFilter () override
 

Private Member Functions

 Log10ThresholdedImageFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >

Computes the 10 * std::log10(x) pixel-wise with a threshold for the lowest values.

Definition at line 84 of file otbLog10ThresholdedImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 94 of file otbLog10ThresholdedImageFilter.h.

◆ FunctorType

template<class TInputImage , class TOutputImage >
typedef Functor::Log10Thresholded<typename TInputImage::PixelType, typename TOutputImage::PixelType> otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::FunctorType

Definition at line 91 of file otbLog10ThresholdedImageFilter.h.

◆ Pointer

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

Definition at line 93 of file otbLog10ThresholdedImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
typedef Log10ThresholdedImageFilter otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 90 of file otbLog10ThresholdedImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, FunctorType> otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::Superclass

Definition at line 92 of file otbLog10ThresholdedImageFilter.h.

Constructor & Destructor Documentation

◆ Log10ThresholdedImageFilter() [1/2]

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

Definition at line 108 of file otbLog10ThresholdedImageFilter.h.

◆ ~Log10ThresholdedImageFilter()

template<class TInputImage , class TOutputImage >
otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::~Log10ThresholdedImageFilter ( )
inlineoverrideprotected

Definition at line 111 of file otbLog10ThresholdedImageFilter.h.

◆ Log10ThresholdedImageFilter() [2/2]

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

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

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

Runtime information support.

◆ New()

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

Method for creation through the object factory.

◆ operator=()

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

◆ SetThresholdedValue()

template<class TInputImage , class TOutputImage >
void otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::SetThresholdedValue ( double  val)
inline

Definition at line 102 of file otbLog10ThresholdedImageFilter.h.


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