Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
z
Related Functions
:
a
g
i
l
o
p
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
z
Functions
_
a
b
c
d
e
g
l
m
o
p
r
s
t
u
v
Variables
Typedefs
a
c
d
e
g
i
l
m
n
o
p
q
s
t
v
Macros
_
a
b
c
d
e
f
g
i
l
o
p
r
s
t
z
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
}
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 Sun Dec 22 2024 03:21:54