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

int Impala::Core::Feature::GetCodebookLength ( FeatureTable *  table  ) 

Definition at line 35 of file RandomForest.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), and Impala::Core::Table::Table::Size().

Referenced by ProjectAndDump(), Impala::Core::Feature::InterestPointFeature::ProjectForest(), and Impala::Core::Feature::InterestPointFeature::ProjectOntoCodebook().

00036 {
00037     //find the last codeword and add 1
00038     return static_cast<int>(table->Get1(table->Size() - 1)) + 1;
00039 }

Here is the call graph for this function:


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