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

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

Definition at line 25 of file GaborFilter.h.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 11:22:20 2010 for ImpalaSrc by  doxygen 1.5.1