open3d.geometry.compute_point_cloud_convex_hull

open3d.geometry.compute_point_cloud_convex_hull(input)

Computes the convex hull of the point cloud.

Parameters

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

Returns

open3d.geometry.TriangleMesh