libpointmatcher
1.0.2
|
A function that transforms points and their descriptors given a transformation matrix. More...
#include <PointMatcher.h>
Public Member Functions | |
Transformation () | |
Construct without parameter. | |
Transformation (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) | |
Construct with parameters. | |
virtual | ~Transformation () |
virtual destructor | |
virtual DataPoints | compute (const DataPoints &input, const TransformationParameters ¶meters) const =0 |
Transform input using the transformation matrix. |
A function that transforms points and their descriptors given a transformation matrix.