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. |
Definition at line 52 of file GaborPatch.H.
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.
bool GaborSpec::operator< | ( | const GaborSpec & | x | ) | const |
const double GaborSpec::omega |
Spatial frequency of grating.
Definition at line 66 of file GaborPatch.H.
Referenced by operator<().
const double GaborSpec::phi |
const double GaborSpec::sigma |
const double GaborSpec::theta |