18 #ifndef __itkBinaryOpeningByReconstructionImageFilter_h
19 #define __itkBinaryOpeningByReconstructionImageFilter_h
48 template<
typename TInputImage,
typename TKernel>
98 itkSetMacro(FullyConnected,
bool);
99 itkGetConstReferenceMacro(FullyConnected,
bool);
100 itkBooleanMacro(FullyConnected);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkBinaryOpeningByReconstructionImageFilter.hxx"
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const
KernelImageFilter< TInputImage, TInputImage, TKernel > Superclass
PixelType m_BackgroundValue
TInputImage::PixelType PixelType
BinaryOpeningByReconstructionImageFilter Self
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
void operator=(const Self &)
InputImageType::Pointer InputImagePointer
~BinaryOpeningByReconstructionImageFilter()
TInputImage OutputImageType
A base class for all the filters working on an arbitrary shaped neighborhood.
OutputImageType::RegionType OutputImageRegionType
PixelType m_ForegroundValue
TInputImage InputImageType
Control indentation during Print() invocation.
void GenerateInputRequestedRegion()
BinaryOpeningByReconstructionImageFilter()
binary morphological closing of an image.