You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the tsdf2mesh.m to create a 3D surface mesh. I use the data in the project.
But when I run the tsdf2mesh.m,I wait 4 hours,my MATLAB is still busy.
What's the problem?
Thanks for your reply.
The text was updated successfully, but these errors were encountered:
One possible problem might be your CPU or GPU not being good enough. There can be millions of points in the point cloud before they're transformed into a mesh and it might just take forever on your machine. This is compounded by the fact that it's MATLAB, which might not run as fast as something like C++.
I use the tsdf2mesh.m to create a 3D surface mesh. I use the data in the project.
But when I run the tsdf2mesh.m,I wait 4 hours,my MATLAB is still busy.
What's the problem?
Thanks for your reply.
The text was updated successfully, but these errors were encountered: