This requirement occur when I show the surface mesh in Matlab by trisurf
, because the mesh is dense (high-resolution) and it is rendered slowly and can not be rotated. So I am wondering there is some intuitive method to downsample the mesh while keep the basic shape ?
Before I post the question here, I have Googled. A popular tool iso2mesh, has a similar function, remeshsurf
. But it firstly reconstruct the volume by the original mesh and the construct the new mesh according to the desired resolution. An important flaw, in my opinion, is that it change the original shape.
Anyone has some idea ? The Matlab function would be the best since it is easy to be tested.
Thanks.
Nico
You should downsample your data,
You could even use
downsample
function on each data.