How do I convert a 2D mesh of triangles into quadrilaterals? Is this the best approach or it is even possible to generate a 2D quadrilateral mesh from scratch?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
As part of their paper on Quad Mesh Simplification, Tarini et al. present a section on Tri to Quad mesh conversion (Section 6 to be precise).
You can find the paper on the author's website here: "Practical quad mesh simplification" (PDF).
This has been published at:
Computer Graphics Forum (Special Issue of Eurographics 2010 Conference), Volume 29, Number 2, page 407-418 - 2010
DOI: 10.1111/j.1467-8659.2009.01610.x
The Open Source implementation should be available as part of MeshLab.
回答2:
This is a hard problem! The approach that I like is given in this excellent paper:
A Wave-based Anisotropic Quadrangulation Method
Muyang Zhang, Jin Huang, Xinguo Liu and Hujun Bao.
ACM SIGGRAPH 2010
ACM Transactions on Graphics (TOG) , 2010