18 #ifndef itkErodeObjectMorphologyImageFilter_h
19 #define itkErodeObjectMorphologyImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
74 typedef typename Superclass::DefaultBoundaryConditionType
81 this->SetObjectValue(objectValue);
88 return this->GetObjectValue();
92 itkSetMacro(BackgroundValue, PixelType);
100 #ifdef ITK_USE_CONCEPT_CHECKING
110 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
116 void Evaluate(OutputNeighborhoodIteratorType & nit,
117 const KernelType & kernel) ITK_OVERRIDE;
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkErodeObjectMorphologyImageFilter.hxx"
Superclass::PixelType PixelType
PixelType GetErodeValue(void)
~ErodeObjectMorphologyImageFilter() override
Base class for all process objects that output image data.
NeighborhoodIterator< TOutputImage > OutputNeighborhoodIteratorType
ErodeObjectMorphologyImageFilter Self
TInputImage::PixelType PixelType
TKernel::PixelType KernelPixelType
KernelType::ConstIterator KernelIteratorType
void SetErodeValue(PixelType objectValue)
ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > Superclass
Control indentation during Print() invocation.
Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
DefaultBoundaryConditionType m_ErodeBoundaryCondition
Erosion of an object in an image.
#define itkConceptMacro(name, concept)
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Base class for the morphological operations being applied to isolated objects in an image...
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.
PixelType m_BackgroundValue