18#ifndef itkBinaryReconstructionByDilationImageFilter_h
19#define itkBinaryReconstructionByDilationImageFilter_h
53template <
typename TInputImage>
103 itkSetMacro(FullyConnected,
bool);
104 itkGetConstReferenceMacro(FullyConnected,
bool);
105 itkBooleanMacro(FullyConnected);
166#ifndef ITK_MANUAL_INSTANTIATION
167# include "itkBinaryReconstructionByDilationImageFilter.hxx"
A LabelObject with a generic attribute.
remove the objects according to the value of their attribute
Label the connected components in a binary image and produce a collection of label objects.
typename InputImageType::Pointer InputImagePointer
TInputImage OutputImageType
LabelMapToBinaryImageFilter< LabelMapType, OutputImageType > BinarizerType
OutputImagePixelType m_BackgroundValue
void GenerateInputRequestedRegion() override
typename OutputImageType::PixelType OutputImagePixelType
void EnlargeOutputRequestedRegion(DataObject *output) override
AttributeLabelObject< SizeValueType, ImageDimension, bool > LabelObjectType
itkGetInputMacro(MarkerImage, InputImageType)
LabelMap< LabelObjectType > LabelMapType
typename InputImageType::PixelType InputImagePixelType
BinaryImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
BinaryReconstructionLabelMapFilter< LabelMapType, InputImageType > ReconstructionType
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
BinaryReconstructionByDilationImageFilter()
void GenerateData() override
~BinaryReconstructionByDilationImageFilter() override=default
itkSetInputMacro(MarkerImage, InputImageType)
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TInputImage InputImageType
static constexpr unsigned int OutputImageDimension
itkSetInputMacro(MaskImage, InputImageType)
AttributeOpeningLabelMapFilter< LabelMapType > OpeningType
ImageToImageFilter< TInputImage, TInputImage > Superclass
typename OutputImageType::ConstPointer OutputImageConstPointer
itkGetInputMacro(MaskImage, InputImageType)
BinaryReconstructionByDilationImageFilter Self
static constexpr unsigned int ImageDimension
static constexpr unsigned int InputImageDimension
OutputImagePixelType m_ForegroundValue
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
Mark the objects at least partially at the same position as the objects in a binary image.
Base class for all data objects in ITK.
Control indentation during Print() invocation.
Convert a LabelMap to a binary image.
Templated n-dimensional image to store labeled objects.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....