params

Module implementing the parameter classes for the angle selector Model

Author: Fabian A. Preiss

Classes

AngleAParam(angle_a)

Candidate Angle A.

AngleBParam(angle_b)

Candidate Angle B.

ImageParam(image)

Image.

RecoveredRotParam(parent_parameters[, …])

Rotation recovered image.

RecoveredRotTrParam(parent_parameters[, …])

Rotation, and translation recovered image.

RecoveredRotationParam(parent_parameters[, …])

Recovered rotation angle and error between the modified and reference image.

RecoveredTranslationParam(parent_parameters)

Recovered x,y translation vector and error.

RefImageParam(image)

Reference image.

RotAParam(parent_parameters[, recovered_rot_img])

Image Rotated by Angle A.

RotBParam(parent_parameters[, recovered_rot_img])

Image Rotated by Angle B.

RotTrAParam(parent_parameters[, …])

Rotation, and translation recovered image A.

RotTrBParam(parent_parameters[, …])

Rotation, and translation recovered image B.

SelectorParam(parent_parameters[, selection])

True, if A matches better than B

TranslationAParam(parent_parameters[, …])

Recovered x,y translation vector and error for A.

TranslationBParam(parent_parameters[, …])

Recovered x,y translation vector and error for B.

UpsamplingParam(upsampling)

Upsampling factor.