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

void Impala::Core::Feature::PointDescriptorTable::ReplaceAllDescriptors ( Array::Array2dScalarReal64 descriptors  )  [inline]

Definition at line 169 of file PointDescriptorTable.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::GetColumn6().

Referenced by Impala::Core::Feature::CalculateFISTDescriptors(), FromPointList(), and Impala::Core::Feature::InterestPointFeature::ProjectHardIndex().

00170     {
00171         // this call takes ownership of descriptors memory
00172         GetColumn6()->SetStorage(descriptors);
00173     }

Here is the call graph for this function:


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