|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMorphologicalGradientImageFilter_h
19 #define itkMorphologicalGradientImageFilter_h
49 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
69 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
98 #if !defined(ITK_LEGACY_REMOVE)
105 static constexpr
AlgorithmType ANCHOR = AlgorithmEnum::ANCHOR;
111 SetKernel(
const KernelType & kernel)
override;
122 Modified()
const override;
128 PrintSelf(std::ostream & os,
Indent indent)
const override;
131 GenerateData()
override;
154 #ifndef ITK_MANUAL_INSTANTIATION
155 # include "itkMorphologicalGradientImageFilter.hxx"
AnchorDilateFilterType::Pointer m_AnchorDilateFilter
BasicDilateFilterType::Pointer m_BasicDilateFilter
Grayscale dilation of an image.
A class to support a variety of flat structuring elements, including versions created by decompositio...
Algorithm or implementation used in the dilation/erosion operations.
BasicErodeFilterType::Pointer m_BasicErodeFilter
ImageBaseType::SizeType SizeType
Grayscale erosion of an image.
typename TInputImage::PixelType PixelType
Control indentation during Print() invocation.
HistogramFilterType::Pointer m_HistogramFilter
typename TInputImage::OffsetType OffsetType
VHGWErodeFilterType::Pointer m_VanHerkGilWermanErodeFilter
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
AnchorErodeFilterType::Pointer m_AnchorErodeFilter
Morphological gradients enhance the variation of pixel intensity in a given neighborhood.
ImageBaseType::RegionType RegionType
Compute the gradient of a grayscale image.
VHGWDilateFilterType::Pointer m_VanHerkGilWermanDilateFilter
TInputImage InputImageType
Pixel-wise subtraction of two images.
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
AlgorithmEnum m_Algorithm
typename TInputImage::SizeType SizeType
A base class for all the filters working on an arbitrary shaped neighborhood.
TOutputImage OutputImageType
typename TInputImage::RegionType RegionType