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

virtual void Impala::Core::ImageSet::ClusterFeatures::HandleDoneWalk ( ImageSet is  )  [inline, virtual]

End of a "normal" walk.

Reimplemented from Impala::Core::ImageSet::Listener.

Definition at line 114 of file ClusterFeatures.h.

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

Referenced by HandleNewFile().

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

Here is the call graph for this function:


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