|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAnchorOpenCloseImageFilter_h
19 #define itkAnchorOpenCloseImageFilter_h
50 template <
typename TImage,
typename TKernel,
typename TCompare1,
typename TCompare2>
75 static constexpr
unsigned int InputImageDimension = TImage::ImageDimension;
76 static constexpr
unsigned int OutputImageDimension = TImage::ImageDimension;
88 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
Control indentation during Print() invocation.
typename BresType::OffsetArray BresOffsetArray
typename InputImageType::PixelType InputImagePixelType
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
std::vector< OffsetType > OffsetArray
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
class to implement openings and closings using anchor methods. This is the base class that must be in...
typename KernelType::LType KernelLType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
class to implement openings and closings using anchor methods.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
A base class for all the filters working on an arbitrary shaped neighborhood.
typename InputImageType::RegionType InputImageRegionType
InputImagePixelType m_Boundary2
typename InputImageType::ConstPointer InputImageConstPointer