|
Point Cloud Library (PCL)
1.6.0
|
#include <pcl/registration/transformation_estimation.h>#include <pcl/registration/warp_point_rigid.h>#include <pcl/registration/distances.h>#include <pcl/registration/impl/transformation_estimation_lm.hpp>

Go to the source code of this file.
Classes | |
| class | pcl::registration::TransformationEstimationLM< PointSource, PointTarget > |
| TransformationEstimationLM implements Levenberg Marquardt-based estimation of the transformation aligning the given correspondences. More... | |
| struct | pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::Functor< _Scalar, NX, NY > |
| Base functor all the models that need non linear optimization must define their own one and implement operator() (const Eigen::VectorXd& x, Eigen::VectorXd& fvec) or operator() (const Eigen::VectorXf& x, Eigen::VectorXf& fvec) dependening on the choosen _Scalar. | |
| struct | pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctor |
| struct | pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctorWithIndices |
Namespaces | |
| namespace | pcl |
| namespace | pcl::registration |
1.7.6.1