18#ifndef itkDifferenceOfGaussiansGradientImageFilter_h
19#define itkDifferenceOfGaussiansGradientImageFilter_h
35template <
typename TInputImage,
typename TDataType>
39 Image<CovariantVector<TDataType, TInputImage::ImageDimension>, TInputImage::ImageDimension>>
45 static constexpr unsigned int NDimensions = TInputImage::ImageDimension;
78 itkGetConstMacro(Width,
unsigned int);
79 itkSetMacro(Width,
unsigned int);
82#ifdef ITK_USE_CONCEPT_CHECKING
99 unsigned int m_Width{};
103#ifndef ITK_MANUAL_INSTANTIATION
104# include "itkDifferenceOfGaussiansGradientImageFilter.hxx"
Performs difference-of-gaussians gradient detection.
void GenerateData() override
DifferenceOfGaussiansGradientImageFilter()
~DifferenceOfGaussiansGradientImageFilter() override=default
typename TInputImage::PixelType PixelType
typename TInputImage::RegionType OutputImageRegionType
void PrintSelf(std::ostream &os, Indent indent) const override
typename TInputImage::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Templated n-dimensional image class.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Represent a n-dimensional size (bounds) of a n-dimensional image.