21 #ifndef otbAsymmetricFusionOfLineDetectorImageFilter_h
22 #define otbAsymmetricFusionOfLineDetectorImageFilter_h
24 #include "itkImageToImageFilter.h"
44 template <
class TInputImage,
class TOutputImage,
class TOutputImageDirection = TOutputImage,
45 class TInterpolator = itk::LinearInterpolateImageFunction<TInputImage>>
49 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
50 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
70 typedef typename InputImageType::SizeType
SizeType;
86 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
98 #ifndef OTB_MANUAL_INSTANTIATION
Implements an asymmetric fusion of line detector image filter.
itk::SmartPointer< Self > Pointer
itk::SmartPointer< Self > Pointer
OutputImageType::PixelType OutputPixelType
Superclass::InputImageType InputImageType
Superclass::OutputImageType OutputImageType
AsymmetricFusionOfLineDetectorImageFilter(const Self &)=delete
void PrintSelf(std::ostream &os, itk::Indent indent) const override
otb::AssociativeSymmetricalSumImageFilter< InputImageType1, InputImageType2, OutputImageType > AssSymSumType
InputImageType::PixelType InputPixelType
otb::LineRatioDetectorImageFilter< InputImageType, OutputImageType, OutputImageDirectionType, InterpolatorType > LineRatioType
OutputImageType InputImageType2
otb::LineCorrelationDetectorImageFilter< InputImageType, OutputImageType, OutputImageDirectionType, InterpolatorType > LineCorrelationType
void GenerateData() override
void operator=(const Self &)=delete
~AsymmetricFusionOfLineDetectorImageFilter() override
LineCorrelationType::Pointer m_LineCorrelation
itk::SmartPointer< const Self > ConstPointer
InputImageType::SizeType SizeType
AssSymSumType::Pointer m_AssSymSum
AsymmetricFusionOfLineDetectorImageFilter Self
LineRatioType::Pointer m_LineRatio
OutputImageType InputImageType1
LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > Superclass
Superclass::OutputImageDirectionType OutputImageDirectionType
AsymmetricFusionOfLineDetectorImageFilter()
Superclass::InterpolatorType InterpolatorType
itk::SmartPointer< Self > Pointer
Base class for line detector filters.
Superclass::InputImageType InputImageType
Superclass::OutputImageDirectionType OutputImageDirectionType
TInterpolator InterpolatorType
Superclass::OutputImageType OutputImageType
Application of detection of linear features based on the ratio of local means.
itk::SmartPointer< Self > Pointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.