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