|
Open3D (C++ API)
0.19.0
|
#include "open3d/pipelines/registration/Feature.h"#include <Eigen/Dense>#include "open3d/geometry/KDTreeFlann.h"#include "open3d/geometry/PointCloud.h"#include "open3d/utility/Logging.h"#include "open3d/utility/Parallel.h"Namespaces | |
| open3d | |
| open3d::pipelines | |
| open3d::pipelines::registration | |
Functions | |
| std::shared_ptr< Feature > | open3d::pipelines::registration::ComputeFPFHFeature (const geometry::PointCloud &input, const geometry::KDTreeSearchParam &search_param) |
| CorrespondenceSet | open3d::pipelines::registration::CorrespondencesFromFeatures (const Feature &source_features, const Feature &target_features, bool mutual_filter=false, float mutual_consistency_ratio=0.1) |
| Function to find correspondences via 1-nearest neighbor feature matching. Target is used to construct a nearest neighbor search object, in order to query source. More... | |