Properties | List of all members
AlignmentResult2D Class Reference

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...
 

Detailed Description

A set of parameters that stores the result of alignment operation.

Property Documentation

◆ mean_distance

mean_distance = property
static

float: The minimum value for correspondence of two points to be considered for alignment.

◆ num_iterations

num_iterations = property
static

int: Number of iterations needed for alignment.

◆ rotation

rotation = property
static

cvb.Matrix2D: The estimated rotation.

◆ translation

translation = property
static

cvb.Point2D: The estimated translation.