18 #ifndef itkAnchorOpenCloseImageFilter_h
19 #define itkAnchorOpenCloseImageFilter_h
50 template<
typename TImage,
typename TKernel,
typename TCompare1,
typename TCompare2 >
77 static constexpr
unsigned int InputImageDimension = TImage::ImageDimension;
78 static constexpr
unsigned int OutputImageDimension = TImage::ImageDimension;
90 void PrintSelf(std::ostream & os,
Indent indent)
const override;
122 std::vector<InputImagePixelType> & outbuffer,
128 #ifndef ITK_MANUAL_INSTANTIATION
129 #include "itkAnchorOpenCloseImageFilter.hxx"
InputImagePixelType m_Boundary1
InputImagePixelType m_Boundary2
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
class to implement openings and closings using anchor methods.
typename KernelType::LType KernelLType
A base class for all the filters working on an arbitrary shaped neighborhood.
typename InputImageType::RegionType InputImageRegionType
typename BresType::OffsetArray BresOffsetArray
class to implement openings and closings using anchor methods. This is the base class that must be in...
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
typename InputImageType::ConstPointer InputImageConstPointer
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
std::vector< OffsetType > OffsetArray