Classes | |
class | ActivityHandler |
class | ActivityReader |
class | AlertRelay |
class | AlertWindow |
class | ApplicationEnding |
class | CameraEvent |
class | CameraEventButton |
class | CameraEventList |
class | CameraEventListPane |
class | CameraMovementReader |
class | GuiEventListener |
class | IdentificationPane |
class | LogoAnimation |
class | MonitorSelector |
class | MonitorSelectorListener |
class | PoliceMan |
class | PoliceManListener |
class | RoiExtractor |
class | RegionsOfInterestCorrelation |
class | RegionsOfInterestInfo |
struct | RoiInfo |
class | RoiLoader |
class | Sax2Handler |
class | Sax2Reader |
class | SurveillanceApp |
class | SurveillanceMap |
class | SurveillanceMapListener |
class | TimeSlider |
class | TimeSliderListener |
class | VideoJpgCamera |
class | VideoPlayerListener |
class | VideoPlayerView |
Variables | |
static const std::string | ROI_INFO_FILE = "U:/vietp/nfi-demo/data/boxes-b.bin" |
static const std::string | VIDEO_BASE_PATH = "U:/vietp/nfi-cams/" |
static const std::string | FRAME_LISTS_PATH = VIDEO_BASE_PATH |
static const int | VIDEO_COUNT = 1 |
static const std::string | FRAME_LIST_POSTFIX = ".list-short" |
static const std::string | INDIV_FRAME_FOLDERS [] |
static const int | FRAMES_PER_VIDEO [] |
static const int | ROIS_PER_VIDEO [] |
static const int | NR_OF_VIDEOS = 12 |
static const int | CORRELATED_PER_ROI = 1000 |
static const int | ROI_COUNT = 33494 |
static const int | INPUT_VALUES_PER_ROI = 1000 |
static const int | BYTES_PER_CORR = 2 |
static const int | NR_OF_CAMERAS_STREET = 12 |
static const int | NR_OF_CAMERAS_STATION = 3 |
static const int | NR_OF_CAMERAS = NR_OF_CAMERAS_STREET + NR_OF_CAMERAS_STATION |
static const char * | VIDEO_NAMES_STREET [] |
static const int | NR_OF_POLICEMEN = 6 |
static const char * | POLICE_TEXTS [] |
static const char * | MAILTO_TEXTS [] |
static const int | POLICE_POSITIONS [] |
static const float | TIMES_PER_FRAME [] |
static const int | MAX_FRAMES [] |
static const std::string | ROI_INFO_FILE = "boxes-b.bin" |
static const std::string | ROI_CORR_FILE = "boxes.corr" |
static const int | VIRTUAL_TIME_OFFSET = 30 * 60 |
static const int | VIDEO_DURATION = 60 * 60 |
static const int | RESTART_TIME = VIDEO_DURATION - 20 |
static std::string | gIpAddress = "" |
static std::string | gDataRoot = "" |
static std::string | gVideoPathThang = "" |
static std::string | gRoiPath = "" |
static std::string | gVideoPathMichael = "" |
static std::string | gXmlPathMichael = "" |
static std::string | gCamMovementInfoPath = "" |