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

Impala::Core::Feature::PointDescriptorTable::PointDescriptorTable ( FeatureDefinition  def,
int  tableSize,
int  vecLen 
) [inline]

Definition at line 52 of file PointDescriptorTable.h.

References Impala::Core::Feature::FeatureDefinition::GetName(), mFeatureDef, and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName().

00052                                                                            :
00053         PointDescriptorTableBaseType(ColumnReal64(tableSize),
00054                                      ColumnReal64(tableSize), 
00055                                      ColumnReal64(tableSize), 
00056                                      ColumnReal64(tableSize), 
00057                                      ColumnReal64(tableSize), 
00058                                      ColumnVectorSet(true, vecLen, tableSize))
00059     {
00060         mFeatureDef = def;
00061         SetColName(1, "x");
00062         SetColName(2, "y");
00063         SetColName(3, "scale");
00064         SetColName(4, "orientation");
00065         SetColName(5, "cornerness");
00066         SetColName(6, mFeatureDef.GetName());
00067     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:27 2011 for ImpalaSrc by  doxygen 1.5.1