|
Open3D (C++ API)
|
#include "Open3D/Registration/Registration.h"#include "Open3D/Geometry/PointCloud.h"#include "Open3D/Registration/ColoredICP.h"#include "Open3D/Registration/CorrespondenceChecker.h"#include "Open3D/Registration/FastGlobalRegistration.h"#include "Open3D/Registration/Feature.h"#include "Open3D/Registration/TransformationEstimation.h"#include "Open3D/Utility/Console.h"#include "pybind/docstring.h"#include "pybind/registration/registration.h"Data Structures | |
| class | open3d::PyTransformationEstimation< TransformationEstimationBase > |
| class | open3d::PyCorrespondenceChecker< CorrespondenceCheckerBase > |
Namespaces | |
| open3d | |
Functions | |
| void | open3d::pybind_registration_classes (py::module &m) |
| void | open3d::pybind_registration_methods (py::module &m) |
| void | open3d::pybind_registration (py::module &m) |
1.8.13