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

void Impala::Application::WindowTrecSearch::InitDataQueryByExample (  )  [inline, private]

Definition at line 485 of file mainTrecSearch.cpp.

References ILOG_ENDACTION, ILOG_LEVEL_DEBUG, ILOG_STARTACTION, ILOG_WARN, Impala::Core::Table::SimilarityTableSet::MakeFromFile(), mConceptFeature, mConceptModel, mQbyExampleRanking, mQbyExampleSet, and mVidSet.

Referenced by InitData().

00486     {
00487         mQbyExampleRanking = 0;
00488         if (!mQbyExampleSet.empty())
00489         {
00490             ILOG_STARTACTION("reading query by example results",
00491                              ILOG_LEVEL_DEBUG);
00492             mQbyExampleRanking = SimilarityTableSet::MakeFromFile
00493                         (mVidSet,mQbyExampleSet,mConceptModel,mConceptFeature);
00494             ILOG_ENDACTION("reading query by example results");
00495         }
00496         else
00497         {
00498             ILOG_WARN("query by example disabled. No data available.");
00499         }
00500     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:38:32 2010 for ImpalaSrc by  doxygen 1.5.1