iterative closest points
CEV ICP algorithm library
|
#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) |