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
);
how to compute mesh from pointcloud
Re: how to compute mesh from pointcloud
Not sure to understand your question, or to understand your exact problem ('it doesn't work' is not super helpful ;).
Daniel, CloudCompare admin