The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CalcGaussKernel


Unit:SDL_math2
Class:none
Declaration:function CalcGaussKernel (Probe, RefCenter: TVector; Width: Double): Double;

The function CalcGaussKernel calculates the value of a given n-dimensional Gaussian kernel. The parameters RefCenter and Width define the position and the width of the kernel. The parameter Probe specifies the position in the n-dimensional space where to calculate the value of the kernel.

Hint: The user has to ensure that the dimensionalities of the vectors Probe and RefCenter are equal. A mismatch of these would result in erroneous results without notification.


Last Update: 2023-Feb-06