18 #ifndef itkBinaryOpeningByReconstructionImageFilter_h
19 #define itkBinaryOpeningByReconstructionImageFilter_h
48 template<
typename TInputImage,
typename TKernel>
100 itkSetMacro(FullyConnected,
bool);
101 itkGetConstReferenceMacro(FullyConnected,
bool);
102 itkBooleanMacro(FullyConnected);
108 void PrintSelf(std::ostream& os,
Indent indent)
const override;
115 void GenerateInputRequestedRegion()
override;
119 void GenerateData ()
override;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkBinaryOpeningByReconstructionImageFilter.hxx"
PixelType m_BackgroundValue
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::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
A base class for all the filters working on an arbitrary shaped neighborhood.
PixelType m_ForegroundValue
Control indentation during Print() invocation.
typename TInputImage::PixelType PixelType
ImageBaseType::RegionType RegionType
binary morphological closing of an image.