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

Impala::Core::Tracking::GaborFilterSet::GaborFilterSet ( double  scale,
double  frequency,
int  rotations,
int  size 
) [inline]

Definition at line 24 of file GaborFilter.h.

References Impala::Core::Tracking::KernelSet::AddKernel(), M_PI, and Impala::Core::Array::MakeGabor().

00024                                                                             : KernelSet(size)
00025     {
00026         int i;
00027         for(i=0 ; i<rotations ; i++)
00028         {
00029             AddKernel(Array::MakeGabor(size, scale, frequency, i*(M_PI/rotations), true));
00030             AddKernel(Array::MakeGabor(size, scale, frequency, i*(M_PI/rotations), false));
00031         }
00032     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:04 2011 for ImpalaSrc by  doxygen 1.5.1