21 #ifndef otbPixelSuppressionByDirectionImageFilter_h
22 #define otbPixelSuppressionByDirectionImageFilter_h
24 #include "itkImageToImageFilter.h"
26 #include "itkNumericTraits.h"
50 template <
class TInputImage,
class TOutputImage>
55 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
56 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
64 typedef itk::ImageToImageFilter<InputImageType, OutputImageType>
Superclass;
78 typedef typename itk::NumericTraits<InputPixelType>::RealType
InputRealType;
83 typedef typename InputImageType::SizeType
SizeType;
105 void GenerateInputRequestedRegion()
override;
112 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
114 void DynamicThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread)
override;
127 #ifndef OTB_MANUAL_INSTANTIATION
Application of a filter of suppression of isolated pixels, not belonging to a line,...
InputImageType::RegionType InputImageRegionType
InputImageType::SizeType SizeType
itk::SmartPointer< Self > Pointer
InputImageType::PixelType InputPixelType
OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
itk::NumericTraits< InputPixelType >::RealType InputRealType
PixelSuppressionByDirectionImageFilter Self
itk::SmartPointer< const Self > ConstPointer
~PixelSuppressionByDirectionImageFilter() override
OutputImageType::PixelType OutputPixelType
InputRealType m_AngularBeam
PixelSuppressionByDirectionImageFilter(const Self &)=delete
void operator=(const Self &)=delete
itk::ImageToImageFilter< InputImageType, OutputImageType > Superclass
TInputImage InputImageType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.