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

#include <ColoredICP.h>

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

Public Member Functions

 ~TransformationEstimationForColoredICP () override
 
TransformationEstimationType GetTransformationEstimationType () const override
 
 TransformationEstimationForColoredICP (double lambda_geometric=0.968, std::shared_ptr< RobustKernel > kernel=std::make_shared< L2Loss >())
 
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

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

Constructor & Destructor Documentation

◆ ~TransformationEstimationForColoredICP()

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

◆ TransformationEstimationForColoredICP()

open3d::pipelines::registration::TransformationEstimationForColoredICP::TransformationEstimationForColoredICP ( double  lambda_geometric = 0.968,
std::shared_ptr< RobustKernel kernel = std::make_shared<L2Loss>() 
)
inlineexplicit

Member Function Documentation

◆ ComputeRMSE()

double open3d::pipelines::registration::TransformationEstimationForColoredICP::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::TransformationEstimationForColoredICP::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::TransformationEstimationForColoredICP::GetTransformationEstimationType ( ) const
inlineoverridevirtual

Field Documentation

◆ kernel_

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

shared_ptr to an Abstract RobustKernel that could mutate at runtime.

◆ lambda_geometric_

double open3d::pipelines::registration::TransformationEstimationForColoredICP::lambda_geometric_ = 0.968

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