Open3D (C++ API)
0.19.0
|
Check if two aligned point clouds are close. More...
#include <CorrespondenceChecker.h>
Public Member Functions | |
CorrespondenceCheckerBasedOnDistance (double distance_threshold) | |
Default Constructor. More... | |
~CorrespondenceCheckerBasedOnDistance () override | |
bool | Check (const geometry::PointCloud &source, const geometry::PointCloud &target, const CorrespondenceSet &corres, const Eigen::Matrix4d &transformation) const override |
Function to check if two points can be aligned. More... | |
![]() | |
CorrespondenceChecker (bool require_pointcloud_alignment) | |
Default Constructor. More... | |
virtual | ~CorrespondenceChecker () |
Data Fields | |
double | distance_threshold_ |
Distance threshold for the check. More... | |
![]() | |
bool | require_pointcloud_alignment_ |
Check if two aligned point clouds are close.
|
inline |
Default Constructor.
distance_threshold | Distance threshold for the check. |
|
inlineoverride |
|
overridevirtual |
Function to check if two points can be aligned.
source | Source point cloud. |
target | Target point cloud. |
corres | Correspondence set between source and target point cloud. |
transformation | The estimated transformation (inplace). |
Implements open3d::pipelines::registration::CorrespondenceChecker.
double open3d::pipelines::registration::CorrespondenceCheckerBasedOnDistance::distance_threshold_ |
Distance threshold for the check.