how to compute mesh from pointcloud

Feel free to ask any question here
Post Reply
zxc1988
Posts: 1
Joined: Sun Aug 08, 2021 4:10 pm

how to compute mesh from pointcloud

Post by zxc1988 »

I try to use the function doActionComputeMesh to get mesh ,but it doesnot work,can you tell me how to use this function?

ccMesh* mesh = ccMesh::Triangulate(cloud,
type,
updateNormals,
static_cast<PointCoordinateType>(s_meshMaxEdgeLength),
2 //XY plane by default
);
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: how to compute mesh from pointcloud

Post by daniel »

Not sure to understand your question, or to understand your exact problem ('it doesn't work' is not super helpful ;).
Daniel, CloudCompare admin
Post Reply