|
cpd
0.5.1
Coherent Point Drift: C++ library for point set registration
|
Abstract base class for Gauss transforms. More...
#include <gauss_transform.hpp>
Public Member Functions | |
| virtual Probabilities | compute (const Matrix &fixed, const Matrix &moving, double sigma2, double outliers) const =0 |
| Computes the Gauss transform. More... | |
Static Public Member Functions | |
| static std::unique_ptr< GaussTransform > | make_default () |
| Returns the default Gauss transform as a unique ptr. More... | |
Abstract base class for Gauss transforms.
|
pure virtual |
Computes the Gauss transform.
Implemented in cpd::GaussTransformFgt, and cpd::GaussTransformDirect.
|
static |
Returns the default Gauss transform as a unique ptr.
1.8.11