Public Member Functions | |
def | __init__ (self) |
The initializer with default values. More... | |
def | __init__ (self, float m, float sigma, float k, float delta) |
The initializer. More... | |
def | __str__ (self) |
The initializer with default values. More... | |
Public Attributes | |
delta | |
Parameter delta [0, 1]. More... | |
k | |
Parameter K. More... | |
m | |
Parameter m for the Gamma variable. More... | |
sigma | |
Parameter sigma. More... | |
FtrParams class.
Definition at line 132 of file two-ray-to-three-gpp-ch-calibration.py.
def 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 142 of file two-ray-to-three-gpp-ch-calibration.py.
Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().
def two-ray-to-three-gpp-ch-calibration.FtrParams.__init__ | ( | self | ) |
The initializer with default values.
self | the object pointer |
Definition at line 156 of file two-ray-to-three-gpp-ch-calibration.py.
References two-ray-to-three-gpp-ch-calibration.FtrParams.__init__(), two-ray-to-three-gpp-ch-calibration.FtrParams.delta, nlohmann::detail::dtoa_impl::cached_power.k, two-ray-to-three-gpp-ch-calibration.FtrParams.k, nlohmann::detail::exception.m, two-ray-to-three-gpp-ch-calibration.FtrParams.m, and two-ray-to-three-gpp-ch-calibration.FtrParams.sigma.
def two-ray-to-three-gpp-ch-calibration.FtrParams.__str__ | ( | self | ) |
The initializer with default values.
self | the object pointer |
Definition at line 166 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 154 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 153 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 151 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 152 of file two-ray-to-three-gpp-ch-calibration.py.
Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().