isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.37k stars 2.29k forks source link

Is there anyway to generate triangle mesh from point cloud? #2999

Closed liuliu66 closed 2 years ago

liuliu66 commented 3 years ago

given a triangle mesh, I can extract vertices as point cloud. So, is there anyway to generate triangles from a point cloud, with some parameters? Many Thanks!

ssheorey commented 3 years ago

Hi @liuliu66 is this what you are looking for? http://www.open3d.org/docs/latest/tutorial/pipelines/rgbd_integration.html This tutorial shows how to create a triangle mesh from RGBD images.

cbenitez81 commented 3 years ago

You can use poisson reconstruction or ball pivoting http://www.open3d.org/docs/latest/tutorial/Advanced/surface_reconstruction.html