Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

static double Impala::Core::Array::Gauss ( const double  x,
const double  sigma 
) [inline, static]

Definition at line 20 of file MakeGaussian1d.h.

Referenced by makeFilter().

00021 {
00022     // normalization to sum=1. is performed later
00023     return exp(-0.5 * x * x / (sigma*sigma));
00024 }


Generated on Thu Jan 13 09:17:06 2011 for ImpalaSrc by  doxygen 1.5.1