用户名: 密码: 验证码:
基于断裂面匹配的破碎刚体复原研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
破碎刚体复原问题,是计算机图形学、计算机视觉和模式识别中一个有待解决的问题,在文物保护、工业设计和临床医学等方面有着重要的应用价值。目前,国内外研究较多的是基于轮廓曲线的不带厚度碎片的拼接,对于带厚度碎块的拼接研究的较少,而国内还很少有这方面的研究。因此,我们针对带厚度的碎块,研究了基于断裂面匹配问题中的关键技术,包括断裂面分割、断裂面匹配和整体拼合,并应用在兵马俑等碎块上,主要工作如下:
     (1)给出了一种基于法矢的断裂面分割算法。根据相邻三角片法矢的夹角,采用区域生长算法,将碎块以棱边为界限分割成多张曲面,然后,根据曲面法矢扰动区分原始面和断裂面。对于具有尖锐棱边的碎块,算法能正确地识别出断裂面。
     (2)给出了一种基于多尺度曲率的断裂面分割和轮廓曲线提取算法。提出了将基于面和基于边两种分割策略相结合的方法,先根据多尺度曲率采用基于面的方法进行曲面分割,然后对得到的初始边界点扩展后进行边界跟踪,提取出最终的边界点,并优化处理。当碎块边界处过渡缓慢时,算法也能正确地分割。
     (3)给出了一种基于轮廓曲线的断裂面匹配算法。以断裂面轮廓曲线为特征进行匹配,之后根据断裂面的整体信息,依次通过跨界切矢连续约束和曲面匹配误差排除误匹配。当两断裂面有相似边界时,算法能正确实现碎块的部分和完全匹配。
     (4)给出了一种基于曲率和三维直方图的断裂面匹配算法。提出以显著特征点为中心将断裂面划分为多个面片,并使用三维直方图比较面片问的相似性,之后使用三角形约束的穷举搜索方法进行断裂面匹配。算法能正确实现碎块间的部分和完全匹配。
     (5)给出了一种基于积分不变量和特征区域进行断裂面匹配的算法。根据积分不变量将断裂面划分为多个特征区域,然后使用主成分分析法计算相似区域对,并根据距离主方向约束排除伪区域对,最后使用ICP算法判断两断裂面是否匹配,同时将它们对齐校准。算法能正确实现碎块间的部分和完全匹配。
     (6)给出了一种带回溯的子图融合方法进行碎块整体拼合。先建立碎块间的匹配关系图,将每一碎块看成一个子图,然后将满足条件的子图进行融合,直至所有子图融合为一个整体,如果存在无法融合的子图,则需要进行回溯。
Reassembling3D broken solids is a prominent and difficult problem in the fields of computer graphics, computer vision and pattern recognition. It can be applied in many fields such as archaeology, industrial design, clinic medicine and so on. More researches address fragments that have no thickness based on contour curve matching than fragments with thickness. We focuse on the reassembling broken solids based on surface matching, including fracture surfaces segmention, matching and fragments reassembly, all algorithms are verified in Terra Cotta Warriors and other fragments. Mainly works are as following:
     (1)We present a fracture surfaces segmentation algorithms based on normal vectors. First we segment the fragments into a set of surfaces bounded by sharp curves according to the angle of normal vectors of adjacent triangles.Then use perturbation value to distinguish the original surfaces and fractures. The algorithm is suited for fragments with sharp boundary.
     (2) We present a surface segmentation and contour curve extraction algorithm based on multi-scale curvature. We give a new method which first segments surface then spreads their initial boundary point and uses boundary tracking to get the final boundary. The algorithm is effective for fragments with sharp and complex boundary.
     (3) A fracture surfaces matching algorithm based on contour curve matching is presented. First we find pairs of matching surfaces based on their contour curve similarity and then we delete outliers according to normal vector continuous constraint and surface matching error. The algorithm is suited for surfaces matching when they have similar boundary.
     (4) A fracture surfaces matching algorithm based on multi-scale curvedness and3D histogram is presented. We give a new method which first divides fracture surfaces into several small regions whose centres are significant feature point and then uses3D histogram to compare region similarity. After that an exhaustive search method constrained by triangle similarity and voting scheme is used to match fracture surfaces.
     (5) A fracture surfaces matching algorithm based on integral invariants and feature region is presented. First fracture surfaces are divided into several featured region according to the concave or convex. Then we use principal component analysis (PCA) to obtain similar region pairs and eliminate outliers according to the distance and principal direction constraints. Finally we use ICP algorithm to verify the reliability of matching result.
     (6) We employ a sub-graph merging algorithm based on backtracking to merge all matched fragments until the object is reassembled.When there is a fragment which is not fusion, then backtracking.
引文
[1]董洪伟.三角网格分割综述[J].中国图象图形学报,2010,(15)2:181-193
    [2]Mangan A,Whitaker R T. Partitioning 3D surface meshes using watershed segmentation [J]. IEEE Transactions on Visualization and Computer Graphics, 1999,5(4):308-321
    [3]Razdan A, Bae M S. A hybrid approach to feature segmentation of triangle meshes[J]. Computer-Aided Design,2003,35(9):783-789
    [4]钱江,陈志杨,叶修梓等.噪声鲁棒的分水岭网格分割算法[J].计算机辅助设计与图形学学报,2008,20(3):310-315
    [5]Vieira M, Shimada K. Surface mesh segmentation and smooth surface extraction through region growing[J].Computer Aided Geometric Design,2005,22(8):771-792
    [6]刘胜兰,周儒荣,安鲁陵.三角网格模型的数据分块算法[J].南航学报,2003,35(6):653-658
    [7]Katz S, Tal A. Hierarchical mesh decomposition using fuzzy clustering and cuts [A]. ACM SIGGRAPH,2003:954-961
    [8]Sander P V, Snyder J, Gortler S J, et al. Texture mapping progressive meshes [A]. ACM SIGGRAPH,2001:409-416
    [9]Shlafinan S,Tal A,Katz S. Metamorphosis of polyhedral surfaces using decomposition[J]. Computer Graphics Forum,2002,21 (3):219-228
    [10]Cohen-Steiner D, Alliez P, Desbrun M. Variational shape approximation[J]. ACM Transaction on Graphics,2004,23(3):905-914
    [11]Wu J H, Kobbelt L. Structure recovery via hybrid variational surface approximation[J]. Computer Graphics Forum,2005,24(3):277-284
    [12]Levy B, Petitjean S, Ray N, et al. Least squares conformal maps for automatic texture atlas generation[J]. ACM Transactions on Graphics,2002,21(3):362-371
    [13]董洪伟,李重,周儒荣等.基于凸凹信号的网格分割[J].计算机辅助设计与图形学学报,2009,21(3):295-304
    [14]Besl P, McKay N D. A method for registration of 3D shapes[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1992,14(2):239-256
    [15]Ucoluk G,Toroslu I H. Automatic reconstruction of broken 3d surface objects. Computer Graphics,1999,(23):573-582
    [16]Kong W X,Kimia B B.On solving 2d and 3d puzzles using curve matching.Proc.of Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recgnition,Hawaii,2001,(2):583-590
    [17]Suganthan P N. Solving jigsaw puzzles using Hopfield neural networks. Internat[A].Conf.on Neural Networks,Washington,DC,USA,1999
    [18]Wolfson H J. On Curve Matching[J]. IEEE Transactions On Pattern Analysis and Machine Intelligence,2005,12(5):483-489
    [19]Li S Z.Invariant Representation,Matching and Pose Estimation of 3D Space Curves Under Similarity Transformations[J].Pattern Recognition,1997,30(3):447-458
    [20]Li S Z. Bayesian Object Matching[J]. Journal of Applied Statistics.1998,25(3):425-443
    [21]Li S Z. Minimization of MRF Energy with Relaxation Labeling[J]. Journal of Mathematical Imaging and Vision,1997,7(2):149-161
    [22]Steven E, Pierre B, Algorithmic Reconstruction of Broken Fragments[J]
    [23]Shin H, Doumas C,Funkhouser C. Analyzing Fracture Patterns in Theran Wall Paintings[J].The 11th International Symposium on Virtual Reality,Archaeology and Cultural Heritage VAST (2010)
    [24]Oxholm G and Nishino K. Reassembling Thin Artifacts of Unknown Geometry. The 12th International Symposium on Virtual Reality, Archaeology and Cultural Heritage VAST (2011)
    [25]丁险峰,吴洪,张宏江等.形状匹配综述.自动化学报,2001,27(5):678~694
    [26]潘荣江,孟祥旭,屠长河.一种基于LCS的物体碎片自动拼接方法.计算机学报,2005,28(3):350~356
    [27]吕科,耿国华,周明全.基于哈希方法的空间曲线匹配[J].电子学报,2003,31(2):294-296
    [28]茹少峰,王晓强,周明全.基于连接点的3D多角弧匹配[J].中国图象图形学报,2004,9(5):584-588
    [29]王坚,周来水,张丽艳.一种新的空间曲线匹配算法[J].中国机械工程,2006,17(16):1744~1747
    [30]周术诚.三维复杂形状拼接与破碎物体复原技术研究[D].西安:西北大学,2008
    [31]朱延娟,周来水,张丽艳.3维碎片拼合的算法研究[J].中国图象图形学报,2007,(12)1:164-170.
    [32]N. Gelfand, L. Ikemoto, S. Rusinkiewicz, et al. Geometrically stable sampling for the ICP algorithm[A]. Proceedings of International Conference on 3D Digital Imaging and Modeling,Banff,2003,National Research Council of Canada,2003:260-267
    [33]J. Jost, H. Hugli. A mufti-resolution ICP with heuristic closest point search for fast and robust 3d registration of range images[A]. Proceedings of International Conference on 3D Digital Imaging and Modeling, Banff,2003:427-433
    [34]N. J. Mitra, N. Gelfand, H. Pottmann, et al. Registration of point cloud data from a geometric optimization perspective[A]. Eurographics Symposium on Geometry Processing, Grenoble,2004:22-31
    [35]Barequet G, Sharir M. Partial surface matching by using directed footprints[J]. Computational Geometry:Theory and Applications,1999,12(1-2):45-62
    [36]潘小林,张丽艳,揭裕文等.三维曲面部分匹配的算法研究[J].南京航空航天大学学报,2004,36(5):544-549
    [37]Zhang D M, Hebert M. Harmonic maps and their applications in surface matching[A]. IEEE Conference of Computer Vision and Pattern Recognition, New York,1999: 524-530
    [38]Johnson A E, Hebert M. Surface registration by matching oriented points [A]. Proceedings International Conference on Recent Advances in 3D Digital Imaging and Modeling, Ottawa, Canada,1997:121-128
    [39]王坚,周来水.基于最大权团的曲面粗匹配算法[J].计算机辅助设计与图形学学报,2008,20(2):167-173
    [40]Hui Chen, Bir Bhanu.3D free-form object recognition in range images using local surface patches [J]. Pattern Recognition Letters.2007,28:1252-1262
    [41]王坚,周来水,张丽艳等.基于遗传算法的曲面匹配[J].中国图象图形学报,2007,12(4):695-699
    [42]Gelfand N, Mitra N J, Guibas L J,et al. Robust global registration[A]. In SGP'05, 197-206
    [43]Huang Q X, Flory S and Gelfand N. Reassembling fractured objects by geometric matching. ACM Transactions on Graphics,25(3),2006,569-578
    [44]S. Winkelbach, S. Molkenstruck and F. Wahl. Fast Random Sample Matching of 3d Fragments. Pattern recognition[A],28th DAGM symposium, Berlin, Germany,2006, 718-728
    [45]S.Winkelbach,M. Friedrich. Pairwise Matching of 3D Fragments Using Cluster Trees [J]. International Journal of Computer Vision,2008,78(1):1-13
    [46]Itskovich A,Ayellet Tal.Surface partial matching and application to archaeology[J]. Computers & Graphics,2011,35:334-341
    [47]Papaioannou G, Evaggelia A K. Reconstruction of Three-Dimensional Objects through Matching of Their Parts[J]. IEEE Transactions On Pattern Analysis and Machine Intelligence,2002,24(1):184-187
    [48]Benjemaa R,Schmitt F.A Solution for the Registration of Multiple 3D Point Sets Using Unit Quaternions[A]. ECCV,1998,(2):34-50
    [49]Williams J A,Bennamoun M. Simultaneous Registration of Multiple Point Sets Using Orthonormal Matrices[A]. IEEE International Conference On Acoustics,Speech,and Signal Processing,2000:2199-2202
    [50]Sharp G C,Lee S W.Wehe D K. ICP registration using invariant features[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2002,24(l):90-102
    [51]Sharp G C, Lee S W,Wehe D K. Multiview Registration of 3D Scenes by Minimizing Error between Coordinate Frames[J]. IEEE Transactions On Pattern Analysis and Machine Intelligence,2004,26(8):1037-1050
    [52]Lee P Y. Geometric Optimization for Computer Vision[D]. Canberra:Research School of Information Sciences and Engineering Australian National University,2005
    [53]Lee P Y, Moore J B. Geometric Optimization for 3D Pose Estimation of Quadratic Surfaces[A]. The Thirty-Eighth Asilomar Conference on Signals,Systems and Computers Pacific Grove, California,USA,2004:131-135
    [54]Subrahmonia J, David B.C, Daniel K. Practical Reliable Bayesian Recognition of 2D and 3D Objects Using Implicit Polynomials and Algebraic Invariants[J],IEEE Trans. PAMI, 1996,18(5):505-519
    [55]David B. C, Willis A, Stuart A,et al. Assembling Virtual Pots from 3D Measurements of their Fragments[A], VAST'01, Greece,2001
    [56]Weixin K, Benjamin. B. K. On Solving 2D and 3D Puzzles Using Curve Matching[A].CVPR'01, Kauai, Hawaii,2001
    [57]S.Tosovic, R.Sablatnig.3D Modeling of Archaeological Vessels using Shape from Silhouette[A]. Proceedings of Third International Conference on 3D Digital Imaging and Modeling,Canada,2001
    [58]Robert S, Martin K. Model-Based Registration of Front and Back views of Rotationally Symmetric Objects[J]. Computer Vision and Image Understanding,2002,87:90-103
    [59]Kampel M, Sablatnig R. Color Classification of Archaeological Fragments[A]. the 15th International Conference on Pattern Recognition, Spain,2000:771-774
    [60]Papaioannou G, Theoharis T. Fast fragment assemblage using boundary line and surface matching[A]. In IEEE/CVPR workshop on applicat. of computer vision in archaeology, Prague, Czech Republic,1999
    [61]David K,Marc L. Computer-aided Reconstruction and New Matches in the Forma Urbis Romae[J]. Bullettino Della Commissione Archeologica Comunale di Roma, Supplementi,2006,15:103-125
    [62]David K, Jennifer T,Tina N,et al. Fragments of the City:Stanford's Digital Forma Urbis Romae Project[A]. The Third Williams Symposium on Classical Architecture, Journal of Roman Archaeology,2006,61:237-252
    [63]潘荣江.计算机辅助文物复原中的若干问题研究[D].济南:山东大学,2005.
    [64]潘荣江.陶器碎片旋转轴的健壮估计[J].计算机辅助设计与图形学学报,2005年
    [65]周石林.非规则碎片匹配关键技术的研究及实现[D].南京:南京航空航天大学:2004
    [66]周石林,廖文和,王琪.平面非规则曲线匹配的一个判定条件[J].南京航空航天大学学报.2003,35(5):561~564
    [67]朱延娟.非规则碎片匹配的关键技术研究[D].南京:南京航空航天大学:2005
    [68]朱延娟,周来水,张丽艳等.基于Hausdorff距离的多尺度轮廓匹配算法[J].中国机械工程,2004,(15)17:1553-1556
    [69]王坚.非规则碎片拼合关键技术研究[D].南京:南京航空航天大学,2007
    [70]杨洛斌.形状匹配技术在文物复原中的应用[D].西安:西北大学,2002
    [71]吕科.基于物体轮廓的曲线匹配技术研究[D].西安:西北大学,2003
    [72]张献颖.计算机辅助文物复原关键技术研究[D].西安:西北大学,2003
    [73]茹少峰,贾建,周明全.基于连接点的二维多角弧匹配[J].中国图形图像学报,2003,4.
    [74]耿国华,刘晓宁,周明全.基于局部坐标系和哈希技术的空间曲线匹配算法[J].计算机工程,2003,(29)4:28-29,76.
    [75]吕科,耿国华,康宝生等.三维轮廓线的快速匹配方法[J].工程图学学报,2002,23(4):54-59.
    [76]张献颖.计算机辅助文物复原关键技术研究[D].西安:西北大学,2003
    [77]张献颖,周明全,耿国华.空间三角网格曲面的边界提取方法[J].中国图象图形学报,2003,8(10):1223-1226
    [78]茹少峰,周明全,耿国华.基于遗传算法的多边形逼近3D数字曲线[J].计算机辅助设计与图形学学报,2004,(16)4:
    [79]茹少峰.文物复原中的关键技术研究[D].西安:西北大学,2004
    [80]樊少荣.破碎刚体互补形状匹配与拼接方法研究[D].西安:西北大学,2005
    [81]周术诚.三维复杂形状拼接与破碎物体复原技术研究[D].西安:西北大学,2007
    [82]樊少荣,茹少峰,周明全等.破碎刚体三角网格曲面模型的特征轮廓线提取方法[J].计算机辅助设计与图形学学报,2005,17(9):2003-2009
    [83]周术诚.基于断裂面匹配的破碎物体拼接技术[J].电子与信息学报,2009,(31)10:2470-2475
    [84]Freeman H,Gardner L.Apictorial jigsaw puzzles:the computer solution of a problem in pattern recognition[J].IEEE Transactions on Electronic Computer,1964,13(2):118-127
    [85]3D Puzzles—Reassembling fractured objects by geometric matching [EB/OL].(2006) [2010-11-29]. http://www.geometrie.tuwien.ac.at/ig/3dpuzzles.html.
    [86]Yokoya N.Levine M D.Range Image Segmentation Based on differential geometry:ahybrid approach.IEEE Transaction on Pattern Analysis and Machine Intelligence,1989,11(6):644-649
    [87]G. Papaioannou and T. Theoharis. Fast fragment assemblage using boundary line and surface matching. In IEEE/CVPR workshop on applicat. of computer vision in archaeology, Prague, Czech Republic,1999.
    [88]孙家广,胡事民.计算机图形学基础教程[M].北京:清华大学出版社,2005:138-141
    [89]Milan S,Vaclav,Roger B.图像处理、分析与机器视觉[M].第二版.艾海舟译.北京:人 民邮电出版社,2003:50-51
    [90]Moreton H P, Sequin C H. Functional optimization for fair surface design [J]. ACM SIGGRAPH, Chicago Illinois,1992:167-176
    [91]Chen X,Sehlnitt F. Intrinsic Surface Properties from Surface Triangulation[J]. Proceedings of the European Conference on Computer Version,1992,739-743
    [92]Taubin, G. A signal processing approach to fair surface design[A]. Chicago: SIGGRAPH'95,1995
    [93]Dyn N, Hormann K, Kim S, et a. Optimizing 3D triangulations using discrete curvature analysis. In:Applied Mathematics Series Archive Mathematical Methods for Curves and Surfaces, Oslo,2000:135-146
    [94]Meyer M,Desbrun M, Schroder P, et al. Discrete differential-geometry operators for triangulated 2-manifolds[C]//Visualization and Mathmatics,Berlin,2002
    [95]刘胜兰.逆向工程中自由曲面与规则曲面重建关键技术研究[D].南京:南京航空航天大学,2004
    [96]Milroy M J,Bradley C,Vickers G W.Segmentation of a wrap-around model using anactive contour.Computer Aided Designed,1997,29(4):299-320
    [97]梅向明,黄敬之.微分几何[M].北京:高等教育出版社,2008
    [98]钱江.网格分割算法和相关技术研究[D].杭州:浙江大学,2008
    [99]Pulla S, Razdan A, and Farin G. Improved curvature estimation for watershed segmentation of 3-dimensional meshes. (Technical Report) Arizona State University, 2001
    [100]严蔚敏,吴伟民编著.数据结构(C语言版)[M].北京:清华大学出版社,1997
    [101]Mellado N, Reuter P,Schlick C.Semi-automatic geometry driven reassembly of fractured archeological objects[A].The 11th International Symposium on Virtual Reality, Archaeology and Cultural Heritage, Paris, France, September 21-24,2010:33-38
    [102]G. Papaioannou and T. Theoharis. Fast fragment assemblage using boundary line and surface matching. In IEEE/CVPR workshop on applicat. of computer vision in archaeology, Prague, Czech Republic,1999.
    [103]丁爱玲,周琳,李鹏.计算机图形学[M].西安:西安电子科技大学出版社,2005,99-104
    [104]Hirschbetg, D.S. Algoiithms for the Longest Common Subsequence Problem[J]. J.ACM, 1977,24(4):664-675
    [105]李欣,舒风笛.最长公共子序列问题的改进快速算法[J].计算机应用研究,2000,2:28-30
    [106]Horn B K P. Closed-form solution of absolute orientation using unit quaternion [J]. Optical Society ofAmerica,1987,44(4):629-642
    [107]江刚武.空间目标相对位置和姿态的抗差四元数估计[D].郑州:解放军信息工程大学,2009
    [108]潘小林,张丽艳,揭裕文等.三维曲面部分匹配的算法研究[J].南京航空航天大学学报,2004,36(5):544-549.
    [109]Johnson A, Hebert M. Using spin images for efficient object recognition in cluttered 3D scenes[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1999,21 (5): 433-449.
    [110]Frome A, Huber D, Kolluri R,et al. Recognizing objects in range data using regional point descriptors[C]//Proc of the 8th European Conference on Computer Vision. Prague, Czech Republic,2004:224-237.
    [111]Ran Gal, Daniel Cohen-or. Salient geometric features for partial shape matching and similarity[J]. ACM Transactions on Graphics,2006, (25)1:130-150.
    [112]Huang Q X, Pottmann H. Automatic and Robust Multi-View Registration[J]. Geometry Preprint 152, Vienna University of Technology,2005
    [113]Gunter H,Bastian L,Paul L.3D Object Recognition from Range Images using Local Feature Histograms[C]. Proc. IEEE Intl Conf Computer Vision and Pattern Recognition, vol.2, pp.394-399,2001
    [114]Radu B R, Nico B, Zoltan C M. Aligning Point Cloud Views using Persistent Feature Histograms. Proceedings of the 21st IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Nice, France, September 22-26,2008
    [115]C. S. R. Aguiar, S. Druon, A. Crosnier. Pairwise Region-Based Scan Alignment[C]. The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15,2009 St. Louis, USA
    [116]郭克华,刘传才,杨静宇.三维局部相似目标匹配的微分几何方法[J].模式识别与人工智能,2008,21(5):586-591.
    [117]郭克华.基于微分几何的局部相似目标匹配算法研究[D].南京:南京航空航天大学,2008
    [118]S. Manay, B. W. Hong and A. J. Yezzi. Integral invariant signatures [C]//Proceedings of the 8th European Conference on Computer Vision. Prague, Czech Republic,2004.
    [119]H. Pottmann, Q. X. Huang and Y. L. Yang. Integral invariants for robust geometry processing [J]. Computer Aided Geometric Design,2009,26(1):37-60.
    [120]Q. Merigot, M. Ovsjanikov and L. J. Guibas. Voronoi-Based Curvature and Feature Estimation from Point Clouds [J]. IEEE Transactions on Visualization and Computer Graphics,2011,17(6):743-756.
    [121]J. Knopp, M. Prasad, G. Willems, et al. Hough Transform and 3D surface for Robust Three Dimensional Classification [C]//Proceedings of the 11th European Conference on Computer Vision. Heraklion, Crete, Greece,2010.
    [122]Wang Yu-ping and Hu Shi-min. A New Watermarking Method for 3D Models Based on Integral Invariants [J]. IEEE transactions on visualization and computer graphics,2009, 15(2):285-294.
    [123]魏潇然.三维文物模型边界特征提取[D].西安:西北大学,2011
    [124]Huy Tho Ho and Danny Gibbins. Multi-scale Feature Extraction for 3D Surface Registration using Local Shape Variation[C]//Proceedings of the 23rd International Conference on Image and Vision Computing. Christchurch,New Zealand,2008.
    [125]Johnson A E. Surface landmark selection and matching in natural terrain [C]// Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, Hilton Head, SC,USA,2000:413-420
    [126]Besl P J, Jain R C. Segmentation through variable order surface fitting[J]. IEEE Transaction on Pattern Analysis and Machine Intelligence,1988,10(2):167-192
    [127]潘小林.三维曲面匹配技术[D].南京:南京航空航天大学,2004

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

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

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