|
Open3D (C++ API)
|
#include <Eigen/Core>#include <memory>#include <vector>#include "Open3D/Geometry/KDTreeSearchParam.h"Go to the source code of this file.
Data Structures | |
| class | open3d::registration::Feature |
Namespaces | |
| open3d | |
| open3d::geometry | |
| open3d::registration | |
Functions | |
| std::shared_ptr< Feature > | open3d::registration::ComputeFPFHFeature (const geometry::PointCloud &input, const geometry::KDTreeSearchParam &search_param=geometry::KDTreeSearchParamKNN()) |
| Function to compute FPFH feature for a point cloud. More... | |
1.8.13