python
pointmatcher
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
}
python::pointmatcher::pybindTranformation
void pybindTranformation(py::class_< PM > &p_class)
Definition:
transformation.cpp:7
PointMatcherSupport::Parametrizable
The superclass of classes that are constructed using generic parameters. This class provides the para...
Definition:
Parametrizable.h:98
transformation.h
python
Definition:
bounding_box.cpp:5
libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:03