cpd
0.5.1
Coherent Point Drift: C++ library for point set registration
|
Nonrigid coherent point drift transform. More...
#include <cpd/transform.hpp>
Go to the source code of this file.
Classes | |
struct | cpd::NonrigidResult |
The result of a nonrigid coherent point drift run. More... | |
class | cpd::Nonrigid |
Nonrigid coherent point drift. More... | |
Namespaces | |
cpd | |
Top-level cpd namespace. | |
Functions | |
NonrigidResult | cpd::nonrigid (const Matrix &fixed, const Matrix &moving) |
Runs a nonrigid registration on two matrices. More... | |
Variables | |
const double | cpd::DEFAULT_BETA = 3.0 |
Default value for beta. More... | |
const double | cpd::DEFAULT_LAMBDA = 3.0 |
Default value for lambda. More... | |
Nonrigid coherent point drift transform.