iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
icp Namespace Reference

Classes

class  ICP
 Interface for iterative closest points. More...
 
struct  Methods
 
struct  RBTransform
 Rigid-body transformation. More...
 

Typedefs

using Vector = Eigen::Vector2d
 
using Matrix = Eigen::Matrix2d
 

Functions

Vector get_centroid (const std::vector< Vector > &points)
 

Typedef Documentation

◆ Matrix

using icp::Matrix = Eigen::Matrix2d

Definition at line 16 of file geo.h.

◆ Vector

using icp::Vector = Eigen::Vector2d

Definition at line 15 of file geo.h.

Function Documentation

◆ get_centroid()

Vector icp::get_centroid ( const std::vector< Vector > & points)

Definition at line 10 of file geo.cpp.