iterative closest points
CEV ICP algorithm library
|
#include <cmath>
#include <vector>
#include <memory>
#include <string>
#include <functional>
#include <unordered_map>
#include <variant>
#include <optional>
#include "geo.h"
Go to the source code of this file.
Classes | |
class | icp::ICP |
Interface for iterative closest points. More... | |
struct | icp::ICP::Match |
A matching between point and pair at (arbitrary) cost cost . More... | |
class | icp::ICP::Config |
Configuration for ICP instances. More... | |
Namespaces | |
icp | |