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

void Impala::Core::Feature::PointDescriptorTable::SetDescriptorLength ( int  descriptorLength  )  [inline]

Definition at line 160 of file PointDescriptorTable.h.

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

Referenced by Impala::Core::Feature::InterestPointFeature::ProjectOntoCodebook(), and Impala::Core::Feature::InterestPointFeature::ReducePointCount().

00161     {
00162         int storageSize = GetColumn6()->GetStorage()->CH();
00163         Array::Array2dScalarReal64* descriptors = new 
00164              Array::Array2dScalarReal64(descriptorLength, storageSize, 0, 0);
00165         GetColumn6()->SetStorage(descriptors);
00166     }

Here is the call graph for this function:


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