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
source (open3d.geometry.PointCloud) – The source point cloud. The results has the same number of elements as the size of the source point cloud.
target (open3d.geometry.PointCloud) – The target point cloud.
- Returns
open3d.utility.DoubleVector