OTB
9.0.0
Orfeo Toolbox
|
#include <otbAssociativeSymmetricalSumImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
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 |
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 is used to merge information from the two detectors:
with .
Definition at line 73 of file otbAssociativeSymmetricalSumImageFilter.h.
typedef itk::SmartPointer<const Self> otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer |
Definition at line 86 of file otbAssociativeSymmetricalSumImageFilter.h.
typedef itk::SmartPointer<Self> otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer |
Definition at line 85 of file otbAssociativeSymmetricalSumImageFilter.h.
typedef AssociativeSymmetricalSumImageFilter otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self |
Standard class typedefs.
Definition at line 80 of file otbAssociativeSymmetricalSumImageFilter.h.
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.
|
inlineprotected |
Definition at line 92 of file otbAssociativeSymmetricalSumImageFilter.h.
|
inlineoverrideprotected |
Definition at line 95 of file otbAssociativeSymmetricalSumImageFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >::CreateAnother | ( | void | ) | const |
|
static |
Method for creation through the object factory.
|
privatedelete |