分枝结构光滑曲面的高效建模
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
三维建模是计算机图形学领域的重要分枝,根据不同的应用和表示方法已经发展有诸多细分主题,例如适于快速绘制的网格模型、表示复杂拓扑改变的隐式曲面、多分辨率表示的细分曲面、可高效编辑的骨架模型等。在解决实际建模过程中,往往需要结合若干种不同的方法,以便充分利用它们各自的优点来生成更好的模型。视频游戏、电影等应用中的模型如树、卡通人物和动物;以及数字教学中的动物器官如血管、支气管等,它们都具有光滑的表面,且可抽象为分枝结构的骨架表示。为满足该类模型应用的需求,已有不少领域(如建模、动画、医学可视化等)都对其进行了研究。
     本文首先阐述了与分枝结构建模相关的研究现状;其次,在总结现有算法优缺点的基础上,对光滑分枝结构建模几个关键问题进行分析,并提出解决方案内容主要包括卷积曲面解析解及其在Sketch建模中的应用、基于树干的卷积曲面高效多边形化、基于合成的卷积曲面树干建模、基于骨架的树形分枝结构建模四个部分。具体工作可分为如下几个方面:
     ·卷积曲面可生成复杂拓扑变化的模型,因此是一种颇受欢迎的建模工具。针对有限和无限支撑核函数,根据格林定理将平面多边形区域的双重积分转换为沿多边形边界的单重积分;在此基础上给出了新的基于平面多边形骨架的卷积计算解析解,这样不仅减少了计算量且积分过程更加适合并行计算。而对有限支撑核函数,给出了一种计算有效骨架的裁剪算法。本文将所推导的解析解成功应用于基于GPU (Graphics Processing Unit)的Sketch建模系统中,该建模系统支持点、折线段和平面多边形骨架,可交互式生成复杂拓扑结构的模型,并采用光线投射法可生成高质量的卷积曲面。
     ·对基于线骨架卷积曲面创建的树干模型,给出了一种高效的等值面多边形化方法。首先,沿树干骨架方向创建一个以四边形为主的非凸包围多面体,将其四面体化并细分到预定的分辨率;其次,在每个四面体内根据Marching Tetrahedra规则提取等值面多边形,且生成的多边形边长可根据树干的半径自适应调整;最后,由于四面体细分、势能值计算和等值面提取过程都具有较高的并行度,故又提出一种高效基于CUDA的并行化策略。
     ·提供一个基于样例的树建模系统,可创建由高质量四边形表示的树结构单网格模型。由于基于骨架合成、卷积曲面和GPU三者的优点,该树建模系统交互简单高效且生成网格质量较高。首先,采用拉普拉斯算子从给定网格树模型中提取线段骨架信息;其次,将线骨架表示的整棵树自动细分生成子树,再利用所生成的子树合成新的树模型,并采用卷积曲面来局部逼近骨架模型;最后,通过简单的骨架编辑,可生成基于卷积曲面表示的树干,再将其细分为沿骨架方向有良好边流效果的.四边形网格。在整个过程中最耗时的细分、卷积曲面逼近采用基于CUDA的GPU并行算法处理。利用该建模系统,通过交互式编辑骨架,即可方便快捷地创建各种新的树模型。
     ·提出一种可高效生成四边形网格的新的建模树形物体的方法。首先,从输入网格中提取线骨架,并沿骨架生成包围多面体;其次,以该多面体为控制网格执行Catmull-Clark细分过程,通过逆向求解控制顶点位置,且细分后的极曲面能够较好地逼近原始数据。由于选用GPU加速的细分策略,使得过程相当高效。该方法提供了一个建模树形分枝结构的紧致表示方式,可应用于树枝、动物躯干和脉管等树形分枝结构中。
     对以上所有问题提出的解决方案,文中都做了实验对比,以验证本文方法的正确性。文章最后系统总结了本文所做的工作,分析了本文研究成果的不足之处,并展望未来的研究方向。
As an important branch of computer graphics,3D modeling can be classified into some sub-topics according to their different applications and representations. The mesh representation is suitable for fast rendering, implicit surface is good for modeling objects with complex varying topology, subdivision surface is excellent for multi-resolution representation, and the skeleton-based modeling is efficient for editing and animation. To solve practical modeling problems, dif-ferent approaches can be combined by making use of their advantages. Trees, characters, and organs have smooth branching surfaces, and they can be abstracted as skeletons with branching structures. For modeling such branching objects, many researches in different fields (modeling, animation, visualization, et al.) have been conducted.
     In this dissertation, related work about modeling branching structures are presented, and the advantages and disadvantages of existing approaches are discussed. Moreover, several key prob-lems for modeling smooth branching models are analyzed and their solutions are provided. Our results consist of analytical solutions for sketch-based convolution surface modeling on the GPU, efficient polygonization of trunk-based convolution surfaces, composition-based tree modelling us-ing convolution surfaces and skeleton-based modelling with tree-like structures. More specifically, the paper makes the following contributions:
     · Convolution surfaces are attractive for modeling objects of complex evolving topology. This paper presents some novel analytical convolution solutions for planar polygon skele-tons with both finite-support and infinite-support kernel functions. We convert the double integral over a planar polygon into a simple integral along the contour of the polygon based on Green theorem, which reduces the computational cost and allows for efficient parallel computation on the GPU. For finite support kernel functions, a skeleton clipping algorithm is presented to compute the valid skeletons. The analytical solutions are integrated into a prototype modeling system on the GPU (Graphics Processing Unit). Our modeling sys-tem supports point, polyline and planar polygon skeletons. Complex objects with arbitrary genus can be modeled easily in an interactive way. Resulting convolution surfaces with high quality are rendered with interactive ray casting.
     · We present an efficient polygonization approach for tree trunks modeled by line-skeleton based convolution surfaces. A quad-dominated non-convex bounding polyhedron is firstly created along the skeleton, which is then tetrahedralized and subdivided into the predefined resolution. After that, the iso-surface within each tetrahedron is extracted using Marching Tetrahedra. Our algorithm can generate polygons with adaptive edge lengths according to the thickness of the trunk. In addition, we present an efficient CUDA-based parallel algorithm utilizing the high parallelism of the tetrahedron subdivision, the potential field calculation, and the iso-surface extraction.
     · We present an example-based tree modeling system by creating the structure of a tree using a single high-quality quad-only mesh. Through combining the strengths of the skeleton-based composition, convolution surfaces, and GPU, our tree modeling system is user-friendly, highly versatile and efficient, and achieves good mesh quality. Our sys-tem first extracts the line skeletons of given tree models by contracting the meshes with the Laplace operator. Then, the skeleton-based subtrees are generated automatically from the line skeletons, and new tree models are composed from these skeleton-based subtrees. We approximate the original tree mesh with a convolution surface based on the extracted skeletons. Using simple editing operations, newly composed tree trunks represented by convolution surfaces are tessellated into quad-only subdivision surfaces with good edge flow along the skeletal directions. We implemented the most time-consuming subdivision and convolution approximation on the GPU with CUDA. Using the developed system, we can create various new trees easily and quickly by interactively manipulating the skeletons only.
     · We present a novel approach for efficiently representing tree-like shapes with quad-only meshes. After extracting the line skeleton from the input mesh, we create a bounding poly-hedron along the skeleton. Then, the polyhedron is used as the control mesh to perform the Catmull-Clark subdivision. By reversely calculating the vertices of the control mesh, the limit surface is guaranteed to fit the input mesh as tight as possible. High performance is achieved by utilizing the parallel subdivision scheme on the GPU. Our approach provides a compact representation for modeling tree branches, animal torsos, and vasculatures.
     For all the proposed solutions, comparative experiments are performed to validate our pre-sented approaches. Finally, we systematically summarized our work, analyzed the limitations of our approaches, and gave the potential future work.
引文
[1]T. Funkhouser, M. Kazhdan, P. Shilane, P. Min, W. Kiefer, A. Tal, S. Rusinkiewicz, D. Dobkin. Modeling by example[J]. ACM Transactions on Graphics,2004,23(3):652-663.
    [2]R. Schmidt, K. Singh. Meshmixer:an interface for rapid mesh composition. In ACM SIGGRAPH 2010 Talks. New York, NY, USA:ACM,2010, SIGGRAPH'10,6:1-6:1.
    [3]E. Kalogerakis, S. Chaudhuri, D. Koller, V. Koltun. A probabilistic model for component-based shape synthesis[J]. ACM Transactions on Graphics,2012,31(4):55:1-55:11.
    [4]W. Lorensen, H. Cline. Marching cubes:a high resolution 3d surface construction algorithm[J], Computer Graphics,1987,21(4):163-169.
    [5]J. Bloomenthal. Polygonization of implicit surfaces[J]. Computer Aided Geometric Design,1988, 5(4):341-355.
    [6]J. Bloomenthal. Graphics gems iv. San Diego, CA, USA:Academic Press Professional, Inc.,1994, chapter An implicit surface polygonizer,324-349.
    [7]Z. Ji, JL. Liu, Y. Wang. B-mesh:a modeling system for base meshes of 3d articulated shapes[J]. Computer Graphics Forum,2010,29(7):2169-2178.
    [8]J. Bloomenthal, K. Shoemake. Convolution surfaces[J]. Computer Graphics,1991,25(4):251-256.
    [9]J. McCormack, A. Sherstyuk. Creating and rendering convolution surfaces[J]. Computer Graphics Forum. 1998,17(2):113-120.
    [10]B. Wyvill, K. Overveld. Tilling techniques for implicit skeletal models. In SIGGRAPH Courses. New York, NY, USA:ACM,1996.
    [11]H. Nishimura, M. Hirai, T. Kawai, T. Kawata, I. Shirakawa, K. Omura. Object modeling by distribution function and a method of image generation [J]. Transactions of the Institute of Electronics and Communi-cation Engineers of Japan,1985,68(4):718-725.
    [12]Wyvill, B., Wyvill, G. Field functions for implicit surfaces[J]. The Visual Computer,1989,5(1/2):75-82.
    [13]X. Jin, C. Tai, H. Zhang. Implicit modeling from polygon soup using convolution[J]. The Visual Computer, 2009,25(3):279-288.
    [14]X. Jin, C. Tai. Analytical methods for polynomial weighted convolution surfaces with various kernels[J]. Computer & Graphics,2002,26(3):437-447.
    [15]X. Jin, C. Tai. Convolution surfaces for arcs and quadratic curves with a varying kermel[J]. The Visual Computer,2002,18(8):530-546.
    [16]X. Jin, C.L. Tai, J. Feng, Q. Peng. An analytical convolution surface model for line skeletons with poly-nomial weighted distributions[J]. Journal of Graphics Tools,2001,6(3):1-12.
    [17]A. Sherstyuk. Kernel functions in convolution surfaces:a comparative analysis[J]. The Visual Computer, 1999,15(4):171-182.
    [18]张海林.卷积曲面造型[D].[硕士学位论文],杭州,浙江大学,2006.
    [19]A. Alexe, L. Barthe, M. Cani, V. Gaildrat. Shape modeling by sketching using convolution surfaces. In Pacific Graphics.2005, Short paper.
    [20]A. Angelidis, M.P. Cani. Adaptive implicit modeling using subdivision curves and surfaces as skeletons. In Proceedings of the 7th ACM Symposium on Solid Modeling and Applications. New York, NY, USA: ACM,2002, SMA'02,45-52.
    [21]D. Kravtsov, O. Fryazinov, V. Adzhiev, A. Pasko, P. Comninos. Embedded implicit stand-ins for animated meshes:a case of hybrid modelling[J]. Computer Graphics Forum,2010,29(1):128-140.
    [22]E. Hubert. Convolution surfaces based on polygons for infinite and compact support kernels[J]. Graphical Models,2012,74(1):1-13.
    [23]A. Gueziec, R. Hummel. Exploiting triangulated surface extraction using tetrahedral decomposition[J]. IEEE Transactions on Visulization and Computer Graphics,1995, 1(4):328-342.
    [24]E. Hartmann. A marching method for the triangulation of surfaces[J]. The Visual Computer,1998, 14(3):95-108.
    [25]T. Karkanis, A.J Stewart. Curvature-dependent triangulation of implicit surfaces[J]. IEEE Computer Graphics and Applications,2001,21(2):60-69.
    [26]A.P. Witkin, P.S. Heckbert. Using particles to sample and control implicit surfaces. In Proceedings of the 21st Annual Conference on Computer Graphics and Interactive Techniques. New York, NY, USA:ACM, 1994, SIGGRAPH'94,269-277.
    [27]D.P. Mitchell. Robust ray intersection with interval arithmetic. In Proceedings on Graphics Interface'90. Toronto, Ont., Canada, Canada:Canadian Information Processing Society,1990,68-74.
    [28]J.C. Hart. Sphere tracing:a geometric method for the antialiased ray tracing of implicit surfaces[J]. The Visual Computer,1996,12(10):527-545.
    [29]T.L. Kay, J.T. Kajiya. Ray tracing complex scenes. In Proceedings of the 13th Annual Conference on Computer Graphics and Interactive Techniques. New York, NY, USA:ACM,1986, SIGGRAPH'86, 269-278.
    [30]A.S. Glassner. Tutorial:Computer graphics; image synthesis. New York, NY, USA:Computer Science Press, Inc.,1988, chapter Space subdivision for fast ray tracing,160-167.
    [31]X. Zhu, X. Jin, S. Liu, H. Zhao. Analytical solutions for sketch-based convolution surface modeling on the gpu[J]. The Visual Computer,2012,28(11):1115-1125.
    [32]A. Bernhardt, A. Pihuit, M.P. Cani, L. Barthe. Matisse:painting 2d regions for modeling free-form shapes. In EUROGRAPHICS Workshop on Sketch-Based Interfaces and Modeling, SBIM'08. Annecy, France: Eurographics Association,2008,57-64.
    [33]C. Tai, H. Zhang, C. Fong. Prototype modeling from sketched silhouettes based on convolution surfaces[J]. Computer Graphics Forum,2004,23(4):71-83.
    [34]B. Wyvill, A. Guy, E. Galin. Extending the csg tree:warping, blending and boolean operations in an implicit surface modeling system [J]. Computer Graphics Forum,1999,18(2):149-158.
    [35]O. Karpenko, J. Hughes, R. Raskar. Free-from sketching with variational implicit surfaces[J]. Computer Graphics Forum,2002,21(3):585-594.
    [36]M. Eyiyurekli, C. Grimm, D. Breen. Editing level-set models with sketched curves. In Proceedings of the 6th Eurographics Symposium on Sketch-Based Interfaces and Modeling. New Orleans, Louisiana: Eurographics Association,2009, SBIM'09,45-52.
    [37]R. Schmidt, B. Wyvill, M. Sousa, J. Jorge. Shapeshop:sketch-based solid modeling with blobtrees. In EUROGRAPHICS Workshop on Sketch-Based Interfaces and Modeling. Dublin, Ireland:Eurographics Association,2005, SBIM'05,53-62.
    [38]R. Schmidt, B. Wyvill, M. Sousa, J. Jorge. Sketch-based modeling with the blobtree. In SIGGRAPH'05. New York, NY, USA:ACM,2005, Technical Sketch.
    [39]A. Alexe, V. Gaildrat, L. Barthe. Interactive modelling from sketches using spherical implicit functions. In Proceedings of the 3rd International Conference on Computer Graphics, Virtual Reality, Visualisation and Interaction in Africa. New York, NY, USA:ACM,2004, AFRIGRAPH'04,25-34.
    [40]O. Deussen, B. Lintermann. Digital Design of Nature:Computer generated plants and organs[M], New York:Springer,2005.
    [41]B. Neubert, T. Franken, O. Deussen. Approximate image-based tree-modeling using particle flows[J]. ACM Transactions on Graphics,2007,26(3):88-95.
    [42]M. Okabe, S. Owada, T. Igarashi. Interactive design of botanical trees using freehand sketches and example-based editingfJ]. Computer Graphics Forum,2005,24(3):487-496.
    [43]Pirk S. Cheng Z. Yan F. Deussen O. Cohen-Or D. Chen B. Livny, Y. Texture-lobes for tree modelling[J]. ACM Transactions on Graphics,2011,30(4):53:1-53:10.
    [44]Y. Livny, F. Yan, M. Olson, B. Chen, H. Zhang, J. El-sana. Automatic reconstruction of tree skeletal structures from point clouds[J]. ACM Transactions on Graphics (Proceedings of SIGGRAPH Asia 2010), 2010,29:151:1-151:8.
    [45]H. Xu, N. Gossett, B. Chen. Knowledge and heuristic-based modeling of laser-scanned trees[J]. ACM Transactions on Graphics,2007,26(4):19-31.
    [46]A. Lindenmayer. Mathematical models for cellular interactions in development ii. simple and branching filaments with two-sided inputs[J]. Journal of Theoretical Biology,1968,18(3):300-315.
    [47]Takashi ljiri, Shigeru Owada, Takeo Igarashi. The sketch 1-system:global control of tree modeling using free-form strokes. In A. Butz, B. Fisher, A. Kr u ger, P. Olivier, eds., Smart Graphics, Springer Berlin Heidelberg,2006, volume 4073 of Lecture Notes in Computer Science,138-146.
    [48]J.O. Talton, Y. Lou, S. Lesser, J. Duke, R. Mech, V. Koltun. Metropolis procedural modeling[J]. ACM Transacions on Graphics,2011,30(2):11:1-11:14.
    [49]F. Anastacio, M.C. Sousa, F. Samavati, J.A. Jorge. Modeling plant structures using concept sketches. In NPAR '06:Proceedings of the 4th International Symposium on Non-photorealistic Animation and Rendering. New York, NY, USA:ACM,2006,105-113.
    [50]X. Chen, B. Neubert, Y. Xu, O. Deussen, S. Kang. Sketch-based tree modeling using markov random field[J]. ACM Transactions on Graphics,2008,27(5):1-9.
    [51]W. Palubicki, K. Horel, S. Longay, A. Runions, B. Lane, R. Mech, P. Prusinkiewicz. Self-organizing tree models for image synthesis[J]. ACM Transactions on Graphics,2009,28(3):58:1-58:10.
    [52]A. Reche-Martinez, I. Martin, G. Drettakis. Volumetric reconstruction and interactive rendering of trees from photographs[J]. ACM Transactions on Graphics,2004,23(3):720-727.
    [53]P. Tan, T. Fang, J. Xiao, P. Zhao, L. Quan. Single image tree modeling[J]. ACM Transactions on Graphics, 2008.27(5):1-7.
    [54]P. Tan, G. Zeng, J. Wang, S.B. Kang, L. Quan. Image-based tree modeling. In ACM SIGGRAPH 2007 papers. New York, NY, USA:ACM,2007, SIGGRAPH'07.
    [55]A. Bucksch, R. Lindenbergh. Campino-a skeletonization method for point cloud processing[J]. ISPRS Journal of Photogrammetry and Remote Sensing,2008,63(1):115-127.
    [56]A. Bucksch, R.C. Lindenbergh, M. Menenti. Skeltre-fast skeletonisation for imperfect point cloud data of botanic trees. In Proceedings of the 2nd Eurographics Conference on 3D Object Retrieval. Aire-la-Ville, Switzerland, Switzerland:Eurographics Association,2009, EG 3DOR'09,13-20.
    [57]S. Pirk, T. Niese, O. Deussen, B. Neubert. Capturing and animating the morphogenesis of polygonal tree models[J]. ACM Transactions on Graphics,2012,31(6):169:1-169:10.
    [58]S. Pirk, O. Stava, J. Kratt, M. Abdul M. Said, B. Neubert, R. Mech, B. Benes, O. Deussen. Plastic trees: interactive self-adapting botanical tree models[J]. ACM Transactions on Graphics,2012,31(4):50:1-50:10.
    [59]N. Marechal, E. Galin, E. Guerin, S. Akkouche. Component-based model synthesis for low polygonal models. In Proceedings of Graphics Interface 2010. Toronto. Ont., Canada, Canada:Canadian Information Processing Society,2010, GI '10,217-224.
    [60]C. Schumann, M. Neugebauer, R. Bade, B. Preim, H.O. Peitgen. Implicit vessel surface reconstruction for visualization and cfd simulation[J]. International Journal of Computer Assisted Radiology and Surgery, 2008,2(5):275-286.
    [61]L. Antiga, B. Ene-Iordache, L. Caverni, G.P. Cornalba, A. Remuzzi. Geometric reconstruction for compu-tational mesh generation of arterial bifurcations from ct angiography[J]. Computerized Medical Imaging and Graphics,2002,26(4):227-235.
    [62]H.K. Hahn, B. Preim, D. Selle, H.O. Peitgen. Visualization and interaction techniques for the exploration of vascular structures. In Proceedings of the Conference on Visualization. Washington, DC, USA:IEEE Computer Society,2001, VIS'01,395-402.
    [63]Felix R., Christian H., Volker D., Olaf K., Bernhard P., Heinz-Otto P. Real-time illustration of vascular structures[J]. IEEE Transactions on Visualization and Computer Graphics,2006,12(5):877-884.
    [64]S. Oeltze, B. Preim. Visualization of anatomic tree structures with convolution surfaces. In Proceedings of the Sixth Joint Eurographics-IEEE TCVG Conference on Visualization. Aire-la-Ville, Switzerland, Switzerland:Eurographics Association,2004, VISSYM'04.311-320.
    [65]Steffen O., Bernhard P. Visualization of vasculature with convolution surfaces:method, validation and evaluation[J]. IEEE Transactions on Medical Imaging,2005,24(4):540-548.
    [66]A. Pihuit, M.P. Cani, O. Palombi. Sketch-based modeling of vascular systems:a first step towards in-teractive teaching of anatomy. In Proceedings of the Seventh Sketch-Based Interfaces and Modeling Symposium. Aire-la-Ville, Switzerland, Switzerland:Eurographics Association,2010, SBIM'10,151-158.
    [67]P. Felkel, R. Wegenkittl, K. Buhler. Surface models of tube trees. In Proceedings of the Computer Graphics International. Washington, DC, USA:IEEE Computer Society,2004, CGI'04,70-77.
    [68]R.F. Tobler, S. Maierhofer, A. Wilkie. A multiresolution mesh generation approach for procedural defini-tion of complex geometry. In Proceedings of the Shape Modeling International. Washington, DC, USA: IEEE Computer Society,2002, SMI'02,35-43.
    [69]马炘,吴剑煌,马仁辉.改进的血管三维建模算法[J].计算机辅助设计与图形学学报,2010,22(6):1050-1055.
    [70]P. Schroder, D. Zorin, T. DeRose, D.R. Forsey, L. Kobbelt, M. Lounsbery, J. Peters. Subdivision for modeling and animation[J]. ACM SIGGRAPH Course Notes,1998,12.
    [71]E. Catmull, J. Clark. Recursively generated b-spline surfaces on arbitrary topological meshes[J]. Computer Aided Design,1978,10(6):350-355.
    [72]C. Loop. Smooth subdivision surfaces based on triangles[D][硕士学位论文],Utah, USA, The University of Utah,1987.
    [73]D. Doo, M. Sabin. Behavior of recursive division surfaces near extraodinary points[J]. Computer Aided Design,1978,10(6):356-360.
    [74]L. Kettner. (?) subdivision. In ACM SIGGRAPH 2000. New York, NY, USA:ACM,2000, SIG-GRAPH'00,103-112.
    [75]A. Fabri, G.J. Giezeman, L. Kettner, S. Schirra, S. Schonherr. On the design of cgal a computational geometry algorithms library[J]. Software-Practice and Experience,2000,30(11):1167-1202.
    [76]A. Sovakar, L. Kobbelt. Api design for adaptive subdivision schemes[J]. Computers & Graphics,2004, 28(1):67-72.
    [77]J. Bolz, P. Schroder. Rapid evaluation of catmull-clark subdivision surfaces. In Proceedings of the Seventh International Conference on 3D Web Technology. New York, NY, USA:ACM,2002, Web3D '02,11-17.
    [78]L.J. Shiue,1. Jones, J. Peters. A realtime gpu subdivision kernel[J]. ACM Transactions Graphics,2005, 24(3):1010-1015.
    [79]M. Bunnell. GPU Gems 2. ch. Adaptive tessellation of subdivision surfaces with displacement map-ping[M]. Boston, USA:Addison Wesley Professional,2005.
    [80]C. Loop, S. Schaefer, T. Ni,1. Castano. Approximating subdivision surfaces with gregory patches for hardware tesselation[J]. ACM Transactions on Graphics,2009,28(5):1-9.
    [81]J. Xia, I. Garcia, Y. He, S.Q. Xin, G. Patow. Editable polycube map for gpu-based subdivision surfaces. In Symposium on Interactive 3D Graphics and Games 2011. New York, NY, USA:ACM,2011,13D'11, 151-158.
    [82]A. Patney. M.S. Ebeida, J.D. Owens. Parallel view-dependent tessellation of catmull-clark subdivision surfaces. In Proceedings of the Conference on High Performance Graphics 2009. New York, NY, USA: ACM,2009, HPG'09,99-108.
    [83]M. Schwarz, M. Stamminger. Fast gpu-based adaptive tessellation with cuda[J], Computer Graphics Forum,2009.28(2):365-374.
    [84]A. Patney, J.D. Owens. Real-time reyes-style adaptive surface subdivision[J]. ACM Transactions on Graphics,2008,27(5):143:1-143:8.
    [85]L. Barthe, L. Kobbelt. Direct computation of a control vertex position on any subdivision level. In IMA Conference on the Mathematics of Surfaces. Springer Berlin/Heidelberg,2003, Lecture Notes in Computer Science,40-47.
    [86]J. Stam. Exact evaluation of catmull-clark subdivision surfaces at arbitrary parameter values. In Proceed-ings of the 25th Annual Conference on Computer Graphics and Interactive Techniques. New York, NY, USA:ACM,1998, SIGGRAPH'98,395-404.
    [87]M. Halstead, M. Kass, T. DeRose. Efficient, fair interpolation using catmull-clark surfaces. In Proceedings of the 20th Annual Conference on Computer Graphics and Interactive Techniques. New York, NY, USA: ACM,1993, SIGGRAPH'93,35-44.
    [88]H. Hoppe, T. DeRose, T. Duchamp, M. Halstead, H. Jin, J. McDonald, J. Schweitzer, W. Stuetzle. Piece-wise smooth surface reconstruction. In Proceedings of the 21st annual conference on Computer graphics and interactive techniques. New York, NY, USA:ACM,1994, SIGGRAPH'94,295-302.
    [89]A.H. Nasri. Curve interpolation in recursively generated b-spline surfaces over arbitrary topology[J]. Computer Aided Geometric Design,1997,14:13-30.
    [90]A.H. Nasri. Recursive subdivision of polygonal complexes and its applications in computer-aided geo-metric design[J]. Computer Aided Geometric Design,2000,17(7):595-619.
    [91]A.H. Nasri, A. Abbas. Lofted catmull-clark subdivision surfaces. In Proceedings of Geometric Modeling and Processing.2002, GMP'02,83-93.
    [92]A.H. Nasri, A.M. Abbas. Designing catmull-clark subdivision surfaces with curve interpolation con-straints[J]. Computers & Graphics,2002,26:393-400.
    [93]A.H. Nasri, W.B. Karam, F. Samavati. Sketch-based subdivision models. In Proceedings of the 6th Eurographics Symposium on Sketch-Based Interfaces and Modeling. New York, NY, USA:ACM,2009, SBIM'09,53-60.
    [94]F.F. Samavati, R.H. Bartels. Multiresolution curve and surface representation:reversing subdivision rules by least-squares data fitting [J]. Computer Graphics Forum,1999,18(2):97-119.
    [95]Zhongxian Chen, Xiaonan Luo, Le Tan, Binghong Ye, Jiapeng Chen. Progressive interpolation based on catmull-clark subdivision surfaces[J]. Computer Graphics Forum,2008,27(7):1823-1827.
    [96]T. Igarashi, S. Matsuoka, H. Tanaka. Teddy:a sketching interface for 3d freeform design. In SIGGRAPH '99. New York, NY, USA:ACM,1999,409-416.
    [97]O. Karpenko, J. Hughes. Smoothsketch:3d free-form shapes from complex sketches[J]. ACM Transac-tions on Graphics,2006,25(3):589-598.
    [98]B. Wyvill, K. Foster, P. Jepp, R. Schmidt, M. Sousa, J. Jorge. Sketch based construction and rendering of implicit models. In EUROGRAPHICS. Girona, Spain:Eurographics Association,2005, Workshop on Computational Aesthetics in Graphics, Visualization and Image,67-74.
    [99]K. Wilfred. Advanced Calculus[M]. Boston, USA:Addison Wesley Longman, Inc.,2002,5th edition.
    [100]F. David. Procedural Elements for Computer Graphics, New York, USA:McGraw-Hill, Inc.,1997.2nd edition.
    [101]http://developer.nvidia.com/cuda-toolkit-32-downloads[J].2011.
    [102]O. Gourmel, A. Pajot, M. Paulin, L. Barthe, P. Poulin. Fitted bvh for fast raytracing of metaballs[J]. Computer Graphics Forum,2010,29(2):281-288.
    [103]Y. Kanamori, Z. Szego, T. Nishita. Gpu-based fast ray casting for a large number of metaballs[J]. Com-puter Graphics Forum (Proc. of Eurographics 2008),2008,27(3):351-360.
    [104]A. Knoll, Y. Hijazi, A. Kensler, M. Scjptt. Fast ray tracing of arbitrary implicit surfaces with interval and affine arithmetic[J]. Computer Graphics Forum,2007,28(1):26-40.
    [105]A. Sherstyuk. Fast ray tracing of implicit surfaces[J]. Computer Graphics Forum,1999,18(2):139-147.
    [106]O.K.C. Au, C.L. Tai, H.K. Chu, D. Cohen-Or, T. Y. Lee. Skeleton extraction by mesh contraction[J]. ACM Transactions on Graphics,2008,27(3):44:1-44:10.
    [107]J. Cao, A. Tagliasacchi, M. Olson, H. Zhang, Z. Su. Point cloud skeletons via laplacian based contrac-tion. In Proceedings of the 2010 Shape Modeling International Conference. Washington, DC, USA:IEEE Computer Society,2010, SMI '10,187-197.
    [108]W. Ma, B. Xiang, H. Zha, J. Liu, X. Zhang. Modeling plants with sensor data[J]. Science in China Series F:Information Scineces,2009,52(3):500-511.
    [109]R. Pan, X. Meng. T.K. Whangbo. Hermite variational implicit surface reconstructIon[J]. Science in China Series F:Information Scineces,2009,52(2):308-315.
    [110]B.A. Payne, A.W. Toga. Surface mapping brain function on 3d models[J]. IEEE Computer Graphics and Applications,1990,10(5):33-41.
    [111]S. Schaefer, J. Warren. Dual marching cubes:primal contouring of dual grids. In Proceedings of the Computer Graphics and Applications,12th Pacific Conference. Washington, DC, USA:IEEE Computer Society,2004, PG'04,70-76.
    [112]T. Poston, T.T. Wong, Heng P. Multiresolution isosurface extraction with adaptive skeleton climbing[J]. Computer Graphics Forum,1998,17(3);137-148.
    [113]M. Kazhdan, A. Klein, K. Dalal, H. Hoppe. Unconstrained isosurface extraction on arbitrary octrees. In Proceedings of the Fifth Eurographics Symposium on Geometry Processing. Aire-la-Ville, Switzerland, Switzerland:Eurographics Association,2007. SGP'07,125-133.
    [114]http://www.cgal.org/[J].
    [115]http://www.hpfem.jku.at/netgen/[J].
    [116]http://wias-berlin.de/software/tetgen/[J].
    [117]M. Wang, J.Q. Feng.2d-manifold boundary surfaces extraction from heterogeneous object on gpu[J]. Journal of Computer Science and Technology,2012,27(4):862-871.
    [118]A. Kanitsar, D. Fleischmann, R. Wegenkittl, D. Sandner, P. Felkel, E. Groller. Computed tomography angiography:a case study of peripheral vessel investigation. In Proceedings of the Conference on Visual-ization. Washington, DC, USA:IEEE Computer Society,2001, VIS'01,477-480.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700