18#ifndef itkBinaryOpeningByReconstructionImageFilter_h
19#define itkBinaryOpeningByReconstructionImageFilter_h
48template <
typename TInputImage,
typename TKernel>
98 itkSetMacro(FullyConnected,
bool);
99 itkGetConstReferenceMacro(FullyConnected,
bool);
100 itkBooleanMacro(FullyConnected);
127 bool m_FullyConnected{};
133#ifndef ITK_MANUAL_INSTANTIATION
134# include "itkBinaryOpeningByReconstructionImageFilter.hxx"
binary morphological closing of an image.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
void GenerateInputRequestedRegion() override
void PrintSelf(std::ostream &os, Indent indent) const override
~BinaryOpeningByReconstructionImageFilter() override=default
typename OutputImageType::RegionType OutputImageRegionType
TInputImage OutputImageType
typename TInputImage::PixelType PixelType
BinaryOpeningByReconstructionImageFilter()
void GenerateData() override
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< Self > Pointer
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....