点模型数字几何处理若干技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
传统的多边形网格模型除存储模型的几何信息之外,还需维护庞大的拓扑连接信息。而以离散点为表面表达方式的点模型,因具有数据获取方便、数据结构简单且无需维护其全局一致的拓扑结构等优点,故以点模型为研究对象的数字几何处理已成为计算机图形学中一个新兴的研究热点。三维点模型在医学辅助诊断、数字娱乐、工业设计、航天模拟、文物保护和修复等行业中具有广泛的应用前景。
     本文以计算机图形学,计算机辅助几何设计,离散微分几何学和数字信号处理为坚实的理论基础,对点模型数字几何处理的若干核心技术进行了深入研究,提出了一些新的算法,初步形成了一个点模型数字几何处理框架。主要内容包括;
     ●提出了基于采样保真性和基于相似性的两种点模型去噪算法。在基于采样保真性的去噪算法中,通过MLS计算出采样点的保真性,基于法向张量投票测量采样点的特征性,并将两者相结合实现保持曲面几何特征的点模型去噪。在基于相似性的去噪算法中,通过本文设计的三边滤波算子计算采样点的几何强度,利用构建的均匀几何强度网格估算采样点间几何强度的相似性;通过Mean Shift聚类法对点模型进行几何特征相似性聚类;依据相似性实现点模型保持曲面特征的去噪。
     ●提出了一种生成细节的点模型几何修复算法。我们通过RBF曲面重建得到残缺区域的光滑修复曲面;利用三边滤波算子获取已知采样点的几何细节纹理;在孔洞光滑曲面上建立一个带约束的全局纹理合成能量方程,并通过求解出一个全局的能量最小值获得孔洞光滑曲面的几何细节。
     ●给出了两种曲率自适应的点模型简化方法。在基于几何图像的简化方法中,通过将点模型的球面极坐标映射到平面上,构造其几何图像;为了便于控制采样密度,将简化密度定义为简化时所允许的最大像素搜索半径;将曲率阈值和简化密度相结合实现点模型的曲率自适应简化。在基于相似性的简化方法中,通过法向张量投票方法将点模型分为强特征边性和非强特征边性两部分,利用Mean Shift聚类法对非强特征边性部分进行表面区域几何特征相似性聚类,然后分别进行简化。
     ●基于球面参数化,提出了一种鲁棒的点模型渐变算法。通过球面参数化将源和目标模型嵌入到单位球面上,在球面上自适应地对齐模型间的相应特征点之后,将球面映射到同一矩形参数域上,以建立模型间各采样点的对应关系。在渐变过程中,采用拉普拉斯算子求解中间点模型以保持模型的细节,利用MLS进行动态自适应的重采样以消除中间模型的裂缝。
     ●介绍了我们研发的点模型数字几何处理原型系统。该系统提供了一个包括数据获取、表示、处理以及绘制等技术在内的数字几何处理框架,并着重介绍和实现了点模型的绘制、点元预处理、点模型的去噪、几何修复、简化和重采样、参数化、渐变、点模型的纹理映射和纹理合成等功能模块。
     点模型数字几何处理有着广阔的研究前景,基于我们研发的原型系统,本文最后给出了未来的研究方向。
The traditional geometry representation, such as polygonal meshes, needs to store and maintain the connectivity information between vertices as well as the geometry information. They are both memory consuming and computationally expensive. Due to convenient 3D point data acquirement, simple data structure and no need to maintain the globally consistent topology, however, point-sampled geometry is receiving a growing amount of attention as a new type of medium and surface presentation in Computer Graphics. Accordingly, considerable research has been devoted to the field of digital geometry processing of point-sampled models. Point-sampled geometry has thus been applied to many fields, such as computer-aided medical diagnosis, digital entertainment, industrial design, aviation simulation, protection and restoration of cultural relics, etc.
     Based on the sound theoretical foundation on computer graphics, computer-aidedgeometric design, discrete differential geometry, digital signal processing, thisdissertation investigates some key research area for the digital geometry processing ofpoint-sampled models, and proposes a number of novel algorithms on them. At thesame time, we have presented a nearly complete geometry processing framework forpoint-sample geometry. Our main contributions focus on the following five aspects:
     ·Based on sampling likelihood, a robust denoising algorithm for point-sampledsurfaces is proposed. In terms of moving least squares surface, the samplinglikelihood for each point on point-sampled surfaces is computed. Based on thenormal tensor voting, the feature intensity of sample point is evaluated. Incombination with sampling likelihood and feature intensity, the point-sampledgeometry can be efficiently smoothed while preserving the surface features. Basedon the similarities including geometry intensity and features of sample points, anon-local denoising algorithm for point-sampled surfaces is presented. By usingthe trilateral filtering operator, the geometry intensity of sample point isdetermined. According to their regular grids of geometry intensity, the similarity of geometry intensity between points is measured. Base on Mean Shift clustering, the point-sampled surfaces are clustered into clusters according to the surface-features similarity. By the similarities, the filtered point-sampled geometry with the fine features is attainted.
     ·A method is presented for patching holes on point-sampled model and synthesizing surface with details. By the surface reconstruction based on radial basis functions, the hole is patched with a smooth surface. Using the trilateral filtering operator, the geometry textures of the existing sample points are produced. As a result, the geometric details on the smooth completed patch are generated by optimizing a constrained global texture energy function on the point-sampled surfaces.
     ·Based on geometry images, an adaptive curvature simplification method for point-sampled model is proposed. By projecting its spherical polar coordinates onto a plane, the point-sampled model is represented as geometry images. The simple density is defined as the maximum search radius on geometry images in order to conveniently control it. In combination with the surface variation and simple density, the point-sampled surfaces are simplified. Another simplification algorithm is based on similarity including strong feature-edge intensity and surface feature anisotropy. Using the normal tensor voting, the point-sampled surfaces are segmented into two parts, one for the strong feature-edge intensity and another for the nonstrong feature-edge intensity. Base on Mean Shift clustering, the second part is then clustered into clusters according to the surface-features similarity. The first part and all the clusters are respectively simplified.
     ·Based on spherical parameterization, a robust morphing algorithm for point-sampled geometry is presented. Source and target models represented by point-sampled geometry are first parameterized onto a sphere, respectively. After aligning the corresponding features of two models on their spheres, two spheres are projected onto a common rectangle-parameter domain and the correspondence between sample points on the two models is built using this rectangle domain. In order to preserve the geometric details of point set surfaces, the absolute geometry of the in-between model is computed by means of Laplacian operator and its surfaces are dynamically up-sampled using a moving least squares method so as to eliminate the cracks.
     ·A prototype system for digital geometry processing of point-sampled models is implemented and introduced. The system actually is a framework of 3D geometry acquisition, representation, processing and rendering. The main components of the system include various novel algorithms on rendering, estimation of local surface differentials, denoising, geometry completion, simplification and up-sampling, parameterization, morphing, texture mapping and synthesis.
     As a new type of media data, the point-sampled geometry is an extreme promising presentation for 3D surface, and so we discuss some directions for future work in the last chapter.
引文
[1]C.Moenning,N.A.Dodgson.Intrinsic point cloud simplification.In;Proceedings of GraphiCon,Moscow,Russia,2004;1147-1154
    [2]S.Rusinkiewicz,M.Levoy.Q Splat;A multiresolution point rendering system for large meshes.In;Proceedings of the SIGGRAPH,2000;343-352
    [3]M.Zwicker,H.Pfister,J.V.Baar,M.Gross.Surface splatting,In;Proceedings of Siggraph,2001;371-378
    [4]T.Weyrich,M.Pauly,S.einzle,R.Keiser.Post-processing of scanned 3D surface data.In;Proc.of Symp.on Point-Based Graphics,2004.85-94
    [5]M.Pauly,M.Gross.Spectral processing of point-sampled geometry[J].Computer Graphics,2001.35(4);379-386
    [6]M.Alexa,J.Behr,D.Cohen-or,S.Fleishman,D.Levin,T.Silva.Point set surfaces.In;Proceedings of IEEE Visualization,San Diego,California,2001;21-28
    [7]S.Fleishman,I.rori,D.Cohen-or.Bilateral mesh denoising In;Proc.of the Computer Graphics Annual Conf.Series,ACM SIGGRAPH,2003;950-953
    [8]G.F.Hu,Q.S.Peng,A.R.Forrest.Mean shift denoising of point-sampled surfaces[J].The Visual Computer,2006,22(3);147-157
    [9]C.X.Xiao,Y.Y.Miao,S.Liu,Q.S.Peng.A dynamic balanced flow for filtering point-sampled geometry[J].The Visual Computer,2006,22(3);210-219
    [10]S.Krishnan,P.Y.Lee,J.B.Moore,S.Venkatasubramanian.Global registration of multiple 3D point sets via optimization-on-a-manifold.In;Symposium on Geometry Processing,2005;187-196
    [11]Y.Liu,W.Heidrich.Interactive 3D model acquisition and registration.In;Proceedings of Pacific Graphics,2003;115-122
    [12]罗先波,李仁举.三维扫描系统中的数据配准技术.清华大学学报(自然科学版),2004,44(8);1104-1106
    [13]R.Yang,P.Allen.Registering,integrating,and building cad models from range data.In;Proceedings of IEEE International Conference on Robotics and Automation,1998;3115-3120
    [14]P.J.Besl,N.D.Mckay.A method for registration of 3-d shapes[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,1992,14(2);239-256
    [15]戴静兰,叶修梓.ICP算法在点云配准中的应用.中国图象图形学报,2007.12(3);517-521
    [16]J.C.Carr,R.K.Beatson,J.B.Cherrie.Reconstruction and representation of 3D objects with radial basis functions.In;Proceedings of ACM SIGGRAPH,2001;67-76
    [17]S.J.Ahn,J.Yoo,B.G.Lee,J.J.Lee.3D surface reconstruction from scattered data using moving least square method.In;Proceedings of ICIAP,2005;719-726
    [18]J.Wang,M.M.Oliveira.Filling holes on locally smooth surfaces reconstructed from point clouds Image and Vision Computing,2007,25(1);103-113
    [19]A.Sharf,M.Alexa,D.Cohen-or.Context-based surface completion[J].ACM Trans.Graph,2004,23(3);878-887
    [20]S.Park,X.Guo,H.Shin,H.Qin.Shape and appearance repair for incomplete point surfaces.In;Proceedings of International conference on computer vision,2005;1260-1267
    [21]C.Xiao,W.Zheng,Y.Miao,Y.Zhao,Q.Peng.A unified method for appearance and geometry completion of point set surfaces[J].The Visual Computer,2007,23(6);433-443
    [22]A.Adamson,M.Alexa.Ray tracing point set surfaces[J].In;Proceedings of Shape Modeling International 2003;272-282
    [23]M.Pauly,R.Keiser,M.Gross.Multi-scale feature extraction on poin-sampled surfaces[J].Computer Graphics Forum,2003,22(3);281-289
    [24]M.Pauly,M.Gross,L.P.Kobbelt.Efficient simplification of point-sampled surfaces.In;Proceedings of IEEE Visualization,2002;163-170
    [25]A.Kalaiah,A.Varshney.Differential point rendering.In;Proceedings of the 12th Eurographics Workshop on Rendering Techniques,2001;139-150
    [26]S.Fleishman.Point set surfaces.(Ph.D Dissertation)Tel Aviv;Tel-Aviv University, 2003
    [27] S.Gumhold, X.L.Wang, R.Mcleod. Feature extraction from point clouds. In: Proceedings of 10th International Meshing Roundtable, 2001: 293-305
    [28] M.Pauly, R.Keiser, L.Kobblet, M.Gross. Shape modeling with point-sampled geometry[J]. ACM Trans. Graph, 2003,22(3): 641-650
    [29] K.Demarsin, D. Vanderstraeten, T. Volodine, D.Roose. Detection of closed sharp feature lines in point clouds for reverse engineering applications Report TW 458, Department of Computer Science, K.U. Leuven, Belgium, 2006
    [30] J.Daniels Ii, L.K.Ha, T.Ochotta, C.T.Silva. Robust Smooth Feature Extraction from Point Clouds. Proceedings of Shape Modeling International, 2007: 123-136
    [31] S.Fleishman, D.Cohen-or, C.T.Silva. Robust moving least-squares fitting with sharp features. In: Proc. of the Computer Graphics Annual Conf. Series, ACM SIGGRAPH, 2005: 544-552
    [32] J.Wu, L.Kobbel. Optimized sub-sampling of point set s for surface splatting. Computer Graphics Forum[J], 2004,23(3): 643-652
    [33] M.L.Zhang, S.Y.Zhang, Z.Y.Cheng, X.Z.Ye. Multi-layered geometry image representation of point cloud surface. Journal of computer-aided design & computer graphics (in Chinese), 2004,16(12)
    [34] J.Wang, S.Y.Zhang, X.Z.Ye. Point Cloud Simplification Using Geometry Image. In: Proceedings of 1st Korea-China Joint Conference on Geometric and Visual Computing, 2005
    [35] Z.W.Yu, H.S.Wong. An efficient local clustering approach for simplification of 3D point-based computer graphics models. In: Proceedings of the IEEE International Conference on Multimedia and Expo, 2006: 2065-2068
    [36] C.Xiao, W.Zheng, Q.Peng, A.R.Forrest. Robust morphing of point-sampled geometry[J]. Computer Animation and Virtual Worlds, 2004,15: 201-210
    [37] G Turk. Texture synthesis on surfaces. In: Proceedings of ACM SIGGRAPH, 2001:347-354
    [38] L.Wei, M.Levoy. Texture synthesis over arbitrary manifold surfaces. In: Proceedings of ACM SIGGRAPH, 2001: 355-360
    [39] J.Zhang, K.Zhou, L.Velho, et al., Synthesis of progressively-variant textures on arbitrary surfaces. In: Proceedings of ACM SIGGRAPH, 2003: 295-302
    [40] C.Soler, M.Cani, A.Angelidis. Hierarchical pattern mapping. In: Proceedings of SIGGRAPH, 2002: 673-680
    [41] S.Magda, D.Kriegman. Fast texture synthesis on arbitrary meshes. In:Proceedings of the 14th Eurographics workshop on Rendering, 2003: 82-89
    [42] U.Clarenz, M.Rumpf, A.Telea. Finite elements on point based surfaces. In: Proceedings of EG Symposium of Point Based Graphics, 2004: 201-211
    [43] M.Zwicker, M.Pauly, O.Knoll, M.Gross. Pointshop 3d: An interactive system for point-based surface editing[J]. ACM Transactions on Graphics, 2002, 21(3): 322-329
    [44] C.M.Hoffmann. Geometric and Solid Modeling: An Introduction. Morgan Kaufmann, 1989.
    [45] M.Muller, B.Heidelberger, M. Teschner, M.Gross. Meshless Deformations Based on Shape Matching[J]. ACM Trans. Graph, 2005, 24(3): 471-478
    [46] M.Pauly, R.Keiser, B.Adams, P.Dutre, M.Gross, L.J.Guibas. Meshless Animation of Fracturing Solids[J]. ACM Trans. Graph, 2005, 24(3): 957-964
    [47] Y.Bao, X.Guo. H.Qin. Physically Based Morphing of Point-Sampled Surfaces[J]. Computer Animation and Virtual Worlds, 2005,16: 509-518
    [48] X.Guo, X.Li, Y.Bao, X.Gu, H.Qin, Meshless thin-shell simulation based on global conformal parameterization[J]. IEEE Trans, on Visualization and Computer Graphics, 2006,12(3): 375-385
    [49] L.Cmolik, M.Uller. Point Cloud Morphing. In: Proceedings of the 7th Central European Seminar on Computer Graphics, 2003. Wien: Technische Universitat: 97-105
    [50] M.S.Floater, M.Reimers. Meshless parameterization for surface reconstruction[J]. Computer Aided Geometric Design, 2001,18(2): 77-92
    [51] C.Xiao, J.Feng, Y.Miao, W.Zheng, Q.Peng. Geodesic path computation and region decomposition of point-based surface based on level set method[J]. Chinese Journal of Computers, 2005,28(2): 250-258
    [52]M.Levoy,T.Whitted.The use of points as display primitives.Technical Report TR-85-022,The University of North Carolina at Chappel Hill,Department of Computer Science,1985
    [53]H.Pfister,M.Zwicker,J.Van Baar,M.Gross.Surfels;Surface elements as rendering primitives.In;Proceedings of ACM SIGGRAPH,2000;335-342
    [54]W.Zwicker,H.Pfister,J.Van Baar,M.Gross.EWA volume splatting,In;Proceedings of IEEE Visualization,2001;29-36
    [55]S.Rusinkiewicz,M.Levoy.Streaming qsplat;A viewer for networked visualization of large,dense models.In;Proceedings of ACM Symp.Interactive 3D Graphics,2001;63-68
    [56]C.Dachsbacher,C.Vogelgsang,M.Stamminger.Sequential point trees[J].ACM Transactions on Graphics,2003,22(3);657-662
    [57]L.Ren,H.P fister,M.Zwicker.Object space ewa surface splatting;A hardware accelerated approach to high quality point rendering[J].Computer Graphics Forum,2002,21(3);461-470
    [58]M.Botsch,L.Kobbelt.High-quality point-based rendering on modern GPUs.In;Proceedings of Pacific Graphics,2003;335-343
    [59]M.Zwicker,J.Rasanen,M.Botsch,C.Dachsbacher,M.Pauly.Perspective accurate splatting.In;Proceedings of the 2004 conference on Graphics interface,2004;247-254
    [60]张龙,董朝,陈为,彭群生.大规模点模型的实时高质量绘制.计算机学报,2005.28(2);241-249
    [61]D.Levin.The approximation power of moving least-squares[J].Mathematics of Computation,1998,67(224);1517-1531
    [62]D.Levin.Mesh-independent surface interpolation.In;Proceedings of Geometric Modeling for Scientific Visualization,2003;37-49
    [63]M.Alexa,J.Behr,D.Cohen-or,S.Fleishman,D.Levin,C.T.Silva.Computing and rendering point set surfaces[J].IEEE Transactions on Visualization and Computer Graphics,2003,9(1);3-15
    [64]M.Alexa,A.Adamson.On normals and projection operators for surfaces defined by point sets.In;Proc.of the Eurographics Symposium on Point-Based Graphics.Eurographics Association,2004;149-155
    [65]H.Hoppe,T.DeRose,T.Duchamp,J.Mcdonald,W.Stuetzle.Surface reconstruction from unorganized points[J].Computer Graphics,1992,26(2);71-78
    [66]M.Meyer,M.Desbrun,P.Schrrder,A.H.Barr.Discrete differential-geometry operators for triangulated 2-manifolds.In;Hege HC,Polthier K,eds Visualization and Mathematics Ⅲ,2003;35-57
    [67]G.Taubin.A signal processing approach to fair surface design.In;Proc.of the Computer Graphics.Annual Conf.Series,ACM SIGGRAPH,New York,NY,USA,1995,351-358
    [68]M.Desbrun,M.Meyer,P.Schroder,A.H.Barr.Implicit fairing of irregular meshes using diffusion and curvature flow.In;Proc.of the Computer Graphics.Annual Conf.Series,ACM SIGGRAPH,New York,NY,USA,1999,317-324
    [69]C.L.Bajaj,G.Xu.Anisotropic diffusion of surfaces and functions on surfaces[J].ACM Trans.on Graphics,2003,22(1);4-32
    [70]K.Hildebrandt,K.Polthier.Anisotropic filtering of non-linear surface features[J].Computer Graphics Forum,2004,23(3);391-400
    [71]H.X.Zhao,G.L.Xu.Feature-preserving denoising of irregular mesh using inverse harmonic mean curvature flow[J].Journal of Computer-Aided Design & Computer Graphics,2006,18(3);325-330
    [72]T.R.Jones,F.Durand,M.Desbrun.Non-Iterative,feature-preserving mesh smoothing,.In;Proc.of the Computer Graphics,Annual Conf.Series,ACM SIGGRAPH,2003,943-949
    [73]K.W.Lee,W.P.Wang.Feature-Preserving Mesh Denoising via Bilateral Normal Filtering,In;Proc.of Ninth International Conference on CAD/CG'05,2005,275-280
    [74]M.Pauly,L.P.Kobbelt,M.Gross.Multiresolution Modeling of Point-Sampled Geometry.Technical Report,ETH,Zurich,2002.
    [75]U.Clarenz,M.Rumpf,A.Telea.Fairing of point based surfaces.In;Computer Graphics International(CGI'04),2004,600-603
    [76]C.Lange,K.Polthier.Anisotropic smoothing of point sets[J].Comput.Aid Geomet.Des.,2005,22(7);680-692
    [77]C.Xiao.Studies on digital geometry processing of 3D point-sampled models.Hangzhou;Zhejiang University,2006
    [78]B.Mederos,L.Velho,L.H.de Figueiredo.Robust smoothing of noisy point clouds.In;Proc.of the SIAM Conf.on Geometric Design and Computing.Seattle;Nashboro Press,2003
    [79]T.Shimizu,H.Date,S.Kanai,T.Kishinami.A New Bilateral Mesh Smoothing Method by Recognizing Features In;Proc.of Ninth International Conference on CAD/CG'05,2005,281-286
    [80]C.Xiao,H.Li,Y.W.Miao,Q.S.Peng.A non-local signal processing approach for filtering point set surface[J].Journal of Software,2006,17;110-119
    [81]A.Buades,B.Coll,J.M.Morel.A non-local algorithm for image denoising.Proceedings of Computer Vision and Pattern Recognition(CVPR),2005,60-65
    [82]P.Choudhury,J.Tumblin.The trilateral filter for high contrast images and meshes.Proceedings of the Eurographics 2003,2003;186-196
    [83]D.Comaniciu,P.Meer.Mean shift;A robust approach toward feature space analysis[J].IEEE Trans.Pattern Analysis and Machine Intelligence,2002,24(5);603-619
    [84]彭宁嵩,杨.杰.,刘志,张风超.Mean-Shift跟踪算法中核函数窗宽的自动选取.软件学报,2005,16(9);1542-1550
    [85]T.B.Wang J,Y.Q.Xu,M.Cohen.Image and video segmentation by anisotropic kernel mean shift.In;Proceedings of the European Conf.on Computer Vision(ECCV),2004,2638-2649.
    [86]B.Georgescu,I.Shimshoni,P.Meer.Mean shift based clustering in high dimensions;A texture classification example.In;Proceedings of the ICCV,2003,456-463
    [87]H.Yamauchi,S.Lee,Y.Lee,Y.Ohtake,A.Belyaev,H.P.Seidel.Feature Sensitive Mesh Segmentation with Mean Shift.In;Proceedings of Shape Modeling International'05,2005,236-243
    [88]A.Shamir,L.Shapira,D.Cohen-or.Mesh analysis using geodesic mean-shift[J].The Visual Computer,2006,22(2);99-108
    [89]Y.Z.Cheng.Mean Shift,Mode Seeking,and Clustering[J].IEEE Trans.on Pattern Analysis and Machine Intelligence,1995,17(8);790-799
    [90]文志强.Mean Shift算法的收敛性分析.软件学报,2007,18(2);205-212
    [91]D.M.Mount.ANN Programming Manual(1.1.1 Ed.).College Park,MD,USA;Department of Computer Science,University of Maryland,2006.
    [92]Y.Ohtake,A.Belyaev,H.P.Seidel.A multi-scale approach to 3D scattered data interpolation with compactly supported basis functions.Shape Modeling International 2003,IEEE Computer Society,2003,153-161
    [93]G.Casciola,D.Lazzaro,L.B.Montefusco,S.Morigi.Fast surface reconstruction and hole filling using positive definite radial basis functions Numerical Algorithms,2005,39;289-305
    [94]F.Z.Chen,Z.Y.Chen,Z.Ding,X.Z.Ye,S.Y.Zhang.Filling holes in point cloud with radial basis function[J].Journal of Computer-aided Design & Computer Graphics,2006,18(9);1414-1419(in Chinese)
    [95]M.Pauly,N.J.Mitra,J.Giesen,L.Guibas,M.Gross.Example-Based 3D Scan Completion.In;Proceedings of the third Eurographics symposium on Geometry processing,2005,23-32
    [96]P.Liepa.Filling holes in meshes.In;Proceedings of the Eurographics/ACM SIGGRAPH symposium on Geometry processing,2003,200-205
    [97]J.Verdera,V.Caselles,M.Bertalmio,G.Sapiro.Inpainting surface holes.In;Proceedings of International Conference on Image Processing,2003,903-906
    [98]B.Levy.Dual domain extrapolation[J].ACM Trans.Graph,2003,22(3);364-369
    [99]T.Ju.Robust repair of polygonal models.In;Proceedings of SIGGRAPH,2004;888-895
    [100]Y.Lai,S.Hu,D.Gu,R.Martin.Geometric Texture Synthesis and Transfer via Geometry Images In;Proceedings of ACM Solid and Physical Modeling,MIT,USA,2005,15-26.
    [101] X.Gu, S.Gortler, H.Hoppe. Geometry images. In: Proceedings of SIGGRAPH, 2002,355-361.
    [102] P.Perez, M.Gangent, A.Blake. Poisson image editing. In: Proceedings of SIGGRAPH, 2003: 313-318
    [103] K.Zhou, X.Wang, Y.Tong, M.Desbrun, B.Guo, H.Y.Shum. Texture montage: Seamless texturing of arbitrary surfaces from multiple images. In: Proceedings of ACM SIGGRAPH, 2005,1148-1155
    [104] M.X.Nguyen, X.Yuan, B.Chen. Geometry completion and detail generation by texture synthesis. In: Proceeding of Pacific Graphics, 2005, 23-32
    [105] L.Linsen, H.Prautzsch. Fan clouds - an alternative to meshes. In: Proceedings Dagstuhl Seminar 02151 on Theoretical Foundations of Computer Vision- Geometry, Morphology and Computational Imaging, 2002
    [106] Z.Y.Chen, S.Y.Zhang, X.Z.Ye. An algorithm for automatic filling of holes of point cloud in reverse engineering[J]. Journal of Computer-aided Design & Computer Graphics, 2005,17(8): 1793-1797
    [107] GTurk, J.F.O'brien. Variational Implicit Surfaces. Technical Report GIT-GVU-99-15, Georgia.Georgia Institute of Technology, 1999
    [108] I.Tobor, P.Reuter, C.Schlick. Efficient Reconstruction of Large Scattered Geometric Datasets using the Partition of Unity and Radial Basis Functions[J]. Journal of WSCG, 2004, 12(1-3): 467-474
    [109] V.Kwatra, I.Essa, A.Bobick, N.Kwatra. Texture optimization for example-based synthesis[J]. ACM Transaction on Graphics, 2005, 24(3): 795-802
    [110] O.Sorkine. Differential Representations for Mesh Processing[J]. Computer Graphics Forum, 2006,25(4): 789-807
    [111] K. L.Low. Model simplification using vertex clustering. In: Proceedings of the 1997 Symposium on ACM Symposium on Interactive 3D Graphics 1997, 75-81
    [112] A.D.Kalvin. Surperfaces: polygonal mesh simplification with bounded error[J]. IEEE Computer Graphics and Applications, 1996, 16(3): 64-77
    [113] M.Garland. Surface simplification using quadric error metric. Proceedings of Computer Graphics,Annual Conference Series, SIGGRAPH.USA: Los Angeles., 1997.209-216
    [114]刘晓利,高鹏东,彭翔.基于尖特征度的边折叠简化算法.软件学报,2005.16(5);669-675
    [115]M.Garland.Quadric-based simplification in any dimension[J].ACM Transactions on Graphics,2005,24(2);209-239
    [116]H.Hoppe.Progressive meshes.In;Proceedings of the SIGGRAPH,1996,99-108
    [117]计忠平,王国瑾.基于局部多项式拟合的网格简化算法.浙江大学学报(工学版),2006,40(12);2083-2087
    [118]何晖光,田捷,张晓鹏,赵明昌,李光明.网格模型化简综述.软件学报,2002,13(12);2215-2224
    [119]L.Linsen.Point Cloud Representation[R].Karlsruhe;University of Karlsruhe,2001
    [120]P.V.Sander,Z.J.Wood,S.J.Gortler,J.Snyder,H.Hoppe.Multi-chart geometry images.In;Proceedings of Eurographics Symposium on Geometry Processing,2003,146-155
    [121]A.Kalaiah,A.Varshney.Statistical point geometry.In;Proceedings of Eurographics Symposium on Geometry Processing,2003,107-115
    [122]Y.Ohtake.Interpolation/Approximation of 3D Scattered Points Using Implicit Functions.http;//www.mpi-inf.mpg.de/-ohtake/software/.
    [123]J.R.Kent,R.E.Parent,W.E.Carlson.Establishing Correspondences by Topological Merging;A New Approach to 3D Shape transformation.In;Proceedings of Graphics Interfaces,1991,271-278
    [124]A.Lee,D.Dobkin,W.Sweldens,P.Schroder.Multiresolution Mesh Morphing.In;Proceedings of the SIGGRAPH,New York;ACM Press,1999,343-350
    [125]C.H.Lin,T.Y.Lee,H.K.Chu,Z.Y.Yao.Progressive Mesh Metamorphosis[J].Journal of Computer Animation and Virtual Worlds,2005,16(3-4);487-498
    [126]A.Gregory,A.Stat,M.C.Lin,D.Manocha,M.A.Livingston.Feature-based surface decomposition for correspondence and morphing between polyhedra In;Proceedings of Computer Animation,1998
    [127] D.Decarlo, J.Gallier. Topological evolution of surfaces. In: Proceedings of Graphics Interface, Canadian Human-Computer Communications Society, Toronto: Canada. 1996, 194-203
    [128] T.Y.Lee, C,Y.Yao, H.K.Chu, M.J.Tai, C.C.Chen. Generating genus-n-to-m mesh morphing using spherical parameterization[J]. Computer Animation and Virtual Worlds, 2006,17: 433-443
    [129] E.Praun, H.Hoppe. Spherical parametrization and remeshing. In: Proceedings of ACM SIGGRAPH, 2003, 340-349
    [130] L.Zhang, L.G.Liu, Z.P.Ji, G.J.Wang. Manifold Parameterization. In: Proceedings of 24th Computer Graphics International Conference, Hangzhou China. Lecture Notes in Computer Science, 2006,4035,160-171
    [131] M.Alexa. Recent advances in mesh morphing[J]. Computer Graphic Forum, 2002, 21(2): 173-196
    [132] C.Gotsman, X.Gu, A.Sheffer. Fundamentals of spherical parameterization for 3d meshes. In: Proceedings of SIGGRAPH, 2003, 358-363
    [133] X.Gu, Y. Wang,T. F.Chan, P. M.Thompson, S, T.Yau. Genus zero surface conformal mapping and its application to brain surface mapping[J]. IEEE Trans. on Medical Imaging, 2004, 23(7): 119-127
    [134] A.Asirvatham, E.Praun, H.Hoppe. Consistent spherical parameterization. International Conference on Computational Science, 2005(2): 265-272
    [135] M.Zwicker, C.Gotsman. Meshing point clouds using spherical parameterization. In: Proceeding of Eurographics Symp. Point-Based Graphics, 2004
    [136] X.Gu, S.T.Yau. Computing conformal structures of surfaces[J]. Communications in Information and Systems, 2002, 2(2): 121-146
    [137] K.Madsen, H.Nielsen, O.Tingleff. Methods for non-linear least squares problems. Tech. rep., Informatics and Mathematical Modelling, Technical University of Denmark, 2004
    [138] O.Sorkine, Y.Lipman, D.Cohen-or, M.Alexa, C.Rossi, H.P.Seidel. Laplacian surface editing . Eurographics Symposium on Geometry Processing, 2004: 179-188
    [139]A.Nealen,O.Sorkine,M.Alexa,D.Cohen-or.A sketch-based interface for detail-preserving mesh editing[J].ACM Trans.Graph.,2005,24(3);1142-1147
    [140]O.K.Au,C.L.Tai,L.G.Liu,H.B.Fu.Dual Laplacian editing for meshes[J].IEEE Trans.on Visualization and Computer Graphics,2006,12(3);386-395
    [141]S.Toledo.TAUCS;A Library of Sparse Linear Solvers.2003
    [142]M.Galassi,J.Davies,J.Theiler,B.Gough,G.Jungman,M.Booth,F.Rossi.GNU Scientific Library;Reference Manual V 1.8.http;//www.gnu.org/software/gsl/,2006
    [143]陈顺宝.点云的表面信息处理和绘制研究.硕士学位论文,杭州;浙江大学,2006

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

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

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