18 #ifndef __itkGrayscaleErodeImageFilter_h
19 #define __itkGrayscaleErodeImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
72 TInputImage::ImageDimension);
78 typedef typename TInputImage::SizeType
SizeType;
125 itkGetConstMacro(Algorithm,
int);
162 #ifndef ITK_MANUAL_INSTANTIATION
163 #include "itkGrayscaleErodeImageFilter.hxx"
ConstantBoundaryCondition< InputImageType > DefaultBoundaryConditionType
GrayscaleErodeImageFilter()
KernelImageFilter< TInputImage, TOutputImage, TKernel > Superclass
TInputImage::IndexType IndexType
AnchorFilterType::Pointer m_AnchorFilter
TInputImage::RegionType RegionType
void SetAlgorithm(int algo)
static const unsigned int ImageDimension
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.
DefaultBoundaryConditionType m_BoundaryCondition
VanHerkGilWermanErodeImageFilter< TInputImage, FlatKernelType > VHGWFilterType
void PrintSelf(std::ostream &os, Indent indent) const
BasicFilterType::Pointer m_BasicFilter
TInputImage::SizeType SizeType
BasicErodeImageFilter< TInputImage, TOutputImage, TKernel > BasicFilterType
void operator=(const Self &)
Superclass::OutputImageRegionType OutputImageRegionType
void SetNumberOfThreads(ThreadIdType nb)
A base class for all the filters working on an arbitrary shaped neighborhood.
MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel > HistogramFilterType
SmartPointer< Self > Pointer
virtual void Modified() const
void SetBoundary(const PixelType value)
void SetKernel(const KernelType &kernel)
A class to support a variety of flat structuring elements, including versions created by decompositio...
VHGWFilterType::Pointer m_VHGWFilter
HistogramFilterType::Pointer m_HistogramFilter
TInputImage::PixelType PixelType
gray scale erosion of an image
GrayscaleErodeImageFilter Self
TInputImage InputImageType
CastImageFilter< TInputImage, TOutputImage > CastFilterType
~GrayscaleErodeImageFilter()
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
TInputImage::OffsetType OffsetType
Superclass::OutputImageRegionType OutputImageRegionType
gray scale erosion of an image
gray scale dilation of an image
Casts input pixels to output pixel type.
unsigned int ThreadIdType