18 #ifndef itkGrayscaleErodeImageFilter_h
19 #define itkGrayscaleErodeImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
71 itkStaticConstMacro(ImageDimension,
unsigned int,
72 TInputImage::ImageDimension);
115 void SetKernel(
const KernelType & kernel) ITK_OVERRIDE;
123 void SetAlgorithm(
int algo);
125 itkGetConstMacro(Algorithm,
int);
128 virtual void Modified() const ITK_OVERRIDE;
134 ~GrayscaleErodeImageFilter() ITK_OVERRIDE {}
135 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
137 void GenerateData() ITK_OVERRIDE;
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "itkGrayscaleErodeImageFilter.hxx"
ConstantBoundaryCondition< InputImageType > DefaultBoundaryConditionType
KernelImageFilter< TInputImage, TOutputImage, TKernel > Superclass
TInputImage::IndexType IndexType
TInputImage::RegionType RegionType
AnchorErodeImageFilter< TInputImage, FlatKernelType > AnchorFilterType
ImageBoundaryCondition< InputImageType > const * ImageBoundaryConditionConstPointerType
ImageBoundaryCondition< InputImageType > * ImageBoundaryConditionPointerType
FlatStructuringElement< itkGetStaticConstMacro(ImageDimension) > FlatKernelType
TOutputImage OutputImageType
Base class for all process objects that output image data.
VanHerkGilWermanErodeImageFilter< TInputImage, FlatKernelType > VHGWFilterType
TInputImage::SizeType SizeType
BasicErodeImageFilter< TInputImage, TOutputImage, TKernel > BasicFilterType
Superclass::OutputImageRegionType OutputImageRegionType
A base class for all the filters working on an arbitrary shaped neighborhood.
MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel > HistogramFilterType
SmartPointer< Self > Pointer
unsigned int ThreadIdType
A class to support a variety of flat structuring elements, including versions created by decompositio...
TInputImage::PixelType PixelType
gray scale erosion of an image
GrayscaleErodeImageFilter Self
TInputImage InputImageType
CastImageFilter< TInputImage, TOutputImage > CastFilterType
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
TInputImage::OffsetType OffsetType
ImageBaseType::SizeType SizeType
gray scale erosion of an image
Grayscale erosion of an image.
Casts input pixels to output pixel type.
ImageBaseType::IndexType IndexType