cpd  0.5.1
Coherent Point Drift: C++ library for point set registration
Classes | Namespaces
gauss_transform.hpp File Reference

Basic correspondence/error calculation between two datasets, using the direct method of the Gauss transform. More...

#include <cpd/matrix.hpp>
#include <memory>

Go to the source code of this file.

Classes

struct  cpd::Probabilities
 Probability matrices produced by comparing two data sets with a GaussTransform. More...
 
class  cpd::GaussTransform
 Abstract base class for Gauss transforms. More...
 
class  cpd::GaussTransformDirect
 The direct Gauss transform. More...
 

Namespaces

 cpd
 Top-level cpd namespace.
 

Detailed Description

Basic correspondence/error calculation between two datasets, using the direct method of the Gauss transform.