cpd
0.5.1
Coherent Point Drift: C++ library for point set registration
|
The direct Gauss transform. More...
#include <gauss_transform.hpp>
Public Member Functions | |
Probabilities | compute (const Matrix &fixed, const Matrix &moving, double sigma2, double outliers) const |
Computes the Gauss transform. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from cpd::GaussTransform | |
static std::unique_ptr< GaussTransform > | make_default () |
Returns the default Gauss transform as a unique ptr. More... | |
The direct Gauss transform.
|
virtual |
Computes the Gauss transform.
Implements cpd::GaussTransform.