| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
base.patterngenerator.PatternGenerator --+
|
Gabor
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
frequency = param.Number(default= 2.4, bounds= (0.0, None), soFrequency of the sine grating component. |
|||
phase = param.Number(default= 0.0, bounds= (0.0, None), softboPhase of the sine grating component. |
|||
aspect_ratio = param.Number(default= 1.0, bounds= (0.0, None),Ratio of pattern width to height. |
|||
size = param.Number(default= 0.25, doc= Determines the height of the Gaussian component (see Gaussian). |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Function to draw a pattern that will then be scaled and rotated. Instead of implementing __call__ directly, PatternGenerator subclasses will typically implement this helper function used by __call__, because that way they can let __call__ handle the scaling and rotation for them. Alternatively, __call__ itself can be reimplemented entirely by a subclass (e.g. if it does not need to do any scaling or rotation), in which case this function will be ignored.
|
|
|||
frequencyFrequency of the sine grating component.
|
phasePhase of the sine grating component.
|
aspect_ratioRatio of pattern width to height. The width of the Gaussian component is size*aspect_ratio (see Gaussian).
|
sizeDetermines the height of the Gaussian component (see Gaussian).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:34 2008 | http://epydoc.sourceforge.net |