18 #ifndef itkBinaryReconstructionByErosionImageFilter_h
19 #define itkBinaryReconstructionByErosionImageFilter_h
54 template<
typename TInputImage>
78 itkStaticConstMacro(InputImageDimension,
unsigned int,
79 TInputImage::ImageDimension);
80 itkStaticConstMacro(OutputImageDimension,
unsigned int,
81 TInputImage::ImageDimension);
82 itkStaticConstMacro(ImageDimension,
unsigned int,
83 TInputImage::ImageDimension);
106 itkSetMacro(FullyConnected,
bool);
107 itkGetConstReferenceMacro(FullyConnected,
bool);
108 itkBooleanMacro(FullyConnected);
111 #ifdef ITK_USE_CONCEPT_CHECKING
153 void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
158 void GenerateInputRequestedRegion() ITK_OVERRIDE;
161 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output)) ITK_OVERRIDE;
165 void GenerateData() ITK_OVERRIDE;
170 bool m_FullyConnected;
177 #ifndef ITK_MANUAL_INSTANTIATION
178 #include "itkBinaryReconstructionByErosionImageFilter.hxx"
InputImageType::Pointer InputImagePointer
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
InputImageType::RegionType InputImageRegionType
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
InputImageType::PixelType InputImagePixelType
OutputImageType::Pointer OutputImagePointer
OutputImageType::RegionType OutputImageRegionType
AttributeOpeningLabelMapFilter< LabelMapType > OpeningType
AttributeLabelObject< SizeValueType, ImageDimension, bool > LabelObjectType
LabelMapMaskImageFilter< LabelMapType, OutputImageType > BinarizerType
BinaryImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
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
ImageToImageFilter< TInputImage, TInputImage > Superclass
binary reconstruction by erosion of an image
LabelMap< LabelObjectType > LabelMapType
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
TInputImage OutputImageType
#define itkConceptMacro(name, concept)
~BinaryReconstructionByErosionImageFilter() override
Base class for all data objects in ITK.
Mask and image with a LabelMap.