|
Open3D (C++ API)
|
Estimate a transformation for point to plane distance. More...
#include <TransformationEstimation.h>
Public Member Functions | |
| TransformationEstimationPointToPlane () | |
| ~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 () | |
| virtual | ~TransformationEstimation () |
Estimate a transformation for point to plane distance.
|
inline |
|
inlineoverride |
|
overridevirtual |
Implements open3d::registration::TransformationEstimation.
|
overridevirtual |
Implements open3d::registration::TransformationEstimation.
|
inlineoverridevirtual |
Implements open3d::registration::TransformationEstimation.