Skip to content

Convert pointcloud into mesh in open3d.t #7054

Open
@bmMohamad

Description

Checklist

My Question

I have a very big pointcloud as "o3d.t.geometry.PointCloud" and I would like to convert it into mesh "o3d.t.geometry.TriangleMesh" with the method "create_from_point_cloud_poisson"

Currently, I need to use "to_legacy()" in order to convert my pcd back and then I can use "create_from_point_cloud_poisson"

is there any other direct method?

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions