MRPT  1.9.9
mrpt::tfest::TMatchingPair Struct Reference

Detailed Description

A structure for holding correspondences between two sets of points or points-like entities in 2D or 3D.

Using float to save space since large point clouds are likely stored in local coordinates using float.

Definition at line 31 of file TMatchingPair.h.

#include <mrpt/tfest/TMatchingPair.h>

Public Member Functions

 TMatchingPair ()
 
 TMatchingPair (uint32_t _this_idx, uint32_t _other_idx, float _this_x, float _this_y, float _this_z, float _other_x, float _other_y, float _other_z)
 

Public Attributes

uint32_t this_idx
 
uint32_t other_idx
 
float this_x
 
float this_y
 
float this_z
 
float other_x
 
float other_y
 
float other_z
 
float errorSquareAfterTransformation
 

Constructor & Destructor Documentation

◆ TMatchingPair() [1/2]

mrpt::tfest::TMatchingPair::TMatchingPair ( )
inline

Definition at line 33 of file TMatchingPair.h.

◆ TMatchingPair() [2/2]

mrpt::tfest::TMatchingPair::TMatchingPair ( uint32_t  _this_idx,
uint32_t  _other_idx,
float  _this_x,
float  _this_y,
float  _this_z,
float  _other_x,
float  _other_y,
float  _other_z 
)
inline

Definition at line 46 of file TMatchingPair.h.

Member Data Documentation

◆ errorSquareAfterTransformation

float mrpt::tfest::TMatchingPair::errorSquareAfterTransformation

Definition at line 65 of file TMatchingPair.h.

◆ other_idx

◆ other_x

◆ other_y

◆ other_z

◆ this_idx

◆ this_x

◆ this_y

◆ this_z




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020