基于形状分析的三维点云模型压缩
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着三维扫描和相关建模技术的快速发展,三维数字几何模型作为一种新兴的数字媒体,已逐渐融入到人们的生产和生活中,在三维游戏,影视特效,计算机仿真,自主导航,工业检测,逆向工程,医疗诊断以及数字文化遗产保护等方面取得了日益广泛的应用。在这种趋势下,三维模型的数量和复杂度越来越大,不断增长的三维模型的数据量对于存储空间以及网络传输(尤其是无线网传输)都带来了巨大的压力。在这种情况下,三维模型压缩是一个有效的解决方案。所以,在过去的近二十年间,三维模型的压缩成为一个研究的热点。
     本文深入研究了三维点云模型压缩的理论基础,技术特点以及国内外研究现状,针对当前研究中存在的问题,我们将三维形状分析技术引入到模型压缩领域。具体的,借助于模型的表面分割和对称性分析技术,我们提出了两种三维点云模型压缩方案。本文的主要工作和创新点包括:
     1.提出了一种基于形状模式分析的点云模型压缩算法
     算法首先根据点的主曲率方向把模型的表面分割成一些四边形的面片;然后把四边形的面片参数化到一个二维的平面上并进行重采样;重采样之后,面片可以用一个二维的高度图来描述;基于高度图描述,我们对这些四边面片进行相似性分析,形状相似的面片被聚为一类,称为一个形状模式;具有相同形状模式的面片可以计算一个代表面片,这样,每一个面片只需要存储与代表面片的误差即可。解码时,只根据变换参数和代表面片即可恢复出模型的大致形状,然后随着面片的误差图像的恢复,模型会慢慢的变得精细,实现了对点云模型的渐进式压缩与传输。
     2.提出了一种基于加权PCA的点云模型对称性检测算法
     对称性检测算法基于对模型的迭代重加权PCA分析,算法的执行过程如下:首先使用每个点元的面积作为权重,执行一次加权PCA确定一个近似的对称平面作为初始平面;然后通过迭代的方法一步步的调整这个近似的对称平面,使之趋向于完美的对称平面(主对称平面)。在每一次迭代中,我们首先根据一个距离度量来更新每个点元的权重,然后使用新的权重执行加权PCA来确定一个新的对称平面。对于每一个近似的对称平面,我们会计算一个与之相关的对称度。如果当前的对称平面与上一次迭代中的对称平面足够接近或者迭代次数超过了给定的阈值,迭代就会终止。迭代终止后,最后一次迭代过程中的对称平面即作为我们要找的主对称平面。
     3.提出了一种基于对称性分析的点云模型压缩算法
     算法基于对模型的平面反射对称性分析,能处理任意拓扑结构的模型。据我们所知,这是第一个利用模型的高层对称信息对模型进行有效压缩的算法。对于一个给定的三维点云模型,算法首先检测出模型的主对称平面并基于对称性检测确定三个正交平面。然后,通过分析模型表面在这三个平面上的投影,把模型的表面分割成一些四边形的面片以及剩余部分,四边形的面片又可分为对称的面片对以及不对称的单独面片。对于四边形的面片,可以使用对称性来进行预测,并用嵌入式零树小波(EZW)编码器进行编码。对于剩余部分,则使用基于八叉树(OT)的点云数据编码器进行编码。由于EZW编码器以及OT编码器的渐进特性,我们获得了一个一般的渐进式点云模型编码器。而且我们把绝大部分的模型表面表示成了高度域,并使用对称性做了预测,所以算法能获得很高的压缩效率。实验结果也表明,本算法比当前点云模型压缩的其它算法取得了更好的R-D性能。
With the development of3D scanning and modeling technologies, three dimensional models have become more and more widely used, as a new type of emerging digital media. They have found applications in many fields such as video gaming, movie special effects, computer simulation, autonomous navigation, industrial inspection, reverse engineering, medical diagnosis and digital cultural protection. As a result, increasingly more point set surfaces data are being produced, which give rise to a growing demand on effective compression schemes to efficiently utilize the storage, the processing and/or the bandwidth resources. Hence,3D model compression has become a hot topic in the past two decades.
     This thesis makes a comprehensive study of the existing work on point-based3D model compression. Based on the problems found in the previous works, we introduce the3D shape analysis technology into the field of3D model compression. Specially, with the help of surface patch segmentation and symmetry analysis, we propose two compression schemes for3D point-based models. The contributions of the thesis mainly include:
     1. Compression algorithm based on shape pattern analysis
     The algorithm proceeds as follows. First, the model surface is segmented into square patches according to the principal directions of the surfel. Then, the square patch is parameterized onto a2D domain and regularly resampled. After resampling, the patch can be described as a height map. Using the height maps, we do the self-similarity analysis between patches. The patches which have the similar shape are classified into one cluster, called a shape pattern. For the patches in a same shape pattern, a representative patch is computed; then the patch can be represented as the representative patch plus the error correction. When decoding, the profile of the model can be quickly constructed using the representative patches and transformation parameters. Then with the decoding of the error image, the model can be refined little by little, thus implementing progressive compression of3D point-based models.
     2. Symmetry detection algorithm based on iteratively re-weighted principal component analysis (PCA)
     The iteratively re-weighted PCA process works as follows. An initial approximate symmetry plane is computed through a weighted PCA process, using the area of each surfel as its weight. Thereafter, the approximate symmetry plane is refined iteratively. In each iteration, we firstly update each surfel's weight based on a distance metric at that surfel, and secondly conduct the weighted PCA to refine the approximate symmetry plane. For each approximate symmetry plane, an associated symmetry metric is computed. The iteration will stop to give the final approximate symmetry plane when the new symmetry plane and the previous one are closely enough or the number of iterations goes beyond a threshold.
     3. Compression algorithm based on symmetry analysis
     The algorithm is suitable for progressive compression of generic3D point-based models based on planar reflective symmetry analysis. To the best of our knowledge, this work pioneers in analyzing and utilizing high-level symmetry information for efficient encoding of point-based3D models. Given a point-based model, the proposed algorithm identifies the primary symmetry plane and, based on which, determines three orthogonal projection planes. By analyzing the model surface's projections on these planes, the surface is segmented into portions which are classified into symmetric height fields, non-symmetric height fields, and the remaining surface portion. Symmetry based prediction and embedded zerotree wavelet coders are employed for compact coding of the former two types, and octree-based encoder is employed for the last type of portion. As a result, we have made a point-based3D model encoder that achieves generic applicability and excellent rate-distortion performance at the same time, as demonstrated by experiments.
引文
[1]Sansoni G, Trebeschi M, Docchio F. State-of-The-Art and Applications of 3DImaging Sensors in Industry, Cultural Heritage, Medicine, and Criminal Investigation [J]. Sensors,2009, (9):568-601.
    [2]Schroder P, Sweldens W. Digital Geometry Processing. Proceedings of 6th Annual Symposium on Frontiers of Engineering,2001.41-44.
    [3]Schroder P. Subdivision as a Fundamental Building Block of Digital Geometry Processing Algorithms. Journal of Computational and Applied Mathematics,2002, 149(1):207-219.
    [4]Bajaj C, Hoffmann C, Hopcroft J and Lynch R. Tracing surface intersections. CAGD,1988,5:285-307.
    [5]Levoy M., Pulli K., Curless B., Rusinkiewicz S., Koller D., Pereira L., Ginzton M., Anderson S., Davis J., Ginsberg J., Shade J., Fulk D. The Digital Michelangelo Project:3D Scanning of Large Statues [C]. Proc. of ACM SIGGRAPH'00, 2000:131-144.
    [6]周昆,鲍虎军,石教英.统一的数字几何处理框架[J].计算机学报,2002,25(9):904-909.
    [7]胡事民,杨永亮,来煜坤.数字几何处理研究进展[J].计算机学报,2009,32(8):1451-1469.
    [8]Hoppe H, DeRose T, Duchamp T, et al. Surface reconstruction from unorganized points. Proceedings of ACM SIGGRAPH,1992.71-78.
    [9]Jenke P, Wand M, Bokeloh M, et al. Bayesian Point Cloud Reconstruction. Computer Graphics Forum,2006,25(3):379-388.
    [10]Alliez P, Cohen-Steiner D, Tong Y, et al. Voronoi-based Variational Reconstruction for Unoriented Point Sets. Proceedings of Eurographics Symposium on Geometry Processing,2007.39-48.
    [11]Hoppe H, Derose T, Duchamp T, et al. Mesh Optimization. Proceedings of ACM SIGGRAPH,2003.19-26.
    [12]Hoppe H. Progressive Meshes. Proceedings of ACM SIGGRAPH,1996.99-108.
    [13]GarlandM, Heckbert P S. Surface Simplification Using Quadric Error Metrics. Proceedings of ACM SIGGRAPH,1997.209-216.
    [14]Hoppe H. View-Dependent Refinement of Progressive Meshes. Proceedings of ACM SIGGRAPH,1997.189-198.
    [15]Hoppe H. Efficient Implementation of Progressive Meshes. Computer and Graphics,22(1):27-36.
    [16]Wu J, Hu S, Sun J. An Effective Feature-Preserving Mesh Simplification Scheme Based on Face Constriction. Proceedings of Pacific Conference on Computer Graphics and Applications,2001.12-21.
    [17]Alliez P, Meyer M, Desbrun M. Interactive geometry remeshing. Proceedings of ACM SIGGRAPH,2002.347-354.
    [18]Alliez P, Verdi'ere E C, Devillers O, et al. Isotropic Surface Remeshing. Proceedings of Shape Modeling International,2003.49-58.
    [19]Alliez P, Cohen-Steiner D, Devillers O, et al. Anisotropic Polygonal Remeshing. Proceedings of ACM SIGGRAPH,2003.485-493.
    [20]Gu X, Gortler S, Hoppe H. Geometry images. Proceedings of ACM SIGGRAPH, 2002.355-361.
    [21]Praun E, Hoppe H. Spherical parameterization and remeshing. Proceedings of ACM SIGGRAPH,2003.340-349.
    [22]Surazhsky V, Alliez P, Gotsman C. Isotropic Remeshing of Surfaces:A Local Parameterization Approach. Proceedings of 12th International Meshing Roundtable,2003.215-224.
    [23]FloaterMS, Hormann K. Advances in Multi-resolution for Geometric Modelling. Springer-Verlag, Heidelberg,2005:157-186.
    [24]Fleishman S, Drori I, Cohen-Or D. Bilateral Mesh Denoising. Proceedings of ACM SIGGRAPH,2003.950-953.
    [25]Jones T R, Durand F, Desbrun M. Non-iterative, feature-preserving mesh smoothing. Proceedings of ACM SIGGRAPH,2003.943-949.
    [26]Isenburg M, Gumhold S. Out-of-Core Compression for Gigantic Polygon Meshes. Proceedings of ACM SIGGRAPH,2003.935-942.
    [27]徐凯.语义驱动的三维形状分析及建模[D].国防科学技术大学博士论文,2011
    [28]Alliez P., Desbrun M.2001. Progressive encoding for lossless transmission of triangle meshes. In ACM SIGGRAPH,198-205.
    [29]Alliez P., Desbrun M.2001. Valence-driven connectivity encod733 ing for 3D meshes. In EUROGRAPHICS,480-489.
    [30]Alliez P., Gotsman C.2003. Recent advances in compression of 3d meshes. In Proc. of the Symp. on Multi-resolution in Geometric Modeling.
    [31]Attene M., Falcidieno B., Spagnuolo M., Rossignac J.2003. Swingwrapper: Retiling triangle meshes for better edge-breaker compression. ACM Transactions on Graphics 22,4,982-996.
    [32]Bajaj C., Pascucci V., Zhuang G.1999. Progressive compression and transmission of arbitrary triangular meshes. In IEEE Visualization,307-316.
    [33]Bajaj C. L., Pascucci V., Zhuang G.1999. Single resolution compression of arbitrary triangular meshes with properties. Computational Geometry:Theory and Applications 14,167-186.
    [34]Cignoni P., Rocchini C., Scopigno R.1998. Metro:Measuring error on simplified surfaces. Comp. Graph. Forum 17,2,167-174.
    [35]Cohen-Or D., Levin D., Remez O.1999. Progressive compression of arbitrary triangular meshes. In IEEE Visualization,67-72.
    [36]Cohen-Steiner D., Alliez P., Desbrun M.2004. Variational shape approximation. In ACM SIGGRAPH,905-914.
    [37]Coors V., Rossignac J.2004. Delphi:geometry-based connectivity prediction in triangle mesh compression. The Visual Computer 20,8-9,507-520.
    [38]Devillers O., Gandoin P.2000. Geometric compression for interactive transmission. In IEEE Visualization,319-326.
    [39]Gabriel Peyre, S. M.2005. Surface compression with geometric bandelets. In ACM SIGGRAPH,601-608.
    [40]Gandoin P. M., Devillers O.2002. Progressive lossless compression of arbitrary simplicial complexes. ACM Trans. Graphics 21,3,372-379.
    [41]Garland M., Willmott A., Heckbert P. S.2001. Hierarchical face clustering on polygonal surfaces. In SI3D'01:Proceedings of the 2001 symposium on Interactive 3D graphics,49-58.
    [42]Gotsman C., Gumhold S., Kobbelt L.2002. Simplification and compression of 3D meshes. In Tutorials on Multiresolution in Geometric Modelling.
    [43]Gu, X., Gortler S:J., Hoppe H.2002. Geometry images. In ACM SIGGRAPH, 355-361.
    [44]Gumhold S., Strasser W.1998. Real time compression of triangle mesh connectivity. In ACM SIGGRAPH,133-140.
    [45]Hoppe H.1996. Progressive meshes. In ACM SIGGRAPH,99-108.
    [46]Karni Z., Gotsman C.2000. Spectral compression of mesh geometry. In ACM SIGGRAPH,279-286.
    [47]Kami Z., Bogomjakov A., Gotsman C.2002. Efficient compression and rendering of multi-resolution meshes. In VIS'02:Proceedings of the conference on Visualization'02,347-354.
    [48]Khodakovsky A., Guskov I.2000. Normal mesh compression. Preprint. Khodakovsky A., Schroder P., Sweldens W.2000. Progressive geometry compression. In ACM SIGGRAPH,271-278.
    [49]Li, J., Kuo, C.-C. J.1998. Progressive coding of 3-D graphic models. Proceeding of the IEEE 86,6 (Jun),1052-1063.
    [50]Ortega A., Ramchandran K.1998. Rate-distortion methods for image and video compression.23-50.
    [51]Pajarola R., Rossignac J.2000. Compressed progressive meshes. IEEE Trans. Visualization and Comp. Graphics 6,1,79-93.
    [52]Payan F., Antonini M.2005. An efficient bit allocation for compressing normal meshes with an error-driven quantization. Computer Aided Geometric Design 22, 5,466-486.
    [53]Peng J., Kuo, C.-C. J.2005. Geometry-guided progressive lossless 3D mesh coding with octree (OT) decomposition. In ACM SIGGRAPH,609-616.
    [54]Peng, J., Kuo, C.-C. J.2005. Progressive geometry coding of 3d meshes using hierarchical vertex set split. In SPIE Applications of Digital Image Processing XXVIII,340-348.
    [55]Peng J., Kim C.-S., Kuo C.-C. J.2005. Technologies for 3D mesh compression:A survey. Journal of Visual Communication and Image Representation 16,6, 688-733.
    [56]Peng J., Eckstein I., Kuo C.-C. J.2006. A novel and efficient progressive lossless mesh coder. In SIGGRAPH Sketches.
    [57]Popovic J., Hoppe H.1997. Progressive simplicial complexes. In ACM SIGGRAPH,217-224.
    [58]Pottmann H., Steiner T., Hofer M., Haider C., Hanbury A.2004. The isophotic metric and its application to feature sensitive morphology on surfaces. In ECCV (4),560-572.
    [59]Ramchandran K., Vetierli M.1993. Best wavelet packet bases in a rate-distortion sense.160-175.
    [60]Rossignac J.1999. Edgebreaker:Connectivity compression for triangle meshes. IEEE Trans. Visualization and Comp. Graphics 5,1,47-61.
    [61]Sim J.-Y., Kim C.-S., Kuo C.-C. J., Lee S.-U.2002. Normal mesh compression based on rate-distortion optimization.13-16.
    [62]Sullivan G., Wiegand T.1998. Rate-distortion optimization for video compression. 74-90.
    [63]Szymczak A., Rossignac J., King D.2002. Piecewise regular meshes:construction and compression. Graphical Models 64,3/4,183-834 198.
    [64]Taubin G, Rossignac J.1998. Geometric compression through topological surgery. ACM Trans. Graphics 17,2,84-115.
    [65]Taubin G., Gueziec A., Horn W., Lazarus F.1998. Progressive forest split compression. In ACM SIGGRAPH, vol.32,123-132.
    [66]Touma C., Gotsman C.1998. Triangle mesh compression. In Proceedings of Graphics Interface,26-34.
    [67]Valetie S., Prost R.2004. Wavelet-based progressive compression scheme for triangle meshes:Wavemesh. IEEE Transactions on Visualization and Computer Graphics 10,2,123-129.
    [68]Valette S., Chaine R., Prost R.2009. Progressive lossless mesh compression via incremental parametric refinement. Computer Graphics Forum 28,5,1301-1310.
    [69]Pfister H, Zwicker M, Van Baar J, et al. Surfels:Surface elements as rendering primitives[C]//Proceedings of the 27th annual conference on Computer graphics and interactive techniques. ACM Press/Addison-Wesley Publishing Co.,2000: 335-342.
    [70]Alexa M, Behr J, Cohen-Or D, et al. Point set surfaces[C]//Proceedings of the conference on Visualization'01. IEEE Computer Society,2001:21-28.
    [71]Fleishman S, Cohen-Or D, Alexa M, et al. Progressive point set surfaces[J]. ACM Transactions on Graphics (TOG),2003,22(4):997-1011.
    [72]Rusinkiewicz S, Levoy M. QSplat:A multiresolution point rendering system for large meshes[C]//Proceedings of the 27th annual conference on Computer graphics and interactive techniques. ACM Press/Addison-Wesley Publishing Co., 2000:343-352.
    [73]Woolley C, Luebke D, Watson B, et al. Interruptible rendering[C]//Proceedings of the 2003 symposium on Interactive 3D graphics. ACM,2003:143-151.
    [74]Botsch M, Wiratanaya A, Kobbelt L. Efficient high quality rendering of point sampled geometry[C]//Proceedings of the 13th Eurographics workshop on Rendering. Eurographics Association,2002:53-64.
    [75]Pajarola R. Efficient level-of-details for point based rendering[C]//Proceedings IASTED Computer Graphics and Imaging Conference (CGIM).2003:141-146.
    [76]Zwicker M, Pauly M, Knoll O, et al. Pointshop 3D:an interactive system for pointbased surface editing[J]. ACM Transactions on Graphics (TOG),2002,21(3): 322-329.
    [77]Levin D. The approximation power of moving least-squares[J]. Mathematics of Computation of the American Mathematical Society,1998,67(224):1517-1531.
    [78]Levin D. Geometric modeling for scientific visualization[J]. Mesh-independent surface interpolation, Springer-Verlag,2003:37-49.
    [79]Kruger J, Schneider J, Westermann R. Duodecim-a structure for point scan compression and rendering[C]//Point-Based Graphics,2005. Eurographics/IEEE VGTC Symposium Proceedings. IEEE,2005:99-146.
    [80]Kalaiah A, Varshney A. Statistical geometry representation for efficient transmission and rendering[J]. ACM Transactions on Graphics (TOG),2005, 24(2):348-373.
    [81]Hubo E, Mertens T, Haber T, et al. The quantized kd-tree:Efficient ray tracing of compressed point clouds[C]//Interactive Ray Tracing 2006, IEEE Symposium on. IEEE,2006:105-113.
    [82]Hubo E, Mertens T, Haber T, et al. Self-similarity based compression of point set surfaces with application to ray tracing[J]. Computers & Graphics,2008,32(2): 221-234.
    [83]Schnabel R, M?ser S, Klein R. Fast vector quantization for efficient rendering of compressed point-clouds[J]. Computers & Graphics,2008,32(2):246-259.
    [84]Gumhold S, Kami Z, Isenburg M, et al. Predictive point-cloud compression[C]//ACM SIGGRAPH 2005 Sketches. ACM,2005:137.
    [85]Chen D, Chiang Y J, Memon N. Lossless compression of point-based 3D models[C]//Pacific Graphics.2005:124-126.
    [86]Merry B, Marais P, Gain J. Compression of dense and regular point clouds[C]//Computer Graphics Forum. Blackwell Publishing Ltd,2006,25(4): 709-716.
    [87]Waschbusch M, Gross M, Eberhard F, et al. Progressive compression of pointsampled models [C]//Proceedings of the First Eurographics conference on Point-Based Graphics. Eurographics Association,2004:95-103.
    [88]Ochotta T, Saupe D. Compression of point-based 3d models by shape-adaptive wavelet coding of multi-height fields[C]//Proceedings of the First Eurographics conference on Point-Based Graphics. Eurographics Association,2004:103-112.
    [89]Huang Y, Peng J, Kuo C C J, et al. Octree-based progressive geometry coding of point clouds[C]//Proceedings of the 3rd Eurographics/IEEE VGTC conference on Point-Based Graphics. Eurographics Association,2006:103-110.
    [90]Schnabel R, Klein R. Octree-based point-cloud compression[C]//Symposium on point-based graphics. The Eurographics Association,2006:111-120.
    [91]Huang Y, Peng J, Kuo C C J, et al. A generic scheme for progressive point cloud coding[J]. Visualization and Computer Graphics, IEEE Transactions on,2008, 14(2):440-453.
    [92]Ochotta T, Saupe D. Image-Based Surface Compression[C]//Computer graphics forum. Blackwell Publishing Ltd,2008,27(6):1647-1663.
    [93]Park S B, Lee S U. Multiscale representation and compression of 3-D point data[J]. Multimedia, IEEE Transactions on,2009,11(1):177-183.
    [94]Shamir A. A survey on mesh segmentation techniques[C]//Computer graphics forum. Blackwell Publishing Ltd,2008,27(6):1539-1556.
    [95]Chen X, Golovinskiy A, Funkhouser T. A benchmark for 3D mesh segmentation[C]//ACM Transactions on Graphics (TOG). ACM,2009,28(3):73.
    [96]Katz S, Leifman G, Tal A. Mesh segmentation using feature point and core extraction[J]. The Visual Computer,2005,21(8-10):649-658.
    [97]Attene M, Falcidieno B, Spagnuolo M. Hierarchical mesh segmentation based on fitting primitives[J]. The Visual Computer,2006,22(3):181-193.
    [98]Shapira L, Shamir A, Cohen-Or D. Consistent mesh partitioning and skeletonisation using the shape diameter function[J]. The Visual Computer,2008, 24(4):249-259.
    [99]Golovinskiy A, Funkhouser T. Randomized cuts for 3D mesh analysis[C]//ACM Transactions on Graphics (TOG). ACM,2008,27(5):145.
    [100]Lai Y K, Hu S M, Martin R R, et al. Fast mesh segmentation using random walks[C]//Proceedings of the 2008 ACM symposium on Solid and physical modeling. ACM,2008:183-191.
    [101]Kalogerakis E, Hertzmann A, Singh K. Learning 3D mesh segmentation and labeling[J]. ACM Transactions on Graphics (TOG),2010,29(4):102.
    [102]Fang Y, Sun M, Kim M, et al. Heat-mapping:A robust approach toward perceptually consistent mesh segmentation[C]//Computer Vision and Pattern Recognition (CVPR),2011 IEEE Conference on. IEEE,2011:2145-2152.
    [103]Huang Q, Koltun V, Guibas L. Joint shape segmentation with linear programming[C]//ACM Transactions on Graphics (TOG). ACM,2011,30(6): 125.
    [104]Zhang J, Zheng J, Wu C, et al. Variational mesh decomposition [J]. ACM Transactions on Graphics (TOG),2012,31(3):21.
    [105]Wang Y, Gong M, Wang T, et al. Projective analysis for 3D shape segmentation [J]. ACM Transactions on Graphics (TOG),2013,32(6):192.
    [106]Osada R, Funkhouser T, Chazelle B, et al. Shape distributions[J]. ACM Transactions on Graphics (TOG),2002,21(4):807-832.
    [107]Kazhdan M, Chazelle B, Dobkin D, et al. A reflective symmetry descriptor[M]//Computer Vision—ECCV 2002. Springer Berlin Heidelberg,2002: 642-656.
    [108]Kazhdan M, Funkhouser T, Rusinkiewicz S. Rotation invariant spherical harmonic representation of 3D shape descriptors[C]//Proceedings of the 2003 Eurographics/ACM SIGGRAPH symposium on Geometry processing. Eurographics Association,2003:156-164.
    [109]Lee J, Funkhouser T. Sketch-based search and composition of 3D models[C]//Proceedings of the Fifth Eurographics conference on Sketch-Based Interfaces and Modeling. Eurographics Association,2008:97-104.
    [110]Berner A., Wand M., Mitra N. J., Mewes D., Seidel H.-P. Shape Analysis with Subspace Symmetries [J]. Computer Graphics Forum (Special Issue of Eurographics 2011),2011
    [111]Minovic P., Ishikawa S., Kato K. Symmetry Identification of a 3D Object Represented by Octree [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1993,15(5):507-514.
    [112]Zabrodsky H., Weinshall D. Using Bilateral Symmetry to Improve 3D Reconstruction from Image Sequences [J]. Computer Vision and Image Understanding,1997,67(1):48-57.
    [113]Kazhdan M., Funkhouser T., Rusinkiewicz S. Symmetry Descriptors and 3D Shape Matching [C]. Proc. of Symp. on Geom.,2004:115-123.
    [114]Podolak J., Shilane P., Golovinskiy A., Rusinkiewicz S., Funkhouser T. A Planar-Reflective Symmetry Transform for 3D Shapes [J]. ACM Trans. Graph., 2006,25(3):549-559.
    [115]Rustamov R. M. Augmented Planar Reflective Symmetry Transform [J]. The Visual Computer,2008,24(6):423-433.
    [116]Martinet A., Soler C., Holzschuch N., Sillion F. X. Accurate Detection of Symmetries in 3D Shapes [J]. ACM Trans, on Graph.,2006,25(2):439-464.
    [117]Thrun S., Wegbreit B. Shape from Symmetry [C]. Proc. Int. Conf. on Comp. Vis., 2005:1824-1831.
    [118]Simari P., Kalogerakis E., Singh K. Folding meshes:Hierarchical mesh segmentation based on planar symmetry [C]. Proc. of the 4th Eurographics Symposium on Geometry Processing,2006:111-119.
    [119]Mitra N. J., Guibas L. J., Pauly M. Partial and Approximate Symmetry Detection for 3D Geometry [J]. ACM Trans, on Graph.,2006,25(3):560-568.
    [120]Loy G, Eklundh J.-O. Detecting Symmetry and Symmetric Constellations of Features [C]. In Proc. Euro. Conf. on Comp. Vis.,2006:508-521.
    [121]Mitra N. J., Guibas L. J., Pauly M. Symmetrization [J]. ACM Trans, on Graph., 2007,26(3):1-8.
    [122]Pauly M., Mitra N. J., Wallner J., Pottmann H., Guibas L. Discovering Structural Regularity in 3D Geometry [J]. ACM Trans, on Graph.,2008,27(3):1-11.
    [123]Bokeloh M., Berner A., Wand M., Seidel H.-P., Schilling A. Symmetry Detection Using Line Features [J]. Computer Graphics Forum,2009,28(2):697-706.
    [124]Liu S., Martin R., Langbein F. C., Rosin P. L., Segmenting Periodic Reliefs on Triangle Meshes [C]. Proc. of the 12th IMA international conference on Mathematics of surfaces XII,2007:290-306.
    [125]Yeh Y.-T., Mech R. Detecting Symmetries and Curvilinear Arrangements in Vector Art [J]. Computer Graphics Forum (Special Issue of Eurographics),2009, 28(2):707-716.
    [126]Ben-Chen M., Butscher A., Solomon J., Guibas L. On Discrete Killing Vector Fields and Patterns on Surfaces [J]. Computer Graphics Forum (Special Issue of SGP),2010,29(5):1701-1711.
    [127]Raviv D., Bronstein A.M., Bronstein M.M., Kimmel R. Symmetries of non-rigid shapes [C]. Proc. ICCV'2007.2007:1-7.
    [128]Rustamov R. M. Laplace-Beltrami Eigenfunctions for Deformation InvariantShape Representation [C]. Proc. SGP'2007,2007:225-233.
    [129]Ovsjanikov M., Sun J., Guibas L. Global Intrinsic Symmetries of Shapes [J]. Computer Graphics Forum (Proc. of SGP),2008,27(5):1341-1348.
    [130]Chertok M., Keller Y. Spectral Symmetry Analysis [J]. IEEE Trans. Pattern Anal. Machine Intell.,2010,32(7):1227-1238.
    [131]Kim V., Lipman Y., Chen X., Funkhouser T. Mobius Transformations For Global Intrinsic Symmetry Analysis [J]. Computer Graphics Forum (Proc. of SGP), 2010,29(5):1689-1700.
    [132]Bronstein A. M., Bronstein M. M., Bruckstein A. M., Kimmel R. Partial Similarity of Objects, or How to Compare a Centaur to a Horse [J]. Int. J. Comp. Vis.2009, 84(2):163-183.
    [133]Rivers A., Durand F., Igarashi T.3D Modeling with Silhouettes [J].ACM Trans. Graph.,2010,29(4):1-8.
    [134]Lipman Y, Chen X., Daubechies I., Funkhouser T. Symmetry Factored Embedding and Distance [J]. ACM Trans. Graph.,2010,29(4):1-12.
    [135]Huffman D A. A method for the construction of minimum redundancy codes[J]. Proceedings of the IRE,1952,40(9):1098-1101.
    [136]Cormack G V, Horspool R N. Algorithms for adaptive Huffman codes[J]. Information Processing Letters,1984,18(3):159-165.
    [137]Witten I H, Neal R M, Cleary J G. Arithmetic coding for data compression[J]. Communications of the ACM,1987,30(6):520-540.
    [138]Shapiro J M. Embedded image coding using zerotrees of wavelet coefficients [J]. Signal Processing, IEEE Transactions on,1993,41(12):3445-3462.
    [139]Usevitch B E. A tutorial on modern lossy wavelet image compression:foundations of JPEG 2000[J]. Signal Processing Magazine, IEEE,2001,18(5):22-35.
    [140]Gotsman C, Gumhold S, Kobbelt L. Simplification and compression of 3D meshes[M]//Tutorials on Multiresolution in Geometric Modelling. Springer Berlin Heidelberg,2002:319-361.
    [141]何军.网格上曲面拟合和变形的研究[D].山东大学博士论文,2009.
    [142]王颜臻.基于对称性的人造物体结构分析与处理[D].国防科学技术大学博士论文,2011.
    [143]李宝.三维点云的鲁棒处理技术研究[D].国防科学技术大学博士论文,2011.
    [144]李亮.基于小波变换的静态图像压缩编码研究[D].大连交通大学硕士论文,2009.

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

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

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