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

Impala::Core::Tracking::FrameRegionTable::FrameRegionTable (  )  [inline]

Definition at line 65 of file FrameRegionTable.h.

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

00065                        :
00066         FrameRegionTableBaseType(ColumnInt(0), ColumnInt(0), ColumnInt(0),
00067                                  ColumnInt(0), ColumnInt(0), ColumnInt(0))
00068     {
00069         SetColName(1, "videoid");
00070         SetColName(2, "frame number");
00071         SetColName(3, "x");
00072         SetColName(4, "y");
00073         SetColName(5, "w");
00074         SetColName(6, "h");
00075 
00076     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:03 2011 for ImpalaSrc by  doxygen 1.5.1