18 #ifndef itkLaplacianRecursiveGaussianImageFilter_h
19 #define itkLaplacianRecursiveGaussianImageFilter_h
42 template<
typename TInputImage,
43 typename TOutputImage = TInputImage >
56 typedef typename InputImageType::PixelType
PixelType;
59 itkStaticConstMacro(ImageDimension,
unsigned int,
60 TInputImage::ImageDimension);
62 itkStaticConstMacro(NumberOfSmoothingFilters ,
unsigned int, ImageDimension - 1);
118 void SetNormalizeAcrossScale(
bool normalizeInScaleSpace);\
119 itkGetConstMacro(NormalizeAcrossScale,
bool);
125 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
128 void GenerateData(
void) ITK_OVERRIDE;
131 void EnlargeOutputRequestedRegion(
DataObject *output) ITK_OVERRIDE;
143 typedef AddMultConstFunctor
Self;
147 bool operator!=(
const Self &other )
const {
return !(*
this==other); }
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "itkLaplacianRecursiveGaussianImageFilter.hxx"
virtual ~LaplacianRecursiveGaussianImageFilter() override
Base class for computing IIR convolution with an approximation of a Gaussian kernel.
Computes the Laplacian of Gaussian (LoG) of an image.
Base class for all process objects that output image data.
RecursiveGaussianImageFilter< RealImageType, RealImageType > GaussianFilterType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
A Command subclass that calls a pointer to a member function.
LaplacianRecursiveGaussianImageFilter Self
bool operator!=(const Self &other) const
OutputImageType::PixelType OutputPixelType
TOutputImage OutputImageType
GaussianFilterType::Pointer GaussianFilterPointer
TInputImage InputImageType
TOutputImage::Pointer OutputImagePointer
RecursiveGaussianImageFilter< InputImageType, RealImageType > DerivativeFilterType
bool m_NormalizeAcrossScale
TInputImage InputImageType
DerivativeFilterType::Pointer DerivativeFilterPointer
NumericTraits< PixelType >::RealType RealType
AddMultConstFunctor(void)
bool operator==(const Self &other) const
CommandType::Pointer CommandPointer
DerivativeFilterPointer m_DerivativeFilter
Base class for filters that take an image as input and produce an image as output.
MemberCommand< Self > CommandType
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
SmartPointer< Self > Pointer
Image< InternalRealType, itkGetStaticConstMacro(ImageDimension) > RealImageType
Base class for all data objects in ITK.
InputImageType::PixelType PixelType
Templated n-dimensional image class.
InternalRealType operator()(const InternalRealType &a, const InternalRealType &b) const