#include <transformation_estimation_lm.h>
Public Member Functions | |
int | operator() (const VectorX &x, VectorX &fvec) const |
OptimizationFunctor & | operator= (const OptimizationFunctor &src) |
OptimizationFunctor (int m_data_points, const TransformationEstimationLM *estimator) | |
OptimizationFunctor (const OptimizationFunctor &src) | |
virtual | ~OptimizationFunctor () |
Destructor. | |
Public Attributes | |
const TransformationEstimationLM < PointSource, PointTarget, MatScalar > * | estimator_ |
Definition at line 256 of file transformation_estimation_lm.h.
pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctor::OptimizationFunctor | ( | 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 264 of file transformation_estimation_lm.h.
pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctor::OptimizationFunctor | ( | const OptimizationFunctor & | src | ) | [inline] |
Copy constructor
[in] | the | optimization functor to copy into this |
Definition at line 272 of file transformation_estimation_lm.h.
virtual pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctor::~OptimizationFunctor | ( | ) | [inline, virtual] |
Destructor.
Definition at line 290 of file transformation_estimation_lm.h.
int pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctor::operator() | ( | const VectorX & | x, |
VectorX & | fvec | ||
) | const |
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 217 of file transformation_estimation_lm.hpp.
OptimizationFunctor& pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctor::operator= | ( | const OptimizationFunctor & | src | ) | [inline] |
Copy operator
[in] | the | optimization functor to copy into this |
Definition at line 282 of file transformation_estimation_lm.h.
const TransformationEstimationLM<PointSource, PointTarget, MatScalar>* pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctor::estimator_ |
Definition at line 299 of file transformation_estimation_lm.h.