#include <transformation_estimation_wdf.h>
Public Member Functions | |
int | operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
OptimizationFunctorWithWeights (int n, int m, int np, int ndfp, TransformationEstimationWDF< PointSource, PointTarget > *estimator) | |
Public Attributes | |
TransformationEstimationWDF < PointSource, PointTarget > * | estimator_ |
Definition at line 314 of file transformation_estimation_wdf.h.
TransformationEstimationWDF< PointSource, PointTarget >::OptimizationFunctorWithWeights::OptimizationFunctorWithWeights | ( | int | n, |
int | m, | ||
int | np, | ||
int | ndfp, | ||
TransformationEstimationWDF< PointSource, PointTarget > * | estimator | ||
) | [inline] |
Functor constructor
n | Number of unknowns to be solved |
m | Number of values |
estimator_ | pointer to the estimator object |
distance | distance computation function pointer |
Definition at line 326 of file transformation_estimation_wdf.h.
int TransformationEstimationWDF< PointSource, PointTarget >::OptimizationFunctorWithWeights::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | fvec | ||
) | const |
Fill fvec from x. For the current state vector x fill the f values
x | state vector |
fvec | function value scalar |
Definition at line 397 of file transformation_estimation_wdf.hpp.
TransformationEstimationWDF<PointSource, PointTarget>* TransformationEstimationWDF< PointSource, PointTarget >::OptimizationFunctorWithWeights::estimator_ |
Definition at line 336 of file transformation_estimation_wdf.h.