| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
num_disparity = param.Integer(default= 12, bounds= (1, None), Number of disparity values to test. |
|||
orientation = param.Number(default= pi/ 2, softbounds= (0.0, 2Orientation of the test pattern; typically vertical to measure horizontal disparity. |
|||
static_parameters = param.List(default= ["orientation", "scaleList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb31566c>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
num_disparityNumber of disparity values to test.
|
orientationOrientation of the test pattern; typically vertical to measure horizontal disparity.
|
static_parametersList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. values that will be fixed to a single value during measurement.
|
__params
dict() -> new empty dictionary.
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs.
dict(seq) -> new dictionary initialized as if via:
d = {}
for k, v in seq:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:33 2010 | http://epydoc.sourceforge.net |