18 #ifndef itkBinaryReconstructionByErosionImageFilter_h
19 #define itkBinaryReconstructionByErosionImageFilter_h
54 template<
typename TInputImage>
80 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
81 static constexpr
unsigned int OutputImageDimension = TInputImage::ImageDimension;
82 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
104 itkSetMacro(FullyConnected,
bool);
105 itkGetConstReferenceMacro(FullyConnected,
bool);
106 itkBooleanMacro(FullyConnected);
109 #ifdef ITK_USE_CONCEPT_CHECKING
151 void PrintSelf(std::ostream& os,
Indent indent)
const override;
156 void GenerateInputRequestedRegion()
override;
159 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output))
override;
163 void GenerateData()
override;
173 #ifndef ITK_MANUAL_INSTANTIATION
174 #include "itkBinaryReconstructionByErosionImageFilter.hxx"
typename OutputImageType::PixelType OutputImagePixelType
Light weight base class for most itk classes.
OutputImagePixelType m_BackgroundValue
typename InputImageType::RegionType InputImageRegionType
TInputImage OutputImageType
Mark the objects at least partially at the same position as the objects in a binary image...
typename InputImageType::Pointer InputImagePointer
A LabelObject with a generic attribute.
OutputImagePixelType m_ForegroundValue
typename OutputImageType::ConstPointer OutputImageConstPointer
TInputImage InputImageType
Implements the BinaryNot logical operator pixel-wise between two images.
remove the objects according to the value of their attribute
binary reconstruction by erosion of an image
typename OutputImageType::RegionType OutputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
typename OutputImageType::Pointer OutputImagePointer
Label the connected components in a binary image and produce a collection of label objects...
Base class for filters that take an image as input and produce an image as output.
typename InputImageType::PixelType InputImagePixelType
Control indentation during Print() invocation.
Templated n-dimensional image to store labeled objects.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
Mask and image with a LabelMap.