transformation.cpp
Go to the documentation of this file.
1 #include "transformation.h"
2 
3 namespace python
4 {
5  namespace pointmatcher
6  {
7  void pybindTranformation(py::class_<PM>& p_class)
8  {
9  py::class_<Transformation, std::shared_ptr<Transformation>, Parametrizable>(p_class, "Transformation", "A function that transforms points and their descriptors given a transformations matrix");
10  }
11  }
12 }
transformation.h
python::pointmatcher::pybindTranformation
void pybindTranformation(py::class_< PM > &p_class)
Definition: transformation.cpp:7
python
Definition: add_descriptor.cpp:5
PointMatcherSupport::Parametrizable
The superclass of classes that are constructed using generic parameters. This class provides the para...
Definition: Parametrizable.h:141


libpointmatcher
Author(s):
autogenerated on Mon Jan 1 2024 03:24:43