Public Attributes | |
long | item |
optional item ID number for gabor | |
int | x |
x,y position of gabors | |
int | y |
float | stddev |
standard deviation | |
float | period |
gabor period | |
float | phase |
gabor phase | |
float | theta |
gabor theta (angle) | |
float | sigMod |
use 1.0F or 2.0F depending on study | |
float | amplitude |
the amplitude of the gabor (a constant A*gabor) | |
int | master |
Tells if this is a master element (to be detected) or not. |
Definition at line 15 of file gaborElement.H.
float gaborElement::amplitude |
the amplitude of the gabor (a constant A*gabor)
Definition at line 36 of file gaborElement.H.
long gaborElement::item |
optional item ID number for gabor
Definition at line 21 of file gaborElement.H.
Tells if this is a master element (to be detected) or not.
Definition at line 38 of file gaborElement.H.
float gaborElement::period |
gabor period
Definition at line 27 of file gaborElement.H.
float gaborElement::phase |
gabor phase
Definition at line 29 of file gaborElement.H.
float gaborElement::sigMod |
use 1.0F or 2.0F depending on study
(e.g. Polat and Sagi, 1994 = 1, Braun, 1999 = 2)
Definition at line 34 of file gaborElement.H.
float gaborElement::stddev |
standard deviation
Definition at line 25 of file gaborElement.H.
float gaborElement::theta |
gabor theta (angle)
Definition at line 31 of file gaborElement.H.
int gaborElement::x |
x,y position of gabors
Definition at line 23 of file gaborElement.H.