Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Attributes
mrpt::tfest::TSE3RobustResult Struct Reference

Detailed Description

Output placeholder for se3_l2_robust()

Definition at line 103 of file se3.h.

#include <mrpt/tfest/se3.h>

Public Attributes

mrpt::poses::CPose3DQuat transformation
 The best transformation found. More...
 
double scale {.0}
 The estimated scale of the rigid transformation (should be very close to 1.0) More...
 
std::vector< uint32_tinliers_idx
 Indexes within the in_correspondences list which corresponds with inliers. More...
 

Member Data Documentation

◆ inliers_idx

std::vector<uint32_t> mrpt::tfest::TSE3RobustResult::inliers_idx

Indexes within the in_correspondences list which corresponds with inliers.

Definition at line 112 of file se3.h.

Referenced by TEST().

◆ scale

double mrpt::tfest::TSE3RobustResult::scale {.0}

The estimated scale of the rigid transformation (should be very close to 1.0)

Definition at line 109 of file se3.h.

◆ transformation

mrpt::poses::CPose3DQuat mrpt::tfest::TSE3RobustResult::transformation

The best transformation found.

Definition at line 106 of file se3.h.

Referenced by TEST().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST