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

void Impala::Core::Feature::VisSem::AddAccuToAnnoTable ( int  bookmarkNr,
String  anno 
) [inline]

Definition at line 265 of file VisSem.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), Impala::Core::Feature::LabelSet::Add(), ComputeRegionDescriptor(), Impala::Core::Feature::Computor::GetNrPixelFeatureSets(), Impala::Core::Feature::Computor::GetProtoFeatureTable(), mHistAccu, and Impala::Core::Feature::Computor::mProtoLabels.

Referenced by Impala::Core::VideoSet::VisSemTrain::HandleDoneFile().

00266     {
00267 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00268         Quid quid = mProtoLabels.Add(anno);
00269 #else // REPOSITORY_USED
00270         Quid quid = mProtoLabels->Add(anno);
00271 #endif // REPOSITORY_USED
00272         for (int p=0 ; p<GetNrPixelFeatureSets() ; p++)
00273         {
00274             VectorReal64 v = ComputeRegionDescriptor(mHistAccu[p]);
00275             FeatureTable* tab = GetProtoFeatureTable(p, anno);
00276             tab->Add(quid, v);
00277         }
00278     }

Here is the call graph for this function:


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