Output placeholder for se3_l2_robust()
#include <mrpt/tfest/se3.h>
Public Member Functions | |
| TSE3RobustResult () | |
Public Attributes | |
| mrpt::poses::CPose3DQuat | transformation | 
| The best transformation found.  More... | |
| double | scale | 
| The estimated scale of the rigid transformation (should be very close to 1.0)  More... | |
| mrpt::vector_int | inliers_idx | 
Indexes within the in_correspondences list which corresponds with inliers.  More... | |
| mrpt::vector_int mrpt::tfest::TSE3RobustResult::inliers_idx | 
Indexes within the in_correspondences list which corresponds with inliers. 
Definition at line 99 of file se3.h.
Referenced by mrpt::scanmatching::leastSquareErrorRigidTransformation6DRANSAC(), mrpt::tfest::se3_l2_robust(), and TEST().
| double mrpt::tfest::TSE3RobustResult::scale | 
The estimated scale of the rigid transformation (should be very close to 1.0)
Definition at line 98 of file se3.h.
Referenced by mrpt::scanmatching::leastSquareErrorRigidTransformation6DRANSAC(), and mrpt::tfest::se3_l2_robust().
| mrpt::poses::CPose3DQuat mrpt::tfest::TSE3RobustResult::transformation | 
The best transformation found.
Definition at line 97 of file se3.h.
Referenced by mrpt::scanmatching::leastSquareErrorRigidTransformation6DRANSAC(), mrpt::tfest::se3_l2_robust(), and TEST().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |