
Definition in file MrGabor2.C.
#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>
Include dependency graph for MrGabor2.C:

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 is the configFile name.
Definition at line 33 of file MrGabor2.C. |
|
|
This is the configFile object.
|
|
|
This is the gaborElement file.
Definition at line 35 of file MrGabor2.C. |
|
|
This is the gaborElement object.
|
|
|
variables
Definition at line 53 of file MrGabor2.C. |
|
|
what to save the image as (name)
Definition at line 37 of file MrGabor2.C. |
|
|
store intermediate images
Definition at line 49 of file MrGabor2.C. |
|
|
what directory to save in
Definition at line 39 of file MrGabor2.C. Referenced by main(). |
|
|
store the gabors
Definition at line 47 of file MrGabor2.C. |
|
|
keep track of gabor properties
Definition at line 45 of file MrGabor2.C. |
|
|
the master images
Definition at line 51 of file MrGabor2.C. |
1.4.4