iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
geo.h File Reference
#include <vector>
#include <cmath>
#include <sstream>
#include <Eigen/Core>
#include <iostream>

Go to the source code of this file.

Classes

struct  icp::RBTransform
 Rigid-body transformation. More...
 

Namespaces

namespace  icp
 

Typedefs

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

Functions

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