#include <string>
#include <vector>
#include <iostream>
#include <sstream>
#include "Application/sdash/RegionsOfInterestInfo.h"
#include "Core/Array/Arrays.h"
#include "Core/Geometry/Rectangle.h"
#include "Core/Array/ReadFile.h"
#include "Core/Array/WriteJpg.h"
#include "Core/Array/MakeRoi.h"
#include "Util/DataBaseReadString.h"
Include dependency graph for RegionOfInterestExtractor.cpp:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Application |
namespace | Impala::Application::SDash |
Classes | |
class | Impala::Application::SDash::RoiExtractor |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static const std::string | Impala::Application::SDash::ROI_INFO_FILE = "U:/vietp/nfi-demo/data/boxes-b.bin" |
static const std::string | Impala::Application::SDash::VIDEO_BASE_PATH = "U:/vietp/nfi-cams/" |
static const std::string | Impala::Application::SDash::FRAME_LISTS_PATH = VIDEO_BASE_PATH |
static const int | Impala::Application::SDash::VIDEO_COUNT = 1 |
static const std::string | Impala::Application::SDash::FRAME_LIST_POSTFIX = ".list-short" |
static const std::string | Impala::Application::SDash::INDIV_FRAME_FOLDERS [] |
static const int | Impala::Application::SDash::FRAMES_PER_VIDEO [] |
static const int | Impala::Application::SDash::ROIS_PER_VIDEO [] |