#include <transformation_estimation_wdf.h>
Public Types | |
enum | { InputsAtCompileTime = NX, ValuesAtCompileTime = NY } |
typedef Eigen::Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
typedef _Scalar | Scalar |
typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
Public Member Functions | |
Functor () | |
Functor (int inputs, int values, int np, int ndfp) | |
int | inputs () const |
int | values () const |
Public Attributes | |
const int | m_inputs |
const int | m_values |
int | number_dfp |
Number of distinctive feature points. | |
int | number_p |
Number of common points. |
Generic functor for the optimization
Definition at line 266 of file transformation_estimation_wdf.h.
typedef Eigen::Matrix<Scalar,InputsAtCompileTime,1> TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::InputType |
Definition at line 273 of file transformation_estimation_wdf.h.
typedef Eigen::Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::JacobianType |
Definition at line 275 of file transformation_estimation_wdf.h.
typedef _Scalar TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::Scalar |
Definition at line 268 of file transformation_estimation_wdf.h.
typedef Eigen::Matrix<Scalar,ValuesAtCompileTime,1> TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::ValueType |
Definition at line 274 of file transformation_estimation_wdf.h.
anonymous enum |
Definition at line 269 of file transformation_estimation_wdf.h.
TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::Functor | ( | ) | [inline] |
Definition at line 279 of file transformation_estimation_wdf.h.
TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::Functor | ( | int | inputs, |
int | values, | ||
int | np, | ||
int | ndfp | ||
) | [inline] |
Definition at line 280 of file transformation_estimation_wdf.h.
int TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::inputs | ( | ) | const [inline] |
Definition at line 285 of file transformation_estimation_wdf.h.
int TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::values | ( | ) | const [inline] |
Definition at line 286 of file transformation_estimation_wdf.h.
const int TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::m_inputs |
Definition at line 277 of file transformation_estimation_wdf.h.
const int TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::m_values |
Definition at line 277 of file transformation_estimation_wdf.h.
int TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::number_dfp |
Number of distinctive feature points.
Definition at line 283 of file transformation_estimation_wdf.h.
int TransformationEstimationWDF< PointSource, PointTarget >::Functor< _Scalar, NX, NY >::number_p |
Number of common points.
Definition at line 282 of file transformation_estimation_wdf.h.