#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/ShapeOps.H"
#include "Neuro/getSaliency.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include "Psycho/EyeTrace.H"
#include "Image/MathOps.H"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
float | getNSS (const std::vector< Point2D< int > > &sacTargs, Image< float > salMap) |
int | main (int argc, char **argv) |
program get eye tracking data and compute NSS
Definition in file getSubMapData.C.