18 #ifndef itkBinaryClosingByReconstructionImageFilter_h
19 #define itkBinaryClosingByReconstructionImageFilter_h
48 template<
typename TInputImage,
typename TKernel>
95 itkSetMacro(FullyConnected,
bool);
96 itkGetConstReferenceMacro(FullyConnected,
bool);
97 itkBooleanMacro(FullyConnected);
103 void PrintSelf(std::ostream& os,
Indent indent)
const override;
110 void GenerateInputRequestedRegion()
override;
114 void GenerateData ()
override;
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkBinaryClosingByReconstructionImageFilter.hxx"
binary closing by reconstruction of an image.
typename TOutputImage::PixelType OutputPixelType
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
typename TInputImage::PixelType InputPixelType
A base class for all the filters working on an arbitrary shaped neighborhood.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
InputPixelType m_ForegroundValue