WarpedFourierModParam¶
-
class
imgreg.models.logpolar.params.WarpedFourierModParam(parent_parameters, warped_fourier_mod_img=None)[source]¶ Log-polar transformed of the fourier transformed modified image.
- Attributes
valuenumpy.ndarrayThe 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.
display([axsp])Display the stored image using matplotlib.
set_bounds_lookup(bounds_enum_id)Reference a boundary Parameter using its enum_id as a lookup for cropping.
Attributes
aspectThe aspect ratio used by matplotlib.
boundsCropping boundaries for the display function.
childrenParameters with a child relation to this Parameters instance.
cmapThe colormap used by matplotlib.
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.
titleThe image title used by the display function.
type_infoThe type of this Parameter.
valueThe value of this Parameter.