Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MrGabor2.C File Reference


Detailed Description

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.

#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< gaborElementtheGabors
 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]


Variable Documentation

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.

Referenced by main().

std::vector<Image<float> > theGaborImages
 

store the gabors

Definition at line 47 of file MrGabor2.C.

std::vector<gaborElement> theGabors
 

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.


Generated on Mon Nov 23 15:48:03 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4