params

Module implementing the parameter classes for the LogPolarSolver Model

Author: Fabian A. Preiss

Classes

BoundsParam(parent_parameters, bounds, int, …)

Boundaries for image slicing.

FourierModParam(parent_parameters[, …])

Fourier transformed and filtered modified image.

FourierRefParam(parent_parameters[, …])

Fourier transformed and filtered reference image.

GaussDiffParam(gauss_diff, float])

Lower and upper kernel size of the DoG filter.

GaussDiffWindowModParam(parent_parameters[, …])

Gaussian difference filtered and windowed modified input image.

GaussDiffWindowRefParam(parent_parameters[, …])

Gaussian difference filtered and windowed reference input image.

ModImageParam(image)

Modified image.

RecoveredRotScaleParam(parent_parameters[, …])

Rotation and scaling recovered image.

RecoveredRotScaleTr(parent_parameters[, …])

Rotation, scaling and translation recovered image.

RecoveredRotationParam(parent_parameters[, …])

Recovered rotation angle and error in degrees.

RecoveredRotationScalePhaseParam(…[, …])

Recovered rotation angle in degrees and scaling factor including errors.

RecoveredScaleParam(parent_parameters[, …])

Recovered scaling factor and error in degrees.

RecoveredTranslationParam(parent_parameters)

Recovered x,y translation vector and error.

RefImageParam(image)

Reference image.

UpsamplingParam(upsampling)

Upsampling factor.

WarpedFourierModParam(parent_parameters[, …])

Log-polar transformed of the fourier transformed modified image.

WarpedFourierRefParam(parent_parameters[, …])

Log-polar transformed of the fourier transformed reference image.

WindowRadiusExpParam(w_r_exp)

Window radius exponent, larger wrexp => faster computation.

WindowTypeParam(window_type)

Window type for FFT filter, see scipy.signal.windows.get_window for possible choices.

WindowWeightParam(window_weight)

Weighting factor scaling beween windowed image and image, range of [0,1].