open3d.geometry.compute_point_cloud_nearest_neighbor_distance

open3d.geometry.compute_point_cloud_nearest_neighbor_distance(input)

Function to compute the distance from a point to its nearest neighbor in the point cloud

Parameters

input (open3d.geometry.PointCloud) – The input point cloud.

Returns

open3d.utility.DoubleVector