18#ifndef itkGaussianKernelFunction_h
19#define itkGaussianKernelFunction_h
40template <
typename TRealValueType =
double>
60 Evaluate(
const TRealValueType & u)
const override
62 constexpr auto negHalf = TRealValueType{ -0.5 };
73 Superclass::PrintSelf(os, indent);
Gaussian kernel used for density estimation and nonparametric regression.
void PrintSelf(std::ostream &os, Indent indent) const override
TRealValueType Evaluate(const TRealValueType &u) const override
~GaussianKernelFunction() override=default
Control indentation during Print() invocation.
Kernel used for density estimation and nonparametric regression.
static constexpr double one_over_sqrt2pi
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....