|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
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;
84 void GenerateData()
override;
86 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
90 void operator=(
const Self&) =
delete;
98 #ifndef OTB_MANUAL_INSTANTIATION
Superclass::InputImageType InputImageType
InputImageType::PixelType InputPixelType
otb::LineRatioDetectorImageFilter< InputImageType, OutputImageType, OutputImageDirectionType, InterpolatorType > LineRatioType
otb::LineCorrelationDetectorImageFilter< InputImageType, OutputImageType, OutputImageDirectionType, InterpolatorType > LineCorrelationType
Implements an asymmetric fusion of line detector image filter.
~AsymmetricFusionOfLineDetectorImageFilter() override
TInterpolator InterpolatorType
otb::AssociativeSymmetricalSumImageFilter< InputImageType1, InputImageType2, OutputImageType > AssSymSumType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
LineCorrelationType::Pointer m_LineCorrelation
Superclass::OutputImageDirectionType OutputImageDirectionType
OutputImageType InputImageType1
itk::SmartPointer< const Self > ConstPointer
OutputImageType InputImageType2
itk::SmartPointer< Self > Pointer
Superclass::OutputImageDirectionType OutputImageDirectionType
AsymmetricFusionOfLineDetectorImageFilter Self
Superclass::OutputImageType OutputImageType
itk::SmartPointer< Self > Pointer
itk::SmartPointer< Self > Pointer
Base class for line detector filters.
Superclass::OutputImageType OutputImageType
Superclass::InputImageType InputImageType
Superclass::InterpolatorType InterpolatorType
InputImageType::SizeType SizeType
LineRatioType::Pointer m_LineRatio
Application of detection of linear features based on the ratio of local means.
itk::SmartPointer< Self > Pointer
OutputImageType::PixelType OutputPixelType
AssSymSumType::Pointer m_AssSymSum
LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > Superclass