#include "Component/ModelManager.H"
#include "CUDA/RegSaliency.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/ColorOps.H"
#include "Neuro/NeuroOpts.H"
#include "Raster/Raster.H"
#include "Raster/GenericFrame.H"
#include "Media/FrameSeries.H"
#include "Transport/FrameIstream.H"
#include "Transport/FrameInfo.H"
#include "Transport/FrameOstream.H"
#include "Util/Timer.H"
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
int | main (const int argc, const char **argv) |
tests the reg saliency code
Definition in file test-RegSaliency.C.