| 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. |
|