18 #ifndef itkBinaryReconstructionByDilationImageFilter_h
19 #define itkBinaryReconstructionByDilationImageFilter_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 "itkBinaryReconstructionByDilationImageFilter.hxx"
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
binary reconstruction by dilation of an image
Mark the objects at least partially at the same position as the objects in a binary image...
LabelMap< LabelObjectType > LabelMapType
BinaryReconstructionByDilationImageFilter Self
BinaryImageToLabelMapFilter< InputImageType, LabelMapType > LabelizerType
A LabelObject with a generic attribute.
AttributeOpeningLabelMapFilter< LabelMapType > OpeningType
TInputImage OutputImageType
InputImageType::ConstPointer InputImageConstPointer
InputImageType::Pointer InputImagePointer
TInputImage InputImageType
~BinaryReconstructionByDilationImageFilter() override
SmartPointer< Self > Pointer
OutputImageType::PixelType OutputImagePixelType
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
InputImageType::RegionType InputImageRegionType
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.
Control indentation during Print() invocation.
Templated n-dimensional image to store labeled objects.
InputImageType::PixelType InputImagePixelType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
OutputImageType::Pointer OutputImagePointer
Convert a LabelMap to a binary image.