| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.parameterizedobject.ParameterizedObject --+
|
base.patterngenerator.PatternGenerator --+
|
RandomDotStereogram
Random dot stereogram using rectangular black and white patches.
Based on Matlab code originally from Jenny Read, implemented in Topographica by Tikesh Ramtohul (2006).
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x = Number(precedence=-1)X-coordinate location of pattern center. |
|||
y = Number(precedence=-1)Y-coordinate location of pattern center. |
|||
size = Number(precedence=-1)Determines the overall size of the pattern. |
|||
orientation = <topo.base.parameterclasses.Number object at 0xaPolar angle of pattern, i.e., the orientation in the Cartesian coordinate system, with zero at 3 o'clock and increasing counterclockwise. |
|||
scale = Number(default= 0.5)Multiplicative strength of input pattern, defaulting to 1.0 |
|||
offset = Number(default= 0.5)Additive offset to input pattern, defaulting to 0.0 |
|||
xdisparity = <topo.base.parameterclasses.Number object at 0xa9Disparity in the horizontal direction. |
|||
ydisparity = <topo.base.parameterclasses.Number object at 0xa9Disparity in the vertical direction. |
|||
dotdensity = <topo.base.parameterclasses.Number object at 0xa9Number of dots per unit area; 0.5=50% coverage. |
|||
dotsize = Number(default= 0.1, bounds= (0.0, None), softboundsEdge length of each square dot. |
|||
random_seed = <topo.base.parameterclasses.Integer object at 0xSeed value for the random position of the dots. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Call the subclasses 'function' method on a rotated and scaled coordinate system. Creates and fills an array with the requested pattern. If called without any params, uses the values for the Parameters as currently set on the object. Otherwise, any params specified override those currently set on the object.
|
|
|||
orientationPolar angle of pattern, i.e., the orientation in the Cartesian coordinate system, with zero at 3 o'clock and increasing counterclockwise.
|
xdisparityDisparity in the horizontal direction.
|
ydisparityDisparity in the vertical direction.
|
dotdensityNumber of dots per unit area; 0.5=50% coverage.
|
dotsizeEdge length of each square dot.
|
random_seedSeed value for the random position of the dots.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:07 2008 | http://epydoc.sourceforge.net |