|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkGaussianBlurImageFunction_h
19 #define itkGaussianBlurImageFunction_h
41 template <
typename TInputImage,
typename TOutput =
double>
70 static constexpr
unsigned int ImageDimension = InputImageType::ImageDimension;
97 Evaluate(
const PointType & point)
const override;
101 EvaluateAtIndex(
const IndexType & index)
const override;
114 SetSigma(
const double * sigma);
117 SetSigma(
const float * sigma);
120 SetSigma(
const double sigma);
138 SetExtent(
const double * extent);
142 SetExtent(
const double extent);
155 itkSetMacro(MaximumKernelWidth,
int);
156 itkGetConstMacro(MaximumKernelWidth,
int);
164 itkSetMacro(UseImageSpacing,
bool);
165 itkGetConstMacro(UseImageSpacing,
bool);
166 itkBooleanMacro(UseImageSpacing);
174 PrintSelf(std::ostream & os,
Indent indent)
const override;
177 RecomputeGaussianKernel();
180 RecomputeContinuousGaussianKernel(
const double * offset)
const;
214 #ifndef ITK_MANUAL_INSTANTIATION
215 # include "itkGaussianBlurImageFunction.hxx"
typename Superclass::ContinuousIndexType ContinuousIndexType
typename InternalImageType::Pointer InternalImagePointer
OperatorImageFunctionPointer m_OperatorImageFunction
GaussianFunctionPointer m_GaussianFunction
typename Superclass::IndexType IndexType
typename GaussianFunctionType::Pointer GaussianFunctionPointer
OperatorArrayType m_ContinuousOperatorArray
ImageBaseType::PointType PointType
ErrorArrayType m_MaximumError
typename InputImageType::PixelType InputPixelType
Control indentation during Print() invocation.
TInputImage InputImageType
N-dimensional Gaussian spatial function class.
typename NumericTraits< InputPixelType >::RealType InputPixelRealType
ImageBaseType::IndexType IndexType
Compute the convolution of a neighborhood operator with the image at a specific location in space,...
Evaluates a function of an image at specified position.
Light weight base class for most itk classes.
Compute the convolution of a neighborhood operator with the image at a specific location in space,...
A NeighborhoodOperator whose coefficients are a one dimensional, discrete Gaussian kernel.
typename Superclass::PointType PointType
OperatorArrayType m_OperatorArray
unsigned int m_FilterDimensionality
Define additional traits for native types such as int or float.
typename OperatorImageFunctionType::Pointer OperatorImageFunctionPointer
InternalImagePointer m_InternalImage
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
OperatorInternalImageFunctionPointer m_OperatorInternalImageFunction
typename OperatorInternalImageFunctionType::Pointer OperatorInternalImageFunctionPointer
Templated n-dimensional image class.