#include "Util/DatabaseReadString.h"
#include "Core/Table/TableTem.h"
#include "Core/Table/Read.h"
Include dependency graph for FrameRegionTable.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Tracking |
Classes | |
class | Impala::Core::Tracking::FrameRegion |
class | Impala::Core::Tracking::FrameRegionTable |
A table with <video id, frame nr, x, y, w, h> pairs. More... | |
Typedefs | |
typedef int | Impala::Core::Tracking::VideoId |
typedef Table::TableTem< Column::ColumnTem< VideoId >, Column::ColumnTem< int >, Column::ColumnTem< int >, Column::ColumnTem< int >, Column::ColumnTem< int >, Column::ColumnTem< int > > | Impala::Core::Tracking::FrameRegionTableBaseType |