#include "Image/Image.H"
#include "Util/log.H"
#include "rutz/rand.h"
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | Scorer |
Score the fit between predicted and actual eye positions. More... | |
struct | KLScorer |
class | NssScorer |
class | PercentileScorer |
class | SwpeScorer |
Saliency-weighted prediction error scorer. More... | |
struct | MulticastScorer |
Score the fit between predicted and actual eye positions
Definition in file Scorer.H.