It's clear all, but not how to implement Gaussian function, I don't understand it too much
Delphi-Quellcode:
function TwoDimensionalGaussian(X, Y: Single): Single;
var
a, b, c: Single;
begin
end;
I don't know how to "fill" this function. I'm also not sure parameters and result types, Single are correct?