A set of parameters that stores the result of alignment operation. More...
Inherits object.
Properties | |
mean_distance = property | |
float: The minimum value for correspondence of two points to be considered for alignment. | |
num_iterations = property | |
int: Number of iterations needed for alignment. | |
rotation = property | |
cvb.Matrix2D: The estimated rotation. | |
translation = property | |
cvb.Point2D: The estimated translation. | |
A set of parameters that stores the result of alignment operation.