RecoveredRotationScalePhaseParam¶
-
class
imgreg.models.logpolar.params.RecoveredRotationScalePhaseParam(parent_parameters, recovered_rotation_scale_phase=None)[source]¶ Recovered rotation angle in degrees and scaling factor including errors.
Notes
The errors are a lower estimate under ideal assumptions and can be much larger depending on the data.
- Attributes
valuetuple[np.ndarray, np.ndarray, dict[str, Hashable]]The value of this Parameter.
Methods
__init__(parent_parameters[, …])Initialize self.
add_child(child)Assign a Parameter a child relation
add_descendant(descendant)Assign a Parameter a child relation
clear([clear_descendants])Clear the value stored in this and dependent Parameters.
Attributes
childrenParameters with a child relation to this Parameters instance.
constFlag if the value can be overwritten once initialized.
descendantsParameters with a descendant relation to this Parameters instance.
enum_idReturns the Parameter ID as an enumeration.
parentsParent Parameters of this Parameters instance.
type_infoThe type of this Parameter.
valueThe value of this Parameter.