#include <pcl/registration/transformation_estimation_lm.h>


Public Member Functions | |
| OptimizationFunctorWithIndices (int m_data_points, const TransformationEstimationLM *estimator) | |
| Functor constructor. | |
| OptimizationFunctorWithIndices (const OptimizationFunctorWithIndices &src) | |
| Copy constructor. | |
| OptimizationFunctorWithIndices & | operator= (const OptimizationFunctorWithIndices &src) |
| Copy operator. | |
| virtual | ~OptimizationFunctorWithIndices () |
| Destructor. | |
| int | operator() (const VectorX &x, VectorX &fvec) const |
| Fill fvec from x. | |
Public Attributes | |
| const TransformationEstimationLM < PointSource, PointTarget, MatScalar > * | estimator_ |
Definition at line 302 of file transformation_estimation_lm.h.
| pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::OptimizationFunctorWithIndices | ( | int | m_data_points, | |
| const TransformationEstimationLM * | estimator | |||
| ) | [inline] |
Functor constructor.
| [in] | m_data_points | the number of data points to evaluate |
| [in,out] | estimator | pointer to the estimator object |
Definition at line 310 of file transformation_estimation_lm.h.
| pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::OptimizationFunctorWithIndices | ( | const OptimizationFunctorWithIndices & | src | ) | [inline] |
Copy constructor.
| [in] | the | optimization functor to copy into this |
Definition at line 318 of file transformation_estimation_lm.h.
| virtual pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::~OptimizationFunctorWithIndices | ( | ) | [inline, virtual] |
Destructor.
Definition at line 336 of file transformation_estimation_lm.h.
| int pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::operator() | ( | const VectorX & | x, | |
| VectorX & | fvec | |||
| ) | const [inline] |
Fill fvec from x.
For the current state vector x fill the f values
| [in] | x | state vector |
| [out] | fvec | f values vector |
Definition at line 244 of file transformation_estimation_lm.hpp.
References pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::estimator_, pcl::PointCloud< PointT >::points, and pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::Functor< MatScalar >::values().
| OptimizationFunctorWithIndices& pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::operator= | ( | const OptimizationFunctorWithIndices & | src | ) | [inline] |
Copy operator.
| [in] | the | optimization functor to copy into this |
Definition at line 328 of file transformation_estimation_lm.h.
| const TransformationEstimationLM<PointSource, PointTarget, MatScalar>* pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::estimator_ |
Definition at line 345 of file transformation_estimation_lm.h.
Referenced by pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::operator()(), pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::operator=(), and pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::operator=().