基于特征建模的反求工程系统关键技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
反求工程是进行产品设计、开发和创新的先进制造技术,其中产品外形表面的数字化和几何模型重建是反求工程的两项关键技术,而对反求得到的数字模型进行再创新是反求工程的核心。
     由于基于三角形和四边形网格的曲面重构方法易丢失产品设计意图,从而造成产品再创新的困难。而几何建模应服务于产品的再创新与制造,特征技术是实现信息共享与系统集成的有效手段,本文以基于截面特征的反求策略为基础,对反求工程中特征建模的关键技术进行了研究,主要的研究结果如下。
     (1)探讨了反求工程中特征的定义、数据结构及反求工程系统的模型。本文从实现基于特征建模的反求工程系统的需要和结合反求工程的实际特点,定义了反求工程中的各种特征。并在分析了当前各种CAD模型系统后,提出了易于扩展和维护的基于组件技术的面向对象的CAD系统来实现基于特征建模的反求工程CAD系统,并定义了符合组件技术和面向对象技术的要求的数据结构和特征类。
     (2)探讨了点云模型的数据结构与预处理技术。随着测量技术的发展,实物数字化后数据点规模越来越庞大。如何高效地实现点云数据的拓扑重建,加快数据的检索是目前反求工程研究的难点。本文以点云数据的外包围盒和空间网格划分技术为基础,实现了自适应K近邻拓扑结构重建。利用自适应K近邻拓扑结构重建得到的点云易于检索点及相邻点的特点,用基于弦高误差控制自适应删减技术直接对点云数据删减,在保持点云形状特征的前提下,大大减小的点云数据规模,取得约90%的压缩率。
     (3)重点讨论了任意方向切片技术的快速实现及平面无序点集有序化方法。切片算法是实现截面特征反求策略的前提,本文利用切片平面与点云数据外包围盒的交线快速定位相交子立方格,从而快速求得与切片平面相交的数据点集。对于由切片得到的无序点集,分别探讨了用改进的Dijkstra最短路径逼近算法和蚁群算法来实现平面无序点集有序化。由于首次将蚁群算法引入反求工程曲线重建过程中,因此重点研究了蚁群算法在平面无序点集有序化过程中各种参数的设置和实现过程,经实验验证,取得了很好的效果。
     (4)着重讨论了平面特征的识别和曲线匹配方法。平面特征识别和曲线匹配是图像图形学中的难点。本文用角度差分法和最小二乘曲线拟合法相结合的方法实现平面特征的识别,即首先用角度差分法初步识别角点,然后用最小二乘曲线拟合法识别出角点中的特征点,最后再识别出直线、圆弧和自由曲线。由于传统基于曲线各种属性的曲线匹配算法不能很好地实现曲线匹配和对比,本文提出用Fourier-Mellin变换的图像配准技术来实现曲线匹配和对比,不仅能实现一般曲线的匹配,而且能对经过平移、旋转和缩放的曲线实现匹配,经实验验证,效果很好。
     (5)着重讨论了简单三维特征的识别。本文采用增量最小二乘法自动分区并识别平面和球面。而对于拉伸体、回转体及扫描体等较为复杂平面,首先用高斯球曲率映射法得到曲面的拉伸(扫描)方向或旋转轴,然后用切片技术和Fourier-Mellin曲线匹配技术,实现了拉伸体、回转体及扫描体等造型特征的识别。
     (6)结合实际应用,利用快速成型实验验证了基于本文算法开发的反求工程原型软件TrSurf1.0的有效性和实用性。
     本文结合正向工程的特征技术和反求工程几何建模特点,提出了基于截面特征的反求工程特征建模系统模型并开发了系统原型软件TrSruf1.0。用TrSruf1.0得到的反求模型具有高层次的信息,为后续的再创新与制造提供了更强大的支持,符合现代产品设计的发展趋势。
Reverse Engineering (RE) technology is an advanced manufacturing technology which is used to design and exploit new product. Shape data acquisition and geometric reconstruction are two key technologies, and recreation of product's CAD is its soul in reverse engineering.
     Traditional surface reconstruction based on triangle model or rectangle model is easy to lost design intention of product. It leads to modify difficultly. And reverse engineering geometric modeling (REGM), referring to create CAD model from points cloud data, should be serving for recreation and machining etc. Feature technology is efficient approach to realize information share and system integration. In the dissertation, some key technologies of feature modeling based on section feature technology in RE are researched, the main conclusions of research read as follows.
     (1). Definition and data structures of features in RE and system model of RE CAD prototype are studied. Features in RE, such as points, curve, surface, are defined considering implementation STEP (the STandard for Exchange of Product model data) which is benefit to realize feature modeling. Based on the shortcoming analysis of three CAD system models, CAD system based of object oriented and group assembly is proposal to implement RE CAD prototype system. Classes and data structure of feature based on OOP and GA are also defined.
     (2). Data structure of points cloud and points reduction method are studied through analyzing the shortcoming of existing algorithms. It's important to reconstruct topology of points cloud to find the point quickly in points cloud, especially points cloud include points more and more larger with measuring technique more and more advanced. Firstly, the min-max box of points cloud is divided into a set of uniform grids, and then the indexes of points stored into appropriate cell for finding k-nearest neighbors. After reconstruction of topology, a new point's reduction method based of chord-arc distance estimation is used to reduce the points cloud. It can reduce points greater with near 90 percent reducing ratio, while keeping former shape.
     (3). Quick-implementation of arbitrary slice technology is studied on emphasis, and order reconstruction also discussed on emphasis. Slice technology is foundation of strategy of reverse engineering based of section feature. The intersection of an arbitrary plane and three-dimensional cube-cell is realized, and all the subordinate cells intersected with the plane are got rapidly and briefly. Base on it all the scattered points on the slicing plane are got quickly. Getting serial points data from scatter points calls curve reconstruction. At firstly, simplified Dijkstra algorithm for curve reconstruction is introduced and illustrated by experiments. Then, curve reconstruction implementation of Ant Colony Optimization (ACO) algorithm in reverse engineering is researched, emphasis on ACO parameters setting. After experimenting, the conclusion is that the curve reconstructed by ASO-curve reconstruction is better smooth and reflect better the shape of scatter points as other curve reconstruction, but needs more time.
     (4). A novel method for plane feature recognition is proposed, curve matching algorithm is also researched. It's difficulties of photography and geometry science that plane curve recognition and curve matching. Plane feature recognition method is by combining the angle-difference method and conicoid least square curve fitting method to recognize the curve feature. Firstly, comer points are extracted by angle-difference method, and then feature points are recognized from the corner points with conicoid least square curve fitting method. Fourier-Mellin image registration for curve matching and contract is presented based on analysis shorting of traditional curve matching which is invariant to rotation, scaling and translation (RST). It is effective and feasible illustrated by experiments.
     (5). Simple three-dimension (3D) feature recognition based on Fourier-Mellin curve matching method is discussed. Extracting algorithm that extruded surface, revolved surface and scanned surface are presented and some samples are given to illustrate the feasibility of feature extracting algorithm.
     (6). To make the theory research be used in practice, two surface reconstruction is given and the CAD model are got. The practicalities of two CAD model are made by FDM. From the results, the conclusion is drawn that the feature reconstruction software, TrSurf1.0 which programmed based on algorithms presents in the dissertation, is feasibly and efficiency.
     Combining feature technology in forward-engineering with reverse engineering geometric modeling, the reverse engineering feature modeling based on section feature technology is put forward. And the prototype RE-CAD system software, TrSurf1.0, is programmed by C++. The geometry model reconstructed by TrSurf1.0 includes high-level semantic information, serving for recreation and machining etc, which is according with the developing intent of modern production design.
引文
[1]张曙.先进制造技术讲座(第一讲)—走向21世纪的制造工业(上)[J].机电—体化,1996,3:38-41.
    [2]卢秉恒.产品快速开发技术.1世纪新产品快速开发技术[M].西安,陕西科学技术出版社,2000.
    [3]栗全庆,李明.反求工程中的特征建模技术分析[J].机床与液压,2001,2:69-7.
    [4]Kwan H Lee,H Woo.Use of Reverse Engineering Method for Rapid Product Development[J].Computers and Industrial Engineering,1998,35(1-2):21-24.
    [5]C K Au M M F Yuen.A semantic feature language for sculptured object modeling[J].Computer-Aided Design,2000,32:63-74.
    [6]Saeid Motavali.Review of Reverse engineering Approaches.Computers and Industrial Engineering,1998,35(1-2):25-28.
    [7]刘振凯,陈剑虹,乔志林等.一种基于断层测量的反求工程技术[J].中国机械工程,vol11,NO4,393-396.
    [8]刘利.三维测量技术新动态[J].机电一体化,1997,1:20-23.
    [9]赵炳彦,王玉林.三坐标测量机作为CAD/CAM系统的三维数字化仪的探讨[J].计算机辅助工程.1996,2(4):86-91.
    [10]马正元.王慧军.何龙.三坐标测量机在自由曲面反求工程中的应用[J].沈阳工业大学学报,2004,2:
    [11]朱浩,方宗德.汽车外形设计的三维数模重建[J].计算机辅助设计与制造,1999,10:12-13.
    [12]Jacques Lewandowski,Bruno Menard,Daniel Hennequin.Light Sectioning with Large Depth of Focus by Means of Fresnel Diffraction of an Edge[J].Optical Engineering,1993,32(9):2181-2184.
    [13]王晓林,陈伟明,黄尚廉.光切法三维轮廓测量的原理及其应用[J].光学技术,1992,2:39-43.
    [14]许智钦,孙长库.3D逆向工程技术[M].北京:中国计量出版社,2002.
    [15]刘振凯,陈剑虹,乔志林等.一种基于断层测量的反求工程[J].中国机械工程,11(4):393-39.
    [16]K Higuchi,M Hebert.Buid 3-D Models from Unregistered Range Images[J].CVGIP-GMIP,1995,57(4):315-333.
    [17]李江雄.复杂曲面反求工程CAD建模系统和技术研究[D].杭州:浙江大学,1998.
    [18]S Karbacher,G Hausler.A new approach for modeling and smoothing of scattered 3D data[J].SPIE,1998,331(3):168-177.
    [19]Rudiger Dillrnann,Stefan Vogt,Andrms Zilker.Data Reduction for Optical 3D-Inspection in Automotive Application[A].Proceeding of IEEE International Conference on Multi-sensor Fusion and Integration for Intelligent Systems,Taipei,Taiwan,August 1999.
    [20]K H Lee,H Woo,T Suk..Data Reduction Methods for Reverse Engineering[J].International Journal of Advanced Manufacturing Technology,2001,17:735-743.
    [21]贾摩君.反求工程CAD建模系统RE-SOFT中高级几何处理与多视拼合技术研究[D].杭州:浙江大学,2001.
    [22]He Meifang,Zhou Laishui,Zhang Liyan.Segmentation of scattered point data through a new curvature analysis algorithm[J].Journal of Southeast University,2004,20(3):90-96.
    [23]董晓明,郑康平,姚斌.曲面重构中点云数据的区域分割研究[J].中国图像图形学报,2005,10(5):575-579.
    [24]刘胜兰,周儒荣,安鲁陵.三角网格模型的数据分块算法[J].南京航空航天大学学报,2003,35(6):653-659.
    [25]李江雄.反求工程中复杂曲面边界线的自动提取技术[J].机械设计与制造工程,2000,29(2):26-29.
    [26]吕震,贾明,柯映林.三角曲面数字样品的特征提取与再现技术[J].计算机辅助设计与图形学学报.2002,14(8):768-771.
    [27]Weiyin Ma,J P Kruth.Parameterization of randomly measured points for least squares fitting of B-spline curves and surfaces[J].Computer-Aided Design,1995,27(9):663-675.
    [28]H Park,K Kim.An Adaptive Method for Smooth Surface Approximation to Scattered 3D Points[J].Computer-Aided Design,1995,27(12):929-939.
    [29]D J Wei,M J Milory,C Bradley.Reverse Engineering physical models employing wrap around B-spline surfaces and quadrics[J].Part B:Journal of Engineering Manufacrture,1996,2(10):147-157.
    [30]C Menq and E L Chen.Curve and surface approximation from CMM measurement data[J].Computer-Aided Design,2000,30(2),211-225.
    [31]William M.Lira,Paulo Roma Cavalcanti,Luiz C.G.Coelho eta.An-OOP approach for mesh generation of multi-region models with NURBS[J].Computer Graphics and Image Processing,2001,21(3):18-25.
    [32]柯映林,刘云峰.基于三角Bezier曲面的复杂特征模型重建及特征融合技术研究[J].机械工程学报,2004,40(6):85-91.
    [33]吕震.反求工程CAD建模中的特征技术研究[D].杭州:浙江大学,2002.
    [34]陶嵘,聂如春,王军祥.几何造型反求工程技术综述[J].机械设计,2001,5:3-5.
    [35]孙福辉.逆向工程中重建CAD模型的若干关键技术研究[D].北京,北京航天航空大学,2001.
    [36]张曙.先进制造技术讲座(第一讲)—走向21世纪的制造工业(下)[J].机电一体化,1996,4:28-31.
    [37]潘海鹏,朱根松,胡世飞等.逆向工程及其应用[J].华东塑陛工程年会,2004,218-222.
    [38]朱浩,方宗德.汽车外形设计的三维数模重建[J].计算机辅助设计与制造,No.10,1999,12-13.
    [39]肖尧先.基于RE/RP系统集成的复杂外形产品快速开发技术研究[D].杭州:浙江大学,2002.
    [40]王思悦,刘岗.品创新企业永恒的主题[J].企业的活力,1997,2:36-31.
    [41]张吉堂,郭平英.CNC机床的快速成型装置[J].制造技术与机床,1999,No.2:19-20
    [42]金杰,张安阳.人工骨快速成型制造的研究进展[J].浙江工业大学学报,2005,33(6):691-695.
    [43]P.QuadraniI,A.Pasini,et al.High-resolution 3D scaffold model for engineered tissue fabrication using a rapid prototyping technique[J].Medical & Biological Engineering &Computing,2005,43,196-199.
    [44]M.Y.Zhou,J.T.Xi,J.Q.Yan.Modeling and processing of functionally graded materials for rapid prototyping[J].Journal of Materials Processing Technology,2004,146:396-402.
    [45]周剑,杨玉孝,赵明涛等.层析三维数字化测量原理及层析图像边缘精度分析与标定[J].西安交通大学学报,1999,33(7):84-88.
    [46]Athakom Kengpol,Christopher O'Brien.The Development of A Decision Support Tool for the Selection of Advanced Technology to Achieve Rapid Product Development[J].International Journal of Production Economics,2001,6(9):177-191.
    [47]M J Milroy,C Bradley,G W Vickers,D J Weir.Continuity of B-spline surface patches in reverse engineering[J].Computer-Aided Design,1995,27(6):471-478.
    [48]周受钦,谢友柏.特征及其应用[J].工程设计,2000,1:1-5.
    [49]金涛,单岩,童水光.产品反求工程中基于几何特征及约束的模型重建[J].计算机辅助设计与图形学学报,2001,13(3):202-207.
    [50]唐贵川,董金祥,何志均.EXRESS的对象特征[J].计算机应用研究,1997,No.6:6-7
    [51]唐荣锡.CAD/CAM技术[M].北京:北京航天航空大学出版社,1994.
    [52]孙文焕.计算机辅助设计和制造技术[M].西安:西北工业大学出版社,1994.
    [53]任仲贵.CAD/CAM原理[M].北京:清华大学出版社,1991.
    [54]张鲜,朱心雄.国外CAD/CAM技术进展[J].航空制造工程,1995(10),28-33.
    [55]时兵.基于STEP的三维实体特征提取与模型重建技术研究[D].长春,吉林大学,2004
    [56]尹卫星.基于STEP标准的CAD模型数据交换质量研究[D].大连,大连理工大学,2005.
    [57]张志强.冲压特征识别及图形转换系统的研究[D].长春,吉林大学,2003.
    [58]C K Au,M M F Yuen.Feature-based reverse engineering of mannequin for garment design[J].Computer-Aided Design,1999.31:751-759.
    [59]Tamas Varady,Ralph R Martin,Jordan Cox.Special Issue:Reverse Engineering of geometric models[J].Computer-Aided Design,1997,29(4):253-254.
    [60]Saeid Motavali.Review of Reverse engineering Approaches.Computers and Industrial Engineering,1998,35(1-2):25-28.
    [61]金涛.反求工程中产品三维模型重建技术及应用研究[D].杭州:浙江大学,2000.
    [62]史桂蓉.反向工程几何建模关键技术[D].上海,上海交通大学,2000.
    [63]反求工程系统Re-Soft介绍[EB/OL].http://www.re-soft.com,2005.
    [64]各种反求工程软件简介[EB/OL].http://www.ugcn.com,2005.
    [65]陈文贤.ImageWare操作手册[M].台湾:全华科技,2006.
    [66]CopyCAD使用方法[EB/OL].http://www.delcam.com/,2005.
    [67]余国鑫,成思源,张湘伟等.典型逆向工程CAD建模系统的比较[J].机械设计,2006,23(12):1-4.
    [68]祝国旺,孙健,周济.特征技术研究综述[J].中国机械工程,1995,6(2):7-11.
    [69]Sang Hun Lee.A CAD-CAE integration approach using feature-based multi-resolution and multi-abstraction modeling techniques[J].Computer-Aided Design,2005,37:941-955.
    [70]刘乃若,王金伦.基于STEP的特征模型及重构算法[J].计算机科学,2003,30(2):133-136.
    [71]GB/T 16656.42—1998.集成通用资源:几何与拓扑表达[S].
    [72]白贺斌,徐燕申,曹克伟.基于特征的CAD参数化建模技术及其应用[J].机械设计,2005,22(2):14-17.
    [73]高曙明.自动特征识别技术综述[J].计算机学报,1998,21(3):281-289.
    [74]陈志远,李西琴.轴类零件的结构特征识别及参数提取[J].机械设计与制造,2005,12:81-84.
    [75]Han J,Requicha A A G.Integration of feature based design and feature recognition[J].Proc ASME Computers in Engineering,1995,569-578.
    [76]贾超,陈飞.支持特征的非流形造型数据结构的研究[J].计算机工程与应用,2006,36,96-99.
    [77]许精明.智能CAD系统中的关系型图形数据结构[J].微机发展,2001,6:43-46.
    [78]Filippo Tangorra,Domenico Chiarolla.A methodology for reverse engineering hierarchical databases[J].Information and Software Technology,1995,37(4):225-231.
    [79]苏晓华,彭文洁,初艳鲲.基于web平台的CAD工程数据库的共享技术[J].中国科技信息,2005(12):134.
    [80]俞研,陶俐言.CAD/CAM集成系统中的特征分类与描叙方法研究[J].制造业自动化,2000.22(1):345-351.
    [81]Paul J Besl,Ramesh C Jain.Invariant Surface Characteristic for 3D Object Recognition in Range Images[J].Computer Vision,Graphics,and Image Processing,1986,33:33-80.
    [82]Paul J Besl,Ramesh C Jain.Segmentation through Variable-Order Surface Fitting[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,1988,10(2):167-192.
    [83]Berg E,Bronsvoort W F,Vergeest J S M.Freeform feature modeling:concepts and prospects[J].Computers in Industry,2002,49:217-233.
    [84]朱心雄.自由曲线曲面造型技术[M].北京:北京航天航空大学出版社,2000.
    [85]莫蓉,周慧群.CAD应用基础[M].北京:清华大学出版社,2002.
    [86]Erictl G.Design patterns:element of reusable object-oriented software[Z].Addison-Wesley Publishing Company,1992.
    [87]潘云鹤.智能CAD方法与模型.北京:科学出版社,1997.
    [88]Alfons Kempe,Guido Moerkotte.Object—oriented database management[M].Beijing:Tsinghua University Press,1998.
    [89]武学东,周超,董玫.面向对象的CAD系统模型[J].焦作大学学报,2006,6(2):21-25.
    [90]柯映林,刘云峰,范树迁等.基于特征的反求工程建模系统RE-SOFT[J].计算机辅助设计 与图形学学报,2004.16(6):799-813.
    [91]刘长明,杨工明.实用Visual C++6.0教程[M].北京:清华大学出版社,2000
    [92]Brain,M.Lovette,L著,译星翻译.MFC开发人员指南[M].北京:北京工业出版社,1999
    [93]吴炜煜.面向对象分析设计与编程OOA/OOD/OOP[M].北京:清华大学出版社,2001
    [94]文福安.最新计算机辅助设计[M].北京:北京邮电大学出版社,2000
    [95]Kalay Y E.The hybrid edge:A topological data structure for vertically integrated geometric modeling[J].CAD,1999;21(3):130-140.
    [96]Ching-Chih Tai,Ming-Chih Huang.The processing of data points basing on design intent inreverse engineering[J].International Journal of Machine Tools & Manufacture,2000,40:1913-1927.
    [97]Y F Wu,Y S Wong.Modeling cloud data using an adaptive slicing approach[J].Computer-Aided Design,2004,36:36-40.
    [98]Tamas Varady,Pal Benko.Reverse Engineering B-rep Models from Multiple Point Clouds[J].Geometric Modeling and Processing,2000,4:3-12.
    [99]G H Liu,Y S Wong,Y F Zhang.Error-based segmentation of clouds data for direct rapid prototyping[J].Computer-Aided Design.2002,35:633-645.
    [100]K H Lee,H Woo,T Suk.Point data reduction using 3D grids[J].International Journal of Advanced Manufacturing Technology,2002,18(3):201-210.
    [101]Sun W,Bradley C,Zhang YF.Cloud data modeling employing a unified,non-redundant trianglular mesh[J].Computer-Aided Design,2001,33(1):83-93.
    [102]Hoppe H,Derose T,Duchamp T,et al.Surface reconstruction from unorganized points[J].Computer Graphics,1992,126(2):71-78.
    [103]Hoppe H.Surface reconstruction from unorganized points[D].Washington:University of Washington,1994.
    [104]H Samet.Octree Approximation and Compression Methods[A].The1 st Intemational Symposium on 3D Data Processing Visualization and Transmission,Padova:IEEE,2002.19-21.
    [105]刘晓东 刘国荣 王颖等.散乱数据点的k近邻搜索算法[J].计算机辅助设计与图形学学报,2004,7:909 912.
    [106]刘伟哲.光学照像测量及数据压缩方法研究[J].影像技术,2006,3:22-25.
    [107]熊邦书等.三维散乱数据的k个最近邻域快速搜索算法[J].计算机辅助设计与图形学学报,2004,7:909-912.
    [108]Ernest M Stokely,Shang You Wu.Surface Parameterization and Curvature Measurement of Arbitrary 3D Object:Five Practical Methods[J].IEEE Transactions on Pattern Analysis and Machine Inteligence,1992,14(8):833-840.
    [109]黄志成.密集散乱数据三角划分及数据压缩[J].机械,2003,30(3):4-7.
    [110]Gopi M,Krishnan S,Silva C T.Surface Reconstruction Based on Lower Dimensional Localized Delaunay Triangulation.EURO GRAPHICS,2000,19(3):467-478
    [111]孙肖霞,孙殿柱,李延瑞等.反求工程中测量数据的精简算法[J].机械设计与制造, 2006,8:37-39.
    [112]柯映林,陈曦.基于4D曲面的点云曲率估算[J].浙江大学工学版,2005,39(6):761-765.
    [113]刘云峰,柯映林.反求工程中混合切片技术[J].计算机辅助设计与图形学学报,2003,15(6):741-746.
    [114]刘光富,李爱平,王东立.三维实体零件分层处理软件的研究与开发[J].制造业自动化,2004,26(11):21-23.
    [115]Pan HP,Zhou TR.Generation and optimization of slice profile data in rapid prototyping and manufacturing[J].Journal of Materials Processing Technology 187-188(2007):623-626.
    [116]钟纲.曲线曲面重建方法研究[D].杭州:浙江大学,2002.
    [117]刘丽,伯彭波,张彩明.散乱数据点集曲线重构的最短路逼近方法[J].计算机学报,2006,12(29),2172-2179.
    [118]柯映林,王青.反求工程中的点云切片算法研究[J].计算机辅助设计与图形学学报,2005,8(8),1798-1802.
    [119]Giesen J.Curve reconstruction:the traveling salesman problem and Menger's theorem on length[A].In:Proceedings of the 15th Annual ACM Symposium on Computer Geometry.Miami.1999.207-216
    [120]冯桂莲.基于Dijkstra算法的最短路径的实现[J].青海大学学报,2007,25(1):98-103.
    [121]张世和.数据结构[M].北京:清华大学出版社,2001.
    [122]乐阳,龚健雅.Dijkstra最短路径算法的一种高效率实现[J].武汉测绘科技大学学报,1999,24(3):209-212.
    [123]刘丽,伯彭波,张彩明.散乱数据点集曲线重构的最短路逼近方法[J].计算机学报,2006,12(29),2172-2179.
    [124]Marigo M、Maniczzo V,Colomi A.Ant System:Optimization by a Colony of Cooperating Agents[J].IEEE Trans on SMC,1996,26(1):28-41.
    [125]Thomas Stutzle,Marco Dorigo.A Short Convergence Proof for a Class of Ant Colony Optimization Algorithms[J].IEEE Trans on Evolutionary Computation,2002,6(4):358-365.
    [126]冯祖洪,徐宗本.用混合型蚂蚁群算法求解TSP问题[J].工程数学学报,2002,19(4):35-39.
    [127]吴斌,史忠植,一种基于蚁群算法的TSP问题分段求解算法[J],计算机学报,2001,24(12):1328-1333.
    [128]陈宏建,陈蠖,徐晓华等.改进的增强型蚁群算法[J].计算机工程,2005,02:176-178.
    [129]高尚,钟娟,莫述军.连续优化问题的蚁群算法研究[J].微机发展,2003,13(1):21-22.
    [130]艾海舟,武勃.图像处理、分析与机器视觉[M].北京:人民邮电出版社,2003.
    [131]Zhang Yingjie,Sun Huibin.An new algorithm for solid reconstruction from cross-sections[A].Proceedings of ICeCE 2001,Xi'an,2001.
    [132]BENKO P,VARADY T.Direct segmentation of smooth,multiple point regions[C].Los Alamitos,Cal.USA:IEEE Computer Society.2002:169-178.
    [133]姜峻岭,张英杰.面向反求工程的特征识别技术的研究与实现[J].机械科学与技术,2002,11(6),1025-1027.
    [134]Freeman H,Garder L.The computer solution of a problem in pattern recognition[J].IEEE Transactions on Electronic Computers,1964,EC-13,118-127.
    [135]姜峻岭,张英杰.基于层析数据的智能特征识别算法研究[J].航空制造技术,2004,7,70-76.
    [136]BENKO P,VARADY T.Segmentation methods for smooth point regions of conventional engineering objects[J].Computer Aided Design,2004,36(6):511-523.
    [137]刘云峰.基于截面特征的反求工程CAD建模关键技术研究[D].杭州:浙江大学,2004.
    [138]吴敏.基于约束和特征的结构类零件实体模型重建关键技术研究[D].南京:南京航空航天大学,2004.
    [139]杨红娟,周以齐,陈成军.基于多尺度分析的逆向工程截面线特征分割[J].计算机集成制造系统,2007,Vol(13),No2,375-380.
    [140]杨少军,杨艺山,刘晨亮.线特征提取的多尺度分析[J].计算机应用,2004,24(9),16-18.
    [141]施法中.计算机辅助几何设计与非均匀有理B样条[M].北京:高等教育出版社,2005.
    [142]Ayaehe N.J,Faugeras O.D.HYPER:A new approach for the recognition and positioning of two dimensional objects.IEEE Transactions on Pattern Analysis and Machine intelligence,1986,8(1):44-54.
    [143]栗全庆.基于层析数据的三维实体重构与特征技术的研究[D].西安:西安交通大学,1999.
    [144]B.S.Reddy and B.N.Chatterji,"An FFT-Based technique for translation,rotation,and scale-invariant image registration," IEEE Trans.Image Processing,vol.5,no.8,pp.1266-1271,1996.
    [145]Q.-S.Chen,M.Defrise,and F.Deconinck,,"Symmetric phase-only matched filtering of Fourier-Mellin transforms for image registration and recognition," IEEE Trans.Pattern Analysis and Machine Intelligence,vol.16,no.12,pp.1156-1168,1994.
    [146]孙刚,谢俊元.一种基于Fourier-mellin变换的数字水印的研究[J].计算机工程,2005,5:152-155.
    [147]丁险峰,吴洪,张宏江等.形状匹配综述[J].自动化学报,2001,5,678-683.
    [148]Chen Q,Dfrise M,Deconinch F.Sysmetric phaseonly matched filtering of Fourier-mellin transform for image registration and recognition[J].IEEE Transactins on Pattern Analysis and Machine Interlligence,1994,16(2):1156-1168.
    [149]Y H Chen,C Y Liu.Quadric surface extraction using genetic algorithms[J].Computer-Aided Design,1999,31:101-110
    [150]单东日,柯映林.反求工程中点云数据的二次曲面特征提取技术[J].计算机辅助设计与图形学学报,2003,15(12):1497-1502.
    [151]Benk(o|¨) Pal,Martin R R.Algorithms for reverse engineering boundary representation models[J].Computer-Aided Design,2001.33(11):839-851
    [152]Huang Jianbing,Menq Chia-Hsiang.Automatic data segmentation for geometric feature extraction from unorganized 3D coordinate points[J].IEEE Transactions on Robotics and Automation,2001,17(3):268-279.
    [153]柯映林,李岸.点云数据中拉伸面特征的提取[J].计算机辅助设计与图形学学报,2005,17(6),1329-1335.
    [154]Jun Y,Raja V,Park S.Geometric feature recognition for reverse engineering using neural networks[J].International Journal of Advanced Manufacturing Technology,2001,17(6):462-470
    [155]Lu Zhen,Ke Yinglin,Sun Qing,et al.Extraction of blend body feature in reverse engineering[J].Chinese Journal of Mechanical Engineering,2003,16(3):248-251
    [156]柯映林,王青,范树迁等.Re-Soft系统构架及关键技术[J].浙江大学学报,2006,40(8):1327-1235

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

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

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