|
Open3D (C++ API)
|
#include <Eigen/Core>#include <memory>#include <string>#include <vector>#include "Open3D/Registration/TransformationEstimation.h"Go to the source code of this file.
Data Structures | |
| class | open3d::registration::CorrespondenceChecker |
| Base class that checks if two (small) point clouds can be aligned. More... | |
| class | open3d::registration::CorrespondenceCheckerBasedOnEdgeLength |
| Check if two point clouds build the polygons with similar edge lengths. More... | |
| class | open3d::registration::CorrespondenceCheckerBasedOnDistance |
| Check if two aligned point clouds are close. More... | |
| class | open3d::registration::CorrespondenceCheckerBasedOnNormal |
| Class to check if two aligned point clouds have similar normals. More... | |
Namespaces | |
| open3d | |
| open3d::geometry | |
| open3d::registration | |
1.8.13