#include "CINNIC/gaborElement.H"
#include "Image/ColorOps.H"
#include "Image/CutPaste.H"
#include "Image/Image.H"
#include "Image/Kernels.H"
#include "Image/ShapeOps.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include "Util/readConfig.H"
#include <cstdio>
#include <cstdlib>
#include <sys/types.h>
#include <time.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | configFile |
This is the configFile name. | |
const char * | gaborElementFile |
This is the gaborElement file. | |
const char * | imageSaveName |
what to save the image as (name) | |
const char * | saveDir |
what directory to save in | |
readConfig | configIn (25) |
This is the configFile object. | |
readConfig | gaborIn (25) |
This is the gaborElement object. | |
std::vector< gaborElement > | theGabors |
keep track of gabor properties | |
std::vector< Image< float > > | theGaborImages |
store the gabors | |
std::vector< Image< float > > | intermedImages |
store intermediate images | |
std::vector< Image< float > > | theMasterImages |
the master images | |
int | gaborNumber |
variables | |
int | sizeX |
int | sizeY |
float | backGround |
char | getX [100] |
char | getY [100] |
char | getSTDDEV [100] |
char | getPERIOD [100] |
char | getPHASE [100] |
char | getTHETA [100] |
char | getSIGMOD [100] |
char | getAMPLITUDE [100] |
char | getMASTER [100] |
This file is specifically designed to place gabors in line with polat and sagi 1994 and should not be used for generic gabor placement unless you understand this file -The Management
Definition in file MrGabor2.C.
const char* configFile |
This is the configFile name.
Definition at line 33 of file MrGabor2.C.
readConfig configIn(25) |
This is the configFile object.
const char* gaborElementFile |
This is the gaborElement file.
Definition at line 35 of file MrGabor2.C.
readConfig gaborIn(25) |
This is the gaborElement object.
int gaborNumber |
variables
Definition at line 53 of file MrGabor2.C.
const char* imageSaveName |
what to save the image as (name)
Definition at line 37 of file MrGabor2.C.
std::vector<Image<float> > intermedImages |
store intermediate images
Definition at line 49 of file MrGabor2.C.
const char* saveDir |
what directory to save in
Definition at line 39 of file MrGabor2.C.
std::vector<Image<float> > theGaborImages |
store the gabors
Definition at line 47 of file MrGabor2.C.
keep track of gabor properties
Definition at line 45 of file MrGabor2.C.
std::vector<Image<float> > theMasterImages |
the master images
Definition at line 51 of file MrGabor2.C.