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

void Impala::Core::Feature::PointDescriptorTable::ExportToFile ( String  filename,
int  mStripBorder,
String  mOutputFormat 
) [inline]

Definition at line 124 of file PointDescriptorTable.h.

References Impala::Core::Geometry::InterestPointList::EraseAndDelete(), ToPointList(), and Impala::Sandbox::Koen::WritePointListToFile().

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

00125     {
00126         Core::Geometry::InterestPointList outputPointList;
00127         ToPointList(outputPointList);
00128         Sandbox::Koen::WritePointListToFile(filename, outputPointList, true,
00129                              mStripBorder, mOutputFormat);
00130         outputPointList.EraseAndDelete();
00131     }

Here is the call graph for this function:


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