18 #ifndef itkGaussianKernelFunction_h
19 #define itkGaussianKernelFunction_h
40 template<
typename TRealValueType =
double >
57 TRealValueType
Evaluate(
const TRealValueType & u)
const ITK_OVERRIDE
SmartPointer< Self > Pointer
virtual ~GaussianKernelFunction() override
Light weight base class for most itk classes.
void PrintSelf(std::ostream &os, Indent indent) const override
static ITK_CONSTEXPR_VAR double pi
TRealValueType Evaluate(const TRealValueType &u) const override
const TRealValueType m_Factor
Superclass::RealType RealType
Kernel used for density estimation and nonparameteric regression.
KernelFunctionBase< TRealValueType > Superclass
GaussianKernelFunction Self
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
void PrintSelf(std::ostream &os, Indent indent) const override
Gaussian kernel used for density estimation and nonparameteric regression.