open3d.geometry.compute_point_cloud_to_point_cloud_distance

open3d.geometry.compute_point_cloud_to_point_cloud_distance(source, target)

For each point in the source point cloud, compute the distance to the target point cloud.

Parameters
Returns

open3d.utility.DoubleVector