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::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage > Class Template Reference

#include <otbAssociativeSymmetricalSumImageFilter.h>

+ Inheritance diagram for otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >:
+ Collaboration diagram for otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef AssociativeSymmetricalSumImageFilter Self
 
typedef itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AssociativeSymmetricalSum< typename TInputImage1::PixelType, typename TInputImage1::PixelType, typename TOutputImage::PixelType > > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 AssociativeSymmetricalSumImageFilter ()
 
 ~AssociativeSymmetricalSumImageFilter () override
 

Private Member Functions

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

Detailed Description

template<class TInputImage1, class TInputImage2, class TOutputImage>
class otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >

Implements an asymmetric fusion of line detector image filter.

This class implements a fusion of the output images of otb::LineRatioDetector and otb::LineCorrelationDetector

The associative symmetrical sum $ \sigma(x, y) $ is used to merge information from the two detectors:

\[ \sigma(x, y)=\frac{xy}{1-x-y+2xy} \]

with $ x, y \in [0, 1] $.

Definition at line 73 of file otbAssociativeSymmetricalSumImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer

Definition at line 86 of file otbAssociativeSymmetricalSumImageFilter.h.

◆ Pointer

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef itk::SmartPointer<Self> otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer

Definition at line 85 of file otbAssociativeSymmetricalSumImageFilter.h.

◆ Self

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef AssociativeSymmetricalSumImageFilter otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self

Standard class typedefs.

Definition at line 80 of file otbAssociativeSymmetricalSumImageFilter.h.

◆ Superclass

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AssociativeSymmetricalSum<typename TInputImage1::PixelType, typename TInputImage1::PixelType, typename TOutputImage::PixelType> > otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass

Definition at line 84 of file otbAssociativeSymmetricalSumImageFilter.h.

Constructor & Destructor Documentation

◆ AssociativeSymmetricalSumImageFilter() [1/2]

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::AssociativeSymmetricalSumImageFilter ( )
inlineprotected

Definition at line 92 of file otbAssociativeSymmetricalSumImageFilter.h.

◆ ~AssociativeSymmetricalSumImageFilter()

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::~AssociativeSymmetricalSumImageFilter ( )
inlineoverrideprotected

Definition at line 95 of file otbAssociativeSymmetricalSumImageFilter.h.

◆ AssociativeSymmetricalSumImageFilter() [2/2]

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::AssociativeSymmetricalSumImageFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
virtual::itk::LightObject::Pointer otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::CreateAnother ( void  ) const

◆ New()

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
static Pointer otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
void otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::operator= ( const Self )
privatedelete

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