concepts.hw_interface.george_vision.object_centric_vision.mesh_reconstruction_alpha_shape#

mesh_reconstruction_alpha_shape(pcd, alpha=0.1)[source]#

Reconstruct a mesh from a point cloud.

Parameters:
  • pcd (PointCloud) – an open3d point cloud.

  • alpha (float) – the alpha value for the alpha shape.

Returns:

an open3d triangle mesh.

Return type:

TriangleMesh