18 #ifndef itkDifferenceOfGaussiansGradientImageFilter_h
19 #define itkDifferenceOfGaussiansGradientImageFilter_h
34 template<
typename TInputImage,
typename TDataType >
37 Image< CovariantVector< TDataType, TInputImage::ImageDimension >,
38 TInputImage::ImageDimension > >
42 itkStaticConstMacro(NDimensions,
unsigned int, TInputImage::ImageDimension);
76 itkGetConstMacro(Width,
unsigned int);
77 itkSetMacro(Width,
unsigned int);
80 #ifdef ITK_USE_CONCEPT_CHECKING
90 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
93 void GenerateData() ITK_OVERRIDE;
102 #ifndef ITK_MANUAL_INSTANTIATION
103 #include "itkDifferenceOfGaussiansGradientImageFilter.hxx"
TInputImage::RegionType OutputImageRegionType
Light weight base class for most itk classes.
virtual ~DifferenceOfGaussiansGradientImageFilter() override
Represent the size (bounds) of a n-dimensional image.
Image< CovariantVector< TDataType, itkGetStaticConstMacro(NDimensions) >, itkGetStaticConstMacro(NDimensions) > TOutputImage
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TInputImage::IndexType IndexType
Performs difference-of-gaussians gradient detection.
Size< itkGetStaticConstMacro(NDimensions) > SizeType
TInputImage::PixelType PixelType
Base class for filters that take an image as input and produce an image as output.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
Templated n-dimensional image class.
DifferenceOfGaussiansGradientImageFilter Self
ImageBaseType::IndexType IndexType
SmartPointer< const Self > ConstPointer