Public Member Functions | |
__init__ (self) | |
The initializer with default values. | |
__init__ (self, float m, float sigma, float k, float delta) | |
The initializer. | |
__str__ (self) | |
The initializer with default values. | |
Public Attributes | |
delta | |
Parameter delta [0, 1]. | |
k | |
Parameter K. | |
m | |
Parameter m for the Gamma variable. | |
sigma | |
Parameter sigma. | |
FtrParams class.
Definition at line 122 of file two-ray-to-three-gpp-ch-calibration.py.
two-ray-to-three-gpp-ch-calibration.FtrParams.__init__ | ( | self, | |
float | m, | ||
float | sigma, | ||
float | k, | ||
float | delta ) |
The initializer.
self | the object pointer |
m | Parameter m for the Gamma variable. Used both as the shape and rate parameters. |
sigma | Parameter sigma. Used as the variance of the amplitudes of the normal diffuse components. |
k | Parameter K. Expresses ratio between dominant specular components and diffuse components. |
delta | Parameter delta [0, 1]. Expresses how similar the amplitudes of the two dominant specular components are. |
Definition at line 132 of file two-ray-to-three-gpp-ch-calibration.py.
two-ray-to-three-gpp-ch-calibration.FtrParams.__init__ | ( | self | ) |
The initializer with default values.
self | the object pointer |
Definition at line 146 of file two-ray-to-three-gpp-ch-calibration.py.
References two-ray-to-three-gpp-ch-calibration.FtrParams.delta, two-ray-to-three-gpp-ch-calibration.FtrParams.k, two-ray-to-three-gpp-ch-calibration.FtrParams.m, and two-ray-to-three-gpp-ch-calibration.FtrParams.sigma.
two-ray-to-three-gpp-ch-calibration.FtrParams.__str__ | ( | self | ) |
The initializer with default values.
self | the object pointer |
Definition at line 156 of file two-ray-to-three-gpp-ch-calibration.py.
two-ray-to-three-gpp-ch-calibration.FtrParams.delta |
Parameter delta [0, 1].
Expresses how similar the amplitudes of the two dominant specular components are.
Definition at line 144 of file two-ray-to-three-gpp-ch-calibration.py.
Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().
two-ray-to-three-gpp-ch-calibration.FtrParams.k |
Parameter K.
Expresses ratio between dominant specular components and diffuse components.
Definition at line 143 of file two-ray-to-three-gpp-ch-calibration.py.
Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().
two-ray-to-three-gpp-ch-calibration.FtrParams.m |
Parameter m for the Gamma variable.
Used both as the shape and rate parameters.
Definition at line 141 of file two-ray-to-three-gpp-ch-calibration.py.
Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().
two-ray-to-three-gpp-ch-calibration.FtrParams.sigma |
Parameter sigma.
Used as the variance of the amplitudes of the normal diffuse components.
Definition at line 142 of file two-ray-to-three-gpp-ch-calibration.py.
Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().