Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
FastGlobalRegistration.cpp File Reference

Namespaces

namespace  open3d
namespace  open3d::pipelines
namespace  open3d::pipelines::registration

Functions

RegistrationResult open3d::pipelines::registration::FastGlobalRegistrationBasedOnCorrespondence (const geometry::PointCloud &source, const geometry::PointCloud &target, const CorrespondenceSet &corres, const FastGlobalRegistrationOption &option=FastGlobalRegistrationOption())
 Fast Global Registration based on a given set of correspondences.
RegistrationResult open3d::pipelines::registration::FastGlobalRegistrationBasedOnFeatureMatching (const geometry::PointCloud &source, const geometry::PointCloud &target, const Feature &source_feature, const Feature &target_feature, const FastGlobalRegistrationOption &option=FastGlobalRegistrationOption())
 Fast Global Registration based on a given set of FPFH features.