18#ifndef itkAnchorErodeDilateImageFilter_h
19#define itkAnchorErodeDilateImageFilter_h
38template <
typename TImage,
typename TKernel,
typename TFunction1>
64 static constexpr unsigned int InputImageDimension = TImage::ImageDimension;
65 static constexpr unsigned int OutputImageDimension = TImage::ImageDimension;
100#ifndef ITK_MANUAL_INSTANTIATION
101# include "itkAnchorErodeDilateImageFilter.hxx"
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
typename InputImageType::PixelType InputImagePixelType
typename TImage::IndexType IndexType
typename TImage::SizeType SizeType
~AnchorErodeDilateImageFilter() override=default
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::RegionType InputImageRegionType
void DynamicThreadedGenerateData(const InputImageRegionType &outputRegionForThread) override
AnchorErodeDilateImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
Compute indices along a line in n dimensions.
Control indentation during Print() invocation.
A base class for all the filters working on an arbitrary shaped neighborhood.
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....