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. More... | |
| num_iterations = property | |
| int: Number of iterations needed for alignment. More... | |
| rotation = property | |
| cvb.Matrix2D: The estimated rotation. More... | |
| translation = property | |
| cvb.Point2D: The estimated translation. More... | |
A set of parameters that stores the result of alignment operation.
|
static |
float: The minimum value for correspondence of two points to be considered for alignment.
|
static |
int: Number of iterations needed for alignment.
|
static |
cvb.Matrix2D: The estimated rotation.
|
static |
cvb.Point2D: The estimated translation.