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

template<class T>
void Impala::Core::VideoSet::FilterRkf ( T *&  table,
VideoSet *  vidset 
)

Definition at line 31 of file FilterRkf.h.

References FilterRkf().

Referenced by Impala::Core::DataFactory::MakeTrainFeatureQuids().

00032 {
00033     Keyframes* kf = new Keyframes(vidset, "keyframes");
00034     FilterRkf(table, kf);
00035     delete kf;
00036 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:09 2010 for ImpalaSrc by  doxygen 1.5.1