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.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |