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

Gauss transforms using the fgt library. More...

#include <cpd/gauss_transform.hpp>
#include <fgt.hpp>

Go to the source code of this file.

Classes

class  cpd::GaussTransformFgt
 The Gauss transform using the fgt library. More...
 

Namespaces

 cpd
 Top-level cpd namespace.
 

Enumerations

enum  cpd::FgtMethod { cpd::DirectTree, cpd::Ifgt, cpd::Switched }
 The method(s) by which the fgt Gauss transform will compute the differences. More...
 

Variables

const FgtMethod cpd::DEFAULT_FGT_METHOD = FgtMethod::DirectTree
 The default fgt method. More...
 
const double cpd::DEFAULT_BREAKPOINT = 0.2
 The default switched fgt breakpoint. More...
 
const double cpd::DEFAULT_EPSILON = 1e-4
 The default fgt epsilon. More...
 

Detailed Description

Gauss transforms using the fgt library.