Properties | List of all members
MatchingResult Class Reference

Results of a matching and down sampling operation. More...

Inherits object.

Properties

 distance_rms = property
 float: The final root mean square of distances between model and scene. More...
 
 num_iterations = property
 int: Number of iterations needed. More...
 
 transformation = property
 cvb.AffineMatrix3D: The affine transformation (rotation matrix and translation vector), which maps the scene to the model. More...
 

Detailed Description

Results of a matching and down sampling operation.

Property Documentation

◆ distance_rms

distance_rms = property
static

float: The final root mean square of distances between model and scene.

◆ num_iterations

num_iterations = property
static

int: Number of iterations needed.

◆ transformation

transformation = property
static

cvb.AffineMatrix3D: The affine transformation (rotation matrix and translation vector), which maps the scene to the model.