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

MrGabor.C File Reference


Detailed Description

A Gabor

Definition in file MrGabor.C.

#include "CINNIC/gaborElement.H"
#include "Image/ColorOps.H"
#include "Image/CutPaste.H"
#include "Image/Image.H"
#include "Image/Kernels.H"
#include "Image/Transforms.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include "Util/readConfig.H"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <time.h>

Include dependency graph for MrGabor.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)
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 > > 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 31 of file MrGabor.C.

readConfig configIn(25)
 

This is the configFile object.

const char* gaborElementFile
 

This is the gaborElement file.

Definition at line 33 of file MrGabor.C.

Referenced by main().

readConfig gaborIn(25)
 

This is the gaborElement object.

Referenced by main().

int gaborNumber
 

variables

Definition at line 47 of file MrGabor.C.

Referenced by main().

const char* imageSaveName
 

what to save the image as (name)

Definition at line 35 of file MrGabor.C.

Referenced by main().

std::vector<Image<float> > theGaborImages
 

store the gabors

Definition at line 43 of file MrGabor.C.

std::vector<gaborElement> theGabors
 

keep track of gabor properties

Definition at line 41 of file MrGabor.C.

std::vector<Image<float> > theMasterImages
 

the master images

Definition at line 45 of file MrGabor.C.


Generated on Sun Mar 21 13:53:07 2010 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4