aimstil  5.0.5
til::math::IsotropicGaussianKernel< TArray, TPrec > Class Template Reference

Unnormalized isotropic Gaussian kernel. More...

#include <cathier/math_functions.h>

Inheritance diagram for til::math::IsotropicGaussianKernel< TArray, TPrec >:
Collaboration diagram for til::math::IsotropicGaussianKernel< TArray, TPrec >:

Public Types

typedef TPrec prec_type
 

Public Member Functions

 IsotropicGaussianKernel (prec_type sigma)
 
void setSigma (prec_type sigma)
 
prec_type getSigma () const
 
prec_type operator() (const TArray &x, const TArray &y) const
 

Detailed Description

template<typename TArray, typename TPrec>
class til::math::IsotropicGaussianKernel< TArray, TPrec >

Unnormalized isotropic Gaussian kernel.

Definition at line 108 of file math_functions.h.

Member Typedef Documentation

◆ prec_type

template<typename TArray , typename TPrec >
typedef TPrec til::math::IsotropicGaussianKernel< TArray, TPrec >::prec_type

Definition at line 113 of file math_functions.h.

Constructor & Destructor Documentation

◆ IsotropicGaussianKernel()

template<typename TArray , typename TPrec >
til::math::IsotropicGaussianKernel< TArray, TPrec >::IsotropicGaussianKernel ( prec_type  sigma)
inlineexplicit

Definition at line 115 of file math_functions.h.

Member Function Documentation

◆ getSigma()

template<typename TArray , typename TPrec >
prec_type til::math::IsotropicGaussianKernel< TArray, TPrec >::getSigma ( ) const
inline

Definition at line 118 of file math_functions.h.

◆ operator()()

template<typename TArray , typename TPrec >
prec_type til::math::IsotropicGaussianKernel< TArray, TPrec >::operator() ( const TArray &  x,
const TArray &  y 
) const
inline

Definition at line 120 of file math_functions.h.

References til::dist2().

◆ setSigma()

template<typename TArray , typename TPrec >
void til::math::IsotropicGaussianKernel< TArray, TPrec >::setSigma ( prec_type  sigma)
inline

Definition at line 117 of file math_functions.h.


The documentation for this class was generated from the following file: