#include "Image/OpenCVUtil.H"
#include "Beobot/SalientRegionTracker.H"
#include "Component/ModelManager.H"
#include "Raster/Raster.H"
#include "GUI/XWinManaged.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Util/Timer.H"
#include <signal.h>
#include "Image/ShapeOps.H"
#include "Image/CutPaste.H"
#include "Image/MathOps.H"
#include "Image/DrawOps.H"
Go to the source code of this file.
Defines | |
#define | WINSIZE 7 |
#define | templThresh 2000.0F |
template matching tracker on conspicuity maps
Definition in file SalientRegionTracker.C.