python
pointmatcher
outlier_filter.cpp
Go to the documentation of this file.
1
#include "
outlier_filter.h
"
2
3
namespace
python
4
{
5
namespace
pointmatcher
6
{
7
void
pybindOutlierFilter
(py::class_<PM>& p_class)
8
{
9
py::class_<OutlierFilter, std::shared_ptr<OutlierFilter>,
Parametrizable
> pyOutlierFilter(p_class,
"OutlierFilter"
);
10
11
pyOutlierFilter.doc() = R
"pbdoc(
12
An outlier filter removes or weights links between points in reading and their matched points in reference, depending on some criteria.
13
14
Criteria can be a fixed maximum authorized distance, a factor of the median distance, etc.
15
Points with zero weights are ignored in the subsequent minimization step.
16
)pbdoc";
17
}
18
}
19
}
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
outlier_filter.h
python::pointmatcher::pybindOutlierFilter
void pybindOutlierFilter(py::class_< PM > &p_class)
Definition:
outlier_filter.cpp:7
libpointmatcher
Author(s):
autogenerated on Mon Sep 16 2024 02:24:09