|
Open3D (C++ API)
|
#include <TransformationEstimation.h>
Public Member Functions | |
| TransformationEstimationPointToPlane () | |
| Default Constructor. More... | |
| ~TransformationEstimationPointToPlane () override | |
| TransformationEstimationType | GetTransformationEstimationType () const override |
| double | ComputeRMSE (const geometry::PointCloud &source, const geometry::PointCloud &target, const CorrespondenceSet &corres) const override |
| Eigen::Matrix4d | ComputeTransformation (const geometry::PointCloud &source, const geometry::PointCloud &target, const CorrespondenceSet &corres) const override |
Public Member Functions inherited from open3d::registration::TransformationEstimation | |
| TransformationEstimation () | |
| Default Constructor. More... | |
| virtual | ~TransformationEstimation () |
Class to estimate a transformation for point to plane distance.
|
inline |
Default Constructor.
|
inlineoverride |
|
overridevirtual |
Compute RMSE between source and target points cloud given correspondences.
| source | Source point cloud. |
| target | Target point cloud. |
| corres | Correspondence set between source and target point cloud. |
Implements open3d::registration::TransformationEstimation.
|
overridevirtual |
Compute transformation from source to target point cloud given correspondences.
| source | Source point cloud. |
| target | Target point cloud. |
| corres | Correspondence set between source and target point cloud. |
Implements open3d::registration::TransformationEstimation.
|
inlineoverridevirtual |
Implements open3d::registration::TransformationEstimation.
1.8.13