Open3D (C++ API)  0.18.0
Public Member Functions | Data Fields
open3d::pipelines::registration::TransformationEstimationPointToPlane Class Reference

#include <TransformationEstimation.h>

Inheritance diagram for open3d::pipelines::registration::TransformationEstimationPointToPlane:
open3d::pipelines::registration::TransformationEstimation

Public Member Functions

 TransformationEstimationPointToPlane ()
 Default Constructor. More...
 
 ~TransformationEstimationPointToPlane () override
 
 TransformationEstimationPointToPlane (std::shared_ptr< RobustKernel > kernel)
 Constructor that takes as input a RobustKernel. More...
 
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::pipelines::registration::TransformationEstimation
 TransformationEstimation ()
 Default Constructor. More...
 
virtual ~TransformationEstimation ()
 

Data Fields

std::shared_ptr< RobustKernelkernel_ = std::make_shared<L2Loss>()
 shared_ptr to an Abstract RobustKernel that could mutate at runtime. More...
 

Detailed Description

Class to estimate a transformation for point to plane distance.

Constructor & Destructor Documentation

◆ TransformationEstimationPointToPlane() [1/2]

open3d::pipelines::registration::TransformationEstimationPointToPlane::TransformationEstimationPointToPlane ( )
inline

Default Constructor.

◆ ~TransformationEstimationPointToPlane()

open3d::pipelines::registration::TransformationEstimationPointToPlane::~TransformationEstimationPointToPlane ( )
inlineoverride

◆ TransformationEstimationPointToPlane() [2/2]

open3d::pipelines::registration::TransformationEstimationPointToPlane::TransformationEstimationPointToPlane ( std::shared_ptr< RobustKernel kernel)
inlineexplicit

Constructor that takes as input a RobustKernel.

Parameters
kernelAny of the implemented statistical robust kernel for outlier rejection.

Member Function Documentation

◆ ComputeRMSE()

double open3d::pipelines::registration::TransformationEstimationPointToPlane::ComputeRMSE ( const geometry::PointCloud source,
const geometry::PointCloud target,
const CorrespondenceSet corres 
) const
overridevirtual

Compute RMSE between source and target points cloud given correspondences.

Parameters
sourceSource point cloud.
targetTarget point cloud.
corresCorrespondence set between source and target point cloud.

Implements open3d::pipelines::registration::TransformationEstimation.

◆ ComputeTransformation()

Eigen::Matrix4d open3d::pipelines::registration::TransformationEstimationPointToPlane::ComputeTransformation ( const geometry::PointCloud source,
const geometry::PointCloud target,
const CorrespondenceSet corres 
) const
overridevirtual

Compute transformation from source to target point cloud given correspondences.

Parameters
sourceSource point cloud.
targetTarget point cloud.
corresCorrespondence set between source and target point cloud.

Implements open3d::pipelines::registration::TransformationEstimation.

◆ GetTransformationEstimationType()

TransformationEstimationType open3d::pipelines::registration::TransformationEstimationPointToPlane::GetTransformationEstimationType ( ) const
inlineoverridevirtual

Field Documentation

◆ kernel_

std::shared_ptr<RobustKernel> open3d::pipelines::registration::TransformationEstimationPointToPlane::kernel_ = std::make_shared<L2Loss>()

shared_ptr to an Abstract RobustKernel that could mutate at runtime.


The documentation for this class was generated from the following files: