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

int Impala::Core::Feature::FeatureTableSet::GetTotalFeatureVectorLength (  )  [inline]

Definition at line 190 of file FeatureTableSet.h.

References Impala::Core::Feature::FeatureTable::GetFeatureVectorLength(), GetTable(), and Size().

Referenced by ConcatTables(), and ConcatTablesVissemHack().

00191     {
00192         int res = 0;
00193         for (int i=0 ; i<Size() ; i++)
00194         {
00195             FeatureTable* table = GetTable(i);
00196             res += table->GetFeatureVectorLength();
00197         }
00198         return res;
00199     }

Here is the call graph for this function:


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