#include "Media/SceneGenerator.H"
Go to the source code of this file.
Defines | |
#define | DEBUG 1 |
#define | MAXLUM 12 |
#define | MAXCOL 24 |
#define | MAXROT 72 |
Functions | |
void | evalALOI (DescriptorVec &descVec, Bayes &bayesNet, int nobj) |
int | trainALOI (TestImages &testImages, DescriptorVec &descVec, Bayes &bayesNet, int nobj) |
int | testALOI (TestImages &testImages, DescriptorVec &descVec, Bayes &bayesNet, int nobj) |
int | testSceneALOI (DescriptorVec &descVec, Bayes &bayesNet, int nobj) |
int | testBiasedSceneALOI (DescriptorVec &descVec, Bayes &bayesNet, int nobj, int biasedObj) |
int | trainTestALOI (TestImages &testImages, DescriptorVec &descVec, Bayes &bayesNet, int nobj) |
void | evalALOI (DescriptorVec &descVec, Bayes &bayesNet, int nobj, int biasedObj, int train) |
get images from the coil data set to evaluate alg
Definition in file evalALOI.H.