|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/registration/transformation_estimation_lm.h>
Inheritance diagram for pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices:
Collaboration diagram for pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices: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. | |
| ~OptimizationFunctorWithIndices () | |
| Destructor. | |
| int | operator() (const VectorX &x, VectorX &fvec) const |
| Fill fvec from x. | |
Public Member Functions inherited from pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::Functor< MatScalar > | |
| Functor () | |
| Empty Constructor. | |
| Functor (int m_data_points) | |
| Constructor. | |
| virtual | ~Functor () |
| Destructor. | |
| int | values () const |
| Get the number of values. | |
Public Attributes | |
| const TransformationEstimationLM< PointSource, PointTarget, MatScalar > * | estimator_ |
Additional Inherited Members | |
Public Types inherited from pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::Functor< MatScalar > | |
| enum | |
| using | Scalar = MatScalar |
| using | InputType = Eigen::Matrix< MatScalar, InputsAtCompileTime, 1 > |
| using | ValueType = Eigen::Matrix< MatScalar, ValuesAtCompileTime, 1 > |
| using | JacobianType = Eigen::Matrix< MatScalar, ValuesAtCompileTime, InputsAtCompileTime > |
Protected Attributes inherited from pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::Functor< MatScalar > | |
| int | m_data_points_ |
Definition at line 299 of file transformation_estimation_lm.h.
|
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 306 of file transformation_estimation_lm.h.
|
inline |
Copy constructor.
| [in] | src | the optimization functor to copy into this |
Definition at line 314 of file transformation_estimation_lm.h.
|
inline |
Destructor.
Definition at line 332 of file transformation_estimation_lm.h.
| int pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::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 270 of file transformation_estimation_lm.hpp.
|
inline |
Copy operator.
| [in] | src | the optimization functor to copy into this |
Definition at line 324 of file transformation_estimation_lm.h.
| const TransformationEstimationLM<PointSource, PointTarget, MatScalar>* pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::estimator_ |
Definition at line 341 of file transformation_estimation_lm.h.
Referenced by pcl::registration::TransformationEstimationLM< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::operator=().