18 #ifndef itkGrayscaleMorphologicalOpeningImageFilter_h
19 #define itkGrayscaleMorphologicalOpeningImageFilter_h
50 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
69 itkStaticConstMacro(ImageDimension,
unsigned int,
70 TInputImage::ImageDimension);
106 void SetKernel(
const KernelType & kernel) ITK_OVERRIDE;
109 void SetAlgorithm(
int algo);
111 itkGetConstMacro(Algorithm,
int);
115 virtual void Modified() const ITK_OVERRIDE;
127 itkSetMacro(SafeBorder,
bool);
128 itkGetConstReferenceMacro(SafeBorder,
bool);
129 itkBooleanMacro(SafeBorder);
135 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
137 void GenerateData() ITK_OVERRIDE;
164 #ifndef ITK_MANUAL_INSTANTIATION
165 #include "itkGrayscaleMorphologicalOpeningImageFilter.hxx"
gray scale dilation of an image
TInputImage::PixelType PixelType
CastImageFilter< TInputImage, TOutputImage > SubtractFilterType
SmartPointer< Self > Pointer
~GrayscaleMorphologicalOpeningImageFilter() override
gray scale dilation of an image
KernelImageFilter< TInputImage, TOutputImage, TKernel > Superclass
TInputImage::RegionType RegionType
BasicErodeImageFilter< TInputImage, TInputImage, TKernel > BasicErodeFilterType
Base class for all process objects that output image data.
gray scale dilation of an image
TInputImage::IndexType IndexType
VanHerkGilWermanDilateImageFilter< TInputImage, FlatKernelType > VanHerkGilWermanDilateFilterType
SmartPointer< const Self > ConstPointer
VanHerkGilWermanErodeImageFilter< TInputImage, FlatKernelType > VanHerkGilWermanErodeFilterType
TInputImage::SizeType SizeType
TOutputImage OutputImageType
AnchorOpenImageFilter< TInputImage, FlatKernelType > AnchorFilterType
Superclass::OutputImageRegionType OutputImageRegionType
A base class for all the filters working on an arbitrary shaped neighborhood.
BasicDilateImageFilter< TInputImage, TOutputImage, TKernel > BasicDilateFilterType
MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel > HistogramDilateFilterType
GrayscaleMorphologicalOpeningImageFilter Self
A class to support a variety of flat structuring elements, including versions created by decompositio...
gray scale erosion of an image
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel > HistogramErodeFilterType
gray scale erosion of an image
TInputImage InputImageType
TInputImage::OffsetType OffsetType
Casts input pixels to output pixel type.
ImageBaseType::IndexType IndexType
FlatStructuringElement< itkGetStaticConstMacro(ImageDimension) > FlatKernelType