18 #ifndef itkBinaryReconstructionByErosionImageFilter_h
19 #define itkBinaryReconstructionByErosionImageFilter_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 "itkBinaryReconstructionByErosionImageFilter.hxx"
InputImageType::Pointer InputImagePointer
InputImageType * GetMaskImage()
static const unsigned int ImageDimension
Light weight base class for most itk classes.
OutputImagePixelType m_BackgroundValue
~BinaryReconstructionByErosionImageFilter()
SmartPointer< const Self > ConstPointer
InputImageType::RegionType InputImageRegionType
void GenerateData() override
Mark the objects at least partially at the same position as the objects in a binary image...
A LabelObject with a generic attribute.
TInputImage InputImageType
OutputImagePixelType m_ForegroundValue
InputImageType::PixelType InputImagePixelType
OutputImageType::Pointer OutputImagePointer
void PrintSelf(std::ostream &os, Indent indent) const override
void SetMaskImage(const InputImageType *input)
OutputImageType::RegionType OutputImageRegionType
AttributeOpeningLabelMapFilter< LabelMapType > OpeningType
AttributeLabelObject< SizeValueType, ImageDimension, bool > LabelObjectType
InputImageType * GetMarkerImage()
LabelMapMaskImageFilter< LabelMapType, OutputImageType > BinarizerType
BinaryImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
void GenerateInputRequestedRegion() override
BinaryNotImageFilter< InputImageType > NotType
SmartPointer< Self > Pointer
BinaryReconstructionLabelMapFilter< LabelMapType, InputImageType > ReconstructionType
Implements the BinaryNot logical operator pixel-wise between two images.
BinaryReconstructionByErosionImageFilter Self
remove the objects according to the value of their attribute
InputImageType::ConstPointer InputImageConstPointer
void SetMarkerImage(const InputImageType *input)
ImageToImageFilter< TInputImage, TInputImage > Superclass
binary reconstruction by erosion of an image
LabelMap< LabelObjectType > LabelMapType
static const unsigned int OutputImageDimension
BinaryReconstructionByErosionImageFilter()
Label the connected components in a binary image and produce a collection of label objects...
OutputImageType::ConstPointer OutputImageConstPointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
Templated n-dimensional image to store labeled objects.
OutputImageType::PixelType OutputImagePixelType
static const unsigned int InputImageDimension
void EnlargeOutputRequestedRegion(DataObject *) override
TInputImage OutputImageType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
Mask and image with a LabelMap.