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

static PointDescriptorTable* Impala::Core::Feature::PointDescriptorTable::ImportFromFile ( FeatureDefinition  def,
String  filename,
int  mStripBorder 
) [inline, static]

Definition at line 111 of file PointDescriptorTable.h.

References Impala::Core::Geometry::InterestPointList::EraseAndDelete(), FromPointList(), PointDescriptorTable(), and Impala::Sandbox::Koen::ReadPointListFromFile().

Referenced by Impala::Core::Feature::InterestPointFeature::FindInterestPoints().

00112     {
00113         Core::Geometry::InterestPointList outputPointList;
00114         Sandbox::Koen::ReadPointListFromFile(filename, outputPointList,
00115                               false, mStripBorder);
00116         
00117         PointDescriptorTable* res = new PointDescriptorTable(def);
00118         res->FromPointList(outputPointList);
00119         outputPointList.EraseAndDelete();
00120         return res;
00121     }

Here is the call graph for this function:


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