cpd
0.5.1
Coherent Point Drift: C++ library for point set registration
|
The Gauss transform using the fgt library. More...
#include <gauss_transform_fgt.hpp>
Public Member Functions | |
GaussTransformFgt & | breakpoint (double breakpoint) |
Sets the ifgt->direct-tree breakpoint. More... | |
GaussTransformFgt & | epsilon (double epsilon) |
Sets the epsilon. More... | |
GaussTransformFgt & | method (FgtMethod method) |
Sets the method. More... | |
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 Gauss transform using the fgt library.
|
inline |
Sets the ifgt->direct-tree breakpoint.
|
virtual |
Computes the Gauss transform.
Implements cpd::GaussTransform.
|
inline |
Sets the epsilon.
|
inline |
Sets the method.