#include "Raster/Raster.H"
#include "Util/Timer.H"
#include "Util/log.H"
#include "Util/readConfig.H"
#include "VFAT/covEstimate.H"
#include <stdlib.h>
#include <sys/types.h>
Go to the source code of this file.
Defines | |
#define | TYPE float |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char * | configFile |
This is the configFile name. | |
PixRGB< float > | pix |
This is the configFile object. | |
int | itemNumber |
number of items if training |
quick estimator for coveriance matrix
Definition in file test-covEstimate.C.
char* configFile |
This is the configFile name.
Definition at line 61 of file test-covEstimate.C.
int itemNumber |
This is the configFile object.
generic pixel
Definition at line 65 of file test-covEstimate.C.
Referenced by downscaleFancy(), LPTFoveator::foveate(), and LPTFoveator::getLPT().