![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Public Member Functions | |
| TransformationEstimationType | GetTransformationEstimationType () const override |
| double | ComputeRMSE (const ccPointCloud &source, const ccPointCloud &target, const CorrespondenceSet &corres) const override |
| Eigen::Matrix4d | ComputeTransformation (const ccPointCloud &source, const ccPointCloud &target, const CorrespondenceSet &corres) const override |
Public Member Functions inherited from cloudViewer::pipelines::registration::TransformationEstimation | |
| TransformationEstimation () | |
| Default Constructor. More... | |
| virtual | ~TransformationEstimation () |
Definition at line 31 of file registration.cpp.
|
inlineoverridevirtual |
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 cloudViewer::pipelines::registration::TransformationEstimation.
Definition at line 39 of file registration.cpp.
|
inlineoverridevirtual |
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 cloudViewer::pipelines::registration::TransformationEstimation.
Definition at line 45 of file registration.cpp.
|
inlineoverridevirtual |
Implements cloudViewer::pipelines::registration::TransformationEstimation.
Definition at line 34 of file registration.cpp.