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

virtual void Impala::Core::VideoSet::ClusterFeatures::HandleDoneWalk ( VideoSet vs  )  [inline, virtual]

End of a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 115 of file ClusterFeatures.h.

References ILOG_INFO, Impala::Core::Feature::Computor::MakeProtoFeatureTable(), mClusterors, mComputor, and Impala::Core::Feature::Computor::WriteProtoFeatureTableSet().

Referenced by HandleNewFrame().

00116     {
00117         ILOG_INFO("Done Walk");
00118         for (int i=0 ; i<mClusterors.size() ; i++)
00119             mClusterors[i]->FinishBuffer();
00120         std::cout << std::endl;
00121 
00122         for (int i=0 ; i<mClusterors.size() ; i++)
00123         {
00124             Clusteror* c = mClusterors[i];
00125             FeatureTable* tab = mComputor->MakeProtoFeatureTable
00126                 (c->GetPixelFeatureSet(), c->GetRegionFeatureSet(),
00127                  c->GetClusterType(), c->GetClusterVal());
00128             c->Clusters2FeatureTable(tab);
00129         }
00130 
00131         mComputor->WriteProtoFeatureTableSet(vs);
00132     }

Here is the call graph for this function:


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