open3d.pipelines.registration.compute_fpfh_feature

open3d.pipelines.registration.compute_fpfh_feature(input, search_param)

Function to compute FPFH feature for a point cloud

Parameters
  • input (open3d.cpu.pybind.geometry.PointCloud) – The Input point cloud.

  • search_param (open3d.cpu.pybind.geometry.KDTreeSearchParam) – KDTree KNN search parameter.

Returns

open3d.cpu.pybind.pipelines.registration.Feature