GaborSpec Struct Reference

List of all members.

Public Member Functions

 GaborSpec (double s, double o, double t, double p)
 Construct with given values.
bool operator< (const GaborSpec &x) const
 Comparison operator for sorting and associative arrays.

Public Attributes

const double theta
 Orientation of primary axis.
const double phi
 Phase angle of grating.
const double sigma
 Std dev of gaussian mask.
const double omega
 Spatial frequency of grating.

Detailed Description

Definition at line 52 of file GaborPatch.H.


Constructor & Destructor Documentation

GaborSpec::GaborSpec ( double  s,
double  o,
double  t,
double  p 
)

Construct with given values.

Some values may be discretized into a (smallish) finite number of possible values to minimize the total number of GaborPatch objects that have to be created.

Definition at line 62 of file GaborPatch.C.


Member Function Documentation

bool GaborSpec::operator< ( const GaborSpec x  )  const

Comparison operator for sorting and associative arrays.

Definition at line 69 of file GaborPatch.C.

References omega, phi, sigma, and theta.


Member Data Documentation

const double GaborSpec::omega

Spatial frequency of grating.

Definition at line 66 of file GaborPatch.H.

Referenced by operator<().

const double GaborSpec::phi

Phase angle of grating.

Definition at line 64 of file GaborPatch.H.

Referenced by operator<().

const double GaborSpec::sigma

Std dev of gaussian mask.

Definition at line 65 of file GaborPatch.H.

Referenced by operator<().

const double GaborSpec::theta

Orientation of primary axis.

Definition at line 63 of file GaborPatch.H.

Referenced by operator<().


The documentation for this struct was generated from the following files:
Generated on Sun May 8 08:21:49 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3