open3d.geometry.create_line_set_from_point_cloud_correspondences¶
-
open3d.geometry.
create_line_set_from_point_cloud_correspondences
(cloud0, cloud1, correspondences)¶ Factory function to create a LineSet from two pointclouds and a correspondence set.
- Parameters
cloud0 (open3d.geometry.PointCloud) – First point cloud.
cloud1 (open3d.geometry.PointCloud) – Second point cloud.
correspondences (List[Tuple[int, int]]) – Set of correspondences.
- Returns
open3d.geometry.LineSet