OTB  9.0.0
Orfeo Toolbox
List of all members
otb::KuanImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbKuanImageFilter.h>

+ Inheritance diagram for otb::KuanImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::KuanImageFilter< TInputImage, TOutputImage >:
typedef TInputImage InputImageType
 
typedef TOutputImage OutputImageType
 
typedef KuanImageFilter Self
 
typedef itk::ImageToImageFilter< InputImageType, OutputImageTypeSuperclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::PixelType InputPixelType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef itk::NumericTraits< InputPixelType >::RealType InputRealType
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef InputImageType::SizeType SizeType
 
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
SizeType m_Radius
 
double m_NbLooks
 
static Pointer New ()
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual void SetRadius (SizeType _arg)
 
virtual const SizeTypeGetRadius () const
 
virtual void SetNbLooks (double _arg)
 
virtual const double & GetNbLooks () const
 
void GenerateInputRequestedRegion () override
 
 KuanImageFilter ()
 
 ~KuanImageFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
 KuanImageFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

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

Anti-speckle image filter.

This class implements Kuan filter for despeckleing of SAR images.

(http://www.isprs.org/proceedings/XXXV/congress/comm2/papers/110.pdf)

Definition at line 43 of file otbKuanImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

standard class typedefs

Definition at line 58 of file otbKuanImageFilter.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType otb::KuanImageFilter< TInputImage, TOutputImage >::InputImageRegionType

standard class typedefs

Definition at line 69 of file otbKuanImageFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputImage >
typedef TInputImage otb::KuanImageFilter< TInputImage, TOutputImage >::InputImageType

standard class typedefs

Definition at line 51 of file otbKuanImageFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType otb::KuanImageFilter< TInputImage, TOutputImage >::InputPixelType

standard class typedefs

Definition at line 64 of file otbKuanImageFilter.h.

◆ InputRealType

template<class TInputImage , class TOutputImage >
typedef itk::NumericTraits<InputPixelType>::RealType otb::KuanImageFilter< TInputImage, TOutputImage >::InputRealType

standard class typedefs

Definition at line 68 of file otbKuanImageFilter.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::RegionType otb::KuanImageFilter< TInputImage, TOutputImage >::OutputImageRegionType

standard class typedefs

Definition at line 70 of file otbKuanImageFilter.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage >
typedef TOutputImage otb::KuanImageFilter< TInputImage, TOutputImage >::OutputImageType

standard class typedefs

Definition at line 52 of file otbKuanImageFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType otb::KuanImageFilter< TInputImage, TOutputImage >::OutputPixelType

standard class typedefs

Definition at line 67 of file otbKuanImageFilter.h.

◆ Pointer

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

standard class typedefs

Definition at line 57 of file otbKuanImageFilter.h.

◆ Self

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

standard class typedefs

Definition at line 55 of file otbKuanImageFilter.h.

◆ SizeType

template<class TInputImage , class TOutputImage >
typedef InputImageType::SizeType otb::KuanImageFilter< TInputImage, TOutputImage >::SizeType

standard class typedefs

Definition at line 71 of file otbKuanImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef itk::ImageToImageFilter<InputImageType, OutputImageType> otb::KuanImageFilter< TInputImage, TOutputImage >::Superclass

standard class typedefs

Definition at line 56 of file otbKuanImageFilter.h.

Constructor & Destructor Documentation

◆ KuanImageFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::KuanImageFilter< TInputImage, TOutputImage >::KuanImageFilter
protected

standard class typedefs

Definition at line 41 of file otbKuanImageFilter.hxx.

◆ ~KuanImageFilter()

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

standard class typedefs

Definition at line 95 of file otbKuanImageFilter.h.

◆ KuanImageFilter() [2/2]

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

standard class typedefs

Member Function Documentation

◆ CreateAnother()

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

standard class typedefs

◆ GenerateInputRequestedRegion()

template<class TInputImage , class TOutputImage >
void otb::KuanImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion
override

KuanImageFilter needs a larger input requested region than the output requested region. As such, KuanImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.

See also
ImageToImageFilter::GenerateInputRequestedRegion()

Definition at line 49 of file otbKuanImageFilter.hxx.

◆ GetNameOfClass()

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

typemacro

◆ GetNbLooks()

template<class TInputImage , class TOutputImage >
virtual const double& otb::KuanImageFilter< TInputImage, TOutputImage >::GetNbLooks ( ) const
virtual

Getthe number of look used for computation

◆ GetRadius()

template<class TInputImage , class TOutputImage >
virtual const SizeType& otb::KuanImageFilter< TInputImage, TOutputImage >::GetRadius ( ) const
virtual

Get the radius of the neighborhood used in this filter

◆ New()

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

Object factory management

◆ operator=()

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

standard class typedefs

◆ PrintSelf()

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

Standard "PrintSelf" method

Definition at line 198 of file otbKuanImageFilter.hxx.

◆ SetNbLooks()

template<class TInputImage , class TOutputImage >
virtual void otb::KuanImageFilter< TInputImage, TOutputImage >::SetNbLooks ( double  _arg)
virtual

Set the number of look used for computation

◆ SetRadius()

template<class TInputImage , class TOutputImage >
virtual void otb::KuanImageFilter< TInputImage, TOutputImage >::SetRadius ( SizeType  _arg)
virtual

Set the radius of the neighborhood used in this filter

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputImage >
void otb::KuanImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
itk::ThreadIdType  threadId 
)
overrideprotected

KuanImageFilter can be multithreaded.

Definition at line 97 of file otbKuanImageFilter.hxx.

Member Data Documentation

◆ InputImageDimension

template<class TInputImage , class TOutputImage >
const unsigned int otb::KuanImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension
static

Extract input and output image dimension

Definition at line 47 of file otbKuanImageFilter.h.

◆ m_NbLooks

template<class TInputImage , class TOutputImage >
double otb::KuanImageFilter< TInputImage, TOutputImage >::m_NbLooks
private

Number of look of the filter

Definition at line 113 of file otbKuanImageFilter.h.

◆ m_Radius

template<class TInputImage , class TOutputImage >
SizeType otb::KuanImageFilter< TInputImage, TOutputImage >::m_Radius
private

Radius of the filter

Definition at line 110 of file otbKuanImageFilter.h.

◆ OutputImageDimension

template<class TInputImage , class TOutputImage >
const unsigned int otb::KuanImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension
static

standard class typedefs

Definition at line 48 of file otbKuanImageFilter.h.


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