18 #ifndef itkBinaryReconstructionByDilationImageFilter_h
19 #define itkBinaryReconstructionByDilationImageFilter_h
54 template<
typename TInputImage>
79 TInputImage::ImageDimension);
81 TInputImage::ImageDimension);
83 TInputImage::ImageDimension);
106 itkSetMacro(FullyConnected,
bool);
107 itkGetConstReferenceMacro(FullyConnected,
bool);
108 itkBooleanMacro(FullyConnected);
111 #ifdef ITK_USE_CONCEPT_CHECKING
169 void operator=(const Self&);
178 #ifndef ITK_MANUAL_INSTANTIATION
179 #include "itkBinaryReconstructionByDilationImageFilter.hxx"
SmartPointer< const Self > ConstPointer
static const unsigned int OutputImageDimension
Light weight base class for most itk classes.
binary reconstruction by dilation of an image
void GenerateInputRequestedRegion() override
void GenerateData() override
~BinaryReconstructionByDilationImageFilter()
Mark the objects at least partially at the same position as the objects in a binary image...
LabelMap< LabelObjectType > LabelMapType
BinaryReconstructionByDilationImageFilter()
BinaryReconstructionByDilationImageFilter Self
BinaryImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
A LabelObject with a generic attribute.
void EnlargeOutputRequestedRegion(DataObject *) override
InputImageType * GetMaskImage()
AttributeOpeningLabelMapFilter< LabelMapType > OpeningType
TInputImage OutputImageType
InputImageType::ConstPointer InputImageConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
InputImageType::Pointer InputImagePointer
static const unsigned int ImageDimension
TInputImage InputImageType
SmartPointer< Self > Pointer
OutputImageType::PixelType OutputImagePixelType
void SetMaskImage(const InputImageType *input)
OutputImageType::RegionType OutputImageRegionType
ImageToImageFilter< TInputImage, TInputImage > Superclass
remove the objects according to the value of their attribute
LabelMapToBinaryImageFilter< LabelMapType, OutputImageType > BinarizerType
AttributeLabelObject< SizeValueType, ImageDimension, bool > LabelObjectType
OutputImagePixelType m_ForegroundValue
InputImageType::RegionType InputImageRegionType
static const unsigned int InputImageDimension
Label the connected components in a binary image and produce a collection of label objects...
BinaryReconstructionLabelMapFilter< LabelMapType, InputImageType > ReconstructionType
OutputImageType::ConstPointer OutputImageConstPointer
Base class for filters that take an image as input and produce an image as output.
void SetMarkerImage(const InputImageType *input)
Control indentation during Print() invocation.
Templated n-dimensional image to store labeled objects.
InputImageType::PixelType InputImagePixelType
InputImageType * GetMarkerImage()
#define itkConceptMacro(name, concept)
OutputImagePixelType m_BackgroundValue
Base class for all data objects in ITK.
OutputImageType::Pointer OutputImagePointer
Convert a LabelMap to a binary image.