small_gicp
|
#include <array>
#include <limits>
#include <iostream>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | small_gicp::KnnSetting |
K-nearest neighbor search setting. More... | |
struct | small_gicp::identity_transform |
Identity transform (alternative to std::identity in C++20). More... | |
struct | small_gicp::KnnResult< N, IndexTransform > |
K-nearest neighbor search result container. More... | |
Namespaces | |
small_gicp | |