MATLAB: Improve the quality of 3D triangle meshes (surface meshes)

isosurfacereducepatchtriangle aspect ratiotriangle quality

I would like to use surface meshes, as generated by the function isosurface. I use reducepatch to reduce the number of triangles.
Very convenient, but many of the triangles have high aspect ratios. Is there a function that I can call to improve the quality of the surface mesh?

Best Answer

Based on your previous question, I am assuming that you are extracting your mesh from an implicit surface representation. If that is indeed the case, then you should check out ISO2MESH toolbox: http://iso2mesh.sourceforge.net/cgi-bin/index.cgi
Related Question