18#ifndef itkGaussianDerivativeOperator_h
19#define itkGaussianDerivativeOperator_h
48extern ITKCommon_EXPORT std::ostream &
101template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
137 itkBooleanMacro(NormalizeAcrossScale);
174 constexpr double Min = 0.00001;
175 const double Max = 1.0 - Min;
195 itkGetConstMacro(MaximumKernelWidth,
unsigned int);
273#ifndef ITK_MANUAL_INSTANTIATION
274# include "itkGaussianDerivativeOperator.hxx"
A NeighborhoodOperator for taking an n-th order derivative at a pixel.
GaussianDerivativeOperator class enum classes.
A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative Gaussian kernel.
GaussianDerivativeOperator Self
void SetSpacing(const double spacing)
CoefficientVector GenerateCoefficients() override
static double ModifiedBesselI0(double)
GaussianOperator< TPixel, VDimension, TAllocator > GaussianOperatorType
static double ModifiedBesselI(int, double)
double GetSpacing() const
unsigned int m_MaximumKernelWidth
unsigned int GetOrder() const
CoefficientVector GenerateGaussianCoefficients() const
void SetVariance(const double variance)
NeighborhoodOperator< TPixel, VDimension, TAllocator > Superclass
bool GetNormalizeAcrossScale() const
void PrintSelf(std::ostream &os, Indent indent) const override
void SetMaximumKernelWidth(unsigned int n)
void Fill(const CoefficientVector &coeff) override
DerivativeOperator< TPixel, VDimension, TAllocator > DerivativeOperatorType
double GetVariance() const
void SetOrder(const unsigned int order)
static double ModifiedBesselI1(double)
bool m_NormalizeAcrossScale
typename std::vector< PixelRealType > CoefficientVector
void SetMaximumError(const double maxerror)
GaussianDerivativeOperatorEnums::InterpolationMode InterpolationModeEnum
void SetNormalizeAcrossScale(bool flag)
A NeighborhoodOperator whose coefficients are a one dimensional, discrete Gaussian kernel.
Control indentation during Print() invocation.
Virtual class that defines a common interface to all neighborhood operator subtypes.
virtual void FillCenteredDirectional(const CoefficientVector &)
typename std::vector< PixelRealType > CoefficientVector
@ NearestNeighbourInterpolation
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ITKCommon_EXPORT std::ostream & operator<<(std::ostream &out, typename AnatomicalOrientation::CoordinateEnum value)