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

Feature::FeatureTable* Impala::Core::Training::TrainDataSrcFeature::MakeFeatureTable ( int  containerId  )  [inline, private]

Definition at line 142 of file TrainDataSrcFeature.h.

References Impala::Core::Database::RawDataSet::GetContainer(), Impala::Core::Database::RawDataSet::GetLocator(), Impala::Core::Database::RawDataSet::IsImageSet(), mDataSet, and mFeature.

Referenced by GetFeatureTableWithCache(), and MakeAllFeatureQuids().

00143     {
00144         typedef Persistency::FeatureLocator FeatureLocator;
00145         String walkType = (mDataSet->IsImageSet()) ? "" : "Keyframes";
00146         String container = mDataSet->GetContainer(containerId);
00147         FeatureLocator featLoc(mDataSet->GetLocator(), false, false, walkType,
00148                                mFeature, container);
00149         return Persistency::FeatureTableRepository().Get(featLoc);
00150     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:23 2011 for ImpalaSrc by  doxygen 1.5.1