|
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. More...
|
|
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. More...
|
|