36 #ifndef LIBPOINTMATCHER_IDENTITY_H 37 #define LIBPOINTMATCHER_IDENTITY_H 49 return "Does nothing.";
56 virtual TransformationParameters
compute(
const ErrorElements& mPts);
59 #endif //LIBPOINTMATCHER_IDENTITY_H
A structure holding data ready for minimization. The data are "normalized", for instance there are no...
static const std::string description()
virtual TransformationParameters compute(const ErrorElements &mPts)
Find the transformation that minimizes the error given matched pair of points. This function most be ...
An error minimizer will compute a transformation matrix such as to minimize the error between the rea...
PointMatcher< T >::ErrorMinimizer::ErrorElements ErrorElements
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.
Functions and classes that are not dependant on scalar type are defined in this namespace.
Functions and classes that are dependant on scalar type are defined in this templatized class...
PointMatcher< T >::TransformationParameters TransformationParameters
The superclass of classes that are constructed using generic parameters. This class provides the para...
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
Matrix TransformationParameters
A matrix holding the parameters a transformation.