用户名: 密码: 验证码:
义齿模型三维重建算法的研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
逆向工程在生物医学领域不断地拓展和应用,CAD技术在口腔医学中得到了迅速的发展。利用CAD系统制作的义齿精度高、制作周期短备受医生和患者的青睐,是口腔医学发展的趋势。虽然在国外已经设计出义齿CAD系统,但现有的义齿CAD系统对三维重建的数据要求很高而且价格昂贵,限制了义齿CAD系统的广泛应用。本文以义齿的三维点云数据作为研究对象,系统研究了只含有位置信息的义齿点云数据在三维重建技术中预处理、曲面重建以及重建后处理的基础理论和方法。
     针对牙齿数据只含有位置信息缺少拓扑关系的问题,提出一种基于Morton序列的动态连续k邻近查询算法。首先将三维数据进行空间划分并存储到八叉树结构中,利用Morton序列为每个点云数据生成相应的Morton编码,即将三维数据转换为一维数据;然后采用基于欧氏距离的三维点云并行快速排序算法使点云数据的Morton编码有序,并存储在一维线性链表中;最后通过访问一维线性链表中Morton编码直接定位到相应的点云数据,避免了在子空间的搜索甚至到邻近子空间搜索的复杂性。结果证明了此算法优越性和准确性。
     针对现有曲面重建方法依赖法向量的问题,提出了义齿点云数据法向量模糊估值算法。利用模糊逻辑系统将义齿点云数据进行分类,根据点云的疏密程度和曲率变化将点云分为均匀光滑(牙冠)部分、薄片特征(牙尖牙棱)部分和尖锐特征(臼齿咬合面)部分。义齿点云分布均匀的区域采用PCA算法;含有薄片特征的区域采用增加检测器的算法;含有尖锐特征的区域采用增加附加点的算法。模糊逻辑系统的输出确定牙齿点云数据应采取相应的法向量估算方法。后两种算法比较复杂但估值准确,由于义齿模型中具有尖锐特征和薄片特征的区域较少所以应用这两种算法的次数很少,而义齿点云中分布均匀的区域占多数,使用PCA算法的次数最多,实验结果表明义齿点云的法向量整体估算效率高且估值准确。
     针对隐式曲面重建对海量点云数量的限制,提出渐近式义齿曲面重建算法。通过对子立方体空间中心点确定偏移点,改进了增加偏移点的方式,减少了计算径向基函数所需偏移点的数量;在此基础上采用Schur补计算隐函数系数的方法,将系数矩阵划为四个子矩阵,只有其中一个子矩阵在曲面拟合过程中需要更新计算,从而计算量被减少了一个数量级;在八叉树细化的子立方体空间给出渐近式拟合局部隐式曲面算法。通过对牙颌模型和义齿模型的曲面拟合,验证了算法的可行性,同时体现出算法在执行时间上的优势。
     针对义齿曲面尖锐特征变化不规律孔洞修补效果差的问题,提出尖锐度滤波器的概念,通过对义齿孔洞网格顶点尖锐度的计算,将顶点分为两类,对于尖锐度小的顶点直接使用隐式曲面重建形成初始修补模型即可;对于尖锐度大的顶点(如牙尖牙窝的位置),提出曲面特征恢复算法,将孔洞周围的尖锐特征延伸到孔洞修补曲面上,恢复尖锐程度根据牙齿局部咬合面积的参数确定,从而恢复了曲面的尖锐特征;最后研究了义齿曲面光顺方法,将光顺问题简化为求解耦合非线性常微分方程和使用显式方案进行曲面拟合的推导问题,理论分析和算法验证的结果均表明该修补算法和光顺处理过程简单实用,有效地修补义齿的孔洞,恢复了模型原有特征。
Reverse engineering is developed and applied in the field of biomedicalscience constantly. CAD technology is used to oral medicine quickly. With theadvantages of high precision of denture and short time of production cycle, etc, itwins good graces from doctors and clients and will be the inevitable trend of oralmedicine. Although the denture CAD system has been designed overseas, itrequests the point data of denture too strictly and expensively to be appliedwidely. The three dimensional point data of denture is regarded as research objectin the paper. The basic theories and methods are researched on the denture pointdata with only position information, namely pretreatment, surface reconstructionand post-processing reconstruction in three dimensional reconstructiontechniques.
     According to the denture data which have only position information and lacktopological relations, this paper proposes a dynamic k-nearest neighbor queryalgorithm based on Morton order. Three dimensional data are divided in spacefirstly and stored in Octree structure. Morton code for every point is generated byMorton order. Three dimensional data can be changed to one dimensional data.And then a parallel fast sort algorithm based on Euclidean distance is adopted tomake the Morton code in order and stored in one dimensional linear chain.Finally, Morton code can be located corresponding point clouds directly byvisiting the linear chain, avoiding the complexity to search in subspace even toneighbor subspace. The experimental results show that the proposed algorithm issuperior and accutate.
     The existing surface reconstruction methods are excessively dependent on thenormal, so fuzzy normal estimation algorithm is proposed for point clouds ofdenture model. The point clouds are classified by fuzzy logical system accordingto point clouds density and curvature change. The smooth area of crown, thethin-plate one of cusp or teeth edge, and sharp one of molar occlusion surface are divided. PCA algorithm is used to smooth area, the checker one is used to thin-plate area, and the attach point one is used to sharp area. The output of fuzzylogic system determines the tooth point cloud data should adopt thecorresponding normal vector estimation method. The two latter methods arecomplex but accurate. Because the area including thin-plate and sharp feature isless than smooth area in denture, the two latter algorithms are used low frequency.On the contrary, PCA algorithm is used frequently. The experimental resultsshow that normal estimation of denture points is efficient and accurate.
     Due to limitation on the number of mass cloud points, a progressive implicitsurface reconstruction is proposed. The selection of offset point is developedbased on the center point of sub-cube to decrease the number of radial basisfunction needed during the denture reconstruction. A simple coefficientcalculation of implicit function is proposed based on Schur compensation, thecoefficient matrix is partitioned into four blocks, and only one of the four blocksneeds to be updated during the surface fitting. In this way, the calculation reducesan order of magnitude for mass point clouds. The local surface reconstructionalgorithm is proposed in Octree sub-cube. The denture model and tooth modelare fitted by this algorithm. The results show that it is feasible and its advantagefor saving time is obviously compared with other methods.
     Aiming at the irregular of sharp feature distribution in denture and poor effectof hole-filling, the definition of sharpness-filter is proposed. The vertexes of holeare divided into two classes by computing sharpness of vertex on the mesh ofhole. One class with small sharpness is repaired and the initial model isconformed by implicit surface. Another with large sharpness such as canine ortooth fossa is used by the algorithm proposed in this paper based on implicitsurface. The function of proposed algorithm is to recover the feature of surface,which allows the sharp feature to be extended to the surface patch inside of thehole and the parameter of sharpness is adjusted according to the partial occlusionarea of teeth. At last, this paper proposes a simple surface smoothing method ofdenture model. The method is equivalent to transporting the scalar implicitfunction by solving the system of coupled non-linear ordinary differentialequations (ODE) and the propagation of the surface can be performed by usingthe approximate solution of an explicit scheme. Theoretical analysis and experiment show that the hole-filling algorithm and surface smoothing are simpleand useful for denture, which can repair and fill the hole of denture effectivelyand recover the shape of original model.
引文
[1]马轩祥,赵铱民.口腔修复学第五版[M].北京:人民卫生出版社,2005:35-42.
    [2] ZHANG Y D, JIANG J G, LIANG T, et al. Kinematics Modeling andExperimentation of Mlti-manipulator Tooth-arrangement Robot for FullDenture Manufacturing[J]. Journal of Medical Systems,2011,35(6):1421-1429.
    [3]戴宁.口腔修复体造型关键技术研究及其应用[D].南京:南京航空航天大学,2006:2-4.
    [4] ANGELES M, SALVADOR A E, MARIANO A R, et al. CAD/CAMDental Systems in Implant Dntistry: Update[J]. Med Oral Patol Oral CirBucal,2009,14(3):E141-145.
    [5] HARTUNG F and KORDASS B. Comparison of the Contact SurfacePattern Between Virtual and Milled Cerec3D Full-ceramic crowns[J].International Journal of Computerized Dentistry,2006,9(2):129-136.
    [6] BEUER F, SCHWEIGER J and EDELHOFF D. Digital Dentistry: anOverview of Recent Developments for CAD/CAM GeneratedRestortions[J]. British Dental Journal,2008,204:505-511.
    [7] OTTL P, PIWOWARCZYK A, LAUER H C, et al. The Procera All CreamSystem[J]. International Journal Periodont Rest Dent,2000,20:151-161.
    [8] LEE M Y, CHANG C C and KU Y C. New Layer-based Imaging and RapidPrototyping Techniques for Computer-Aided Design and Manufacture ofCustom Dental Restoration[J]. Journal of Medical Engineering&Technology,2008,32(1):83-90.
    [9]聂欣,程筱胜,戴宁等.瓷熔附金属基底冠的计算机辅助设计与制作[J].生物医学工程学杂志,2009,26(02):230-238.
    [10]薛世华,王勇,吕培军.计算机辅助设计制作口腔可加工复合树脂抗磨损性的研究[J].中国数字医学,2008,04:24-25,35.
    [11] AHMED A A, DUROOBI. Scallop Height Emulation for Multi-axis CNCMilling Operation[D]. Baghdad, Iraq: University of Technology(P. D.),2009:43-56.
    [12]俞青,安涛,戴宁,陈渊华.固定桥支架计算机辅助设计系统的研制[J].实用口腔医学杂志,2009,25(5):646-649.
    [13] BINDL A, LUTHY H and MORMANN W H. Strength and Fracture Patternof Monolithic CAD/CAM-generated Posterior Crowns[J]. Dent Mater,2006,22(1):29-36.
    [14] OTTO T and DE NISCON S. Computer-aided Direct Ceramic Restorations:a10-year Prospective Clinical Study of Cerec CAD/CAM Inlays andOnlays[J]. International Journal Prosthodont,2002,15(2):122-128.
    [15] RUDOLPH H, SEBASTIAN Q, MANUELS H, et al. RandomizedControlled Clinical Trial on the Three-dimensional Accuracy of Fast-setImpression Materials[OL]. Clinical Oral Investigations,2012.08, Publishedonline:31. Springer Link.
    [16]吕培军.机器人辅助设计、制作全口义齿人工牙列[J].机器人技术与应用,2001,2:8.
    [17]周文灵,张远鹅,吕培军等.口腔义齿的三维造型方法探讨[J].北京生物医学工程,1995,14(2):82-85.
    [18]高勃,王忠义,施长溪等.牙冠外形三维光学测量系统标定实验(一)—误差消除和标定曲线获得[J].实用口腔医学杂志,1999,15(4):295-296.
    [19]吕培军,王勇,李忠科.上下颌模型的定位装置及上下颌模型扫描前的处理方法.中国, CN101095630[P].2008-01. http://www.cnki.net.
    [20]吕培军,李彦生,王勇等.国产口腔修复CAD-CAM系统的研究与开发[J].中华口腔医学杂志,2002,37(5):367-370.
    [21]王克强,杨欣,陈建治等.基于逆向工程的口腔修复体CAD研究[J].系统仿真学学报,2001,13(增刊):580-581,585.
    [22]金树人,姚月玲,髙勃等.应用快速成型法制作磨牙树脂全冠[J].第四军医大大学学报,2003,24(8):700-702.
    [23]吴世旭,罗学科,谢富春.基于UMAC的五轴义齿雕刻机数控系统的应用开发[J].计算机工程应用技术,2008,13:759-761.
    [24]刘大峰,廖文和,戴宁等.曲面重建中的光栅投影式测量方法[J].华南理工大学学报(自然科学版),2008,36(2):94-100.
    [25]戴宁,廖文和,陈春美. STL数据快速拓扑重建关键算法[J].计算机辅助设计与图形学学报,2005,17(11):2447-2452.
    [26]闫国栋,戴宁,廖文和等.基于最小能量法的修复体曲面局部变形算法[J].中国机械工程,2012,23(18):2194-2199.
    [27]雷小宝,廖文和,张霖等.磨牙牙冠的模型重构与CAM工艺[J].华南理工大学学报(自然科学版),2010,38(5):116-121.
    [28] ZHANG Y D, JIANG J G, LV P J, et al. Coordinated Control andExperimentation of the Dental Arch Generator of the Tooth-arrangementRobot[J]. The International Journal of Medical Robotics and ComputerAssisted Surgery,2010,6(4):473-482.
    [29] CURLESS B and LEVOY M. A Voltric Method for Building ComplexModels from Range Images[C]. In Proceedings of SIGGRAPH’96,1996:303-312.
    [30] LANCASTER P and SALKAU SKAS K. Surface Generated by MovingLeast Squares Methods[J]. Math Computation,1981,37:141-158.
    [31] FRANKE R. Scattered Data Interpolation: Tests of Some Methods[J]. MathComput,1982,38:181-199.
    [32] TURK G and JAMES F. Shape Transformation Using Variational ImplicitFunctions[C]. Proceeding SIGGRAPH’05ACM SIGGRAPH2005Coursed.
    [33] OHTAKE Y, BELYAEV A and SEIDEL H P. A Multi-Scale Approach to3D Scattered Data Interpolation with Compactly Supported BasisFunction[C]. Shape Modeling International,2003:153-161.
    [34] IVES M, JOAO P G and LUIZ V. Hermite Interpolation of Implicit Surfaceswith Radial Basis Functions[C]. XXII Brazilian Symposium on ComputerGraphics and Image Processing,2009. IEEE Computer Society.
    [35] KAZHDAN M, BOLITHO M and HOPPE H. Poisson SurfaceReconstruction [J]. Eurographics Symposium on Geometry Processing,2006.
    [36] HOPPE H, DE ROSE T, DUCHAMP T, et al. Surface Reconstruction fromUnorganized Points[C].19th Annual Conference on Computer Graphics andInteractive Techniques(SIGGRAPH’92),1992.71-78.
    [37]张维中,张丽艳,王晓燕等.基于标记点的图像特征匹配的鲁棒算法[J].中国机械工程,2006,17(22):2415-2418.
    [38] STELLDINGER P, LATECKI J L, SIQUEIRA M, et al. TopologicalEquivalence between a3D Object and the Reconstruction of its DigitalImage[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2007,29:126-140.
    [39] MOORE R H and ROHRER G S. Reconstruction and Simplification ofHigh-quality Multiple-region Models From Planar Sections[J]. EngineeringWith Computers,2009,25:221–235.
    [40] NIELSON G M, ZHANG L Y, LEE K, et al. Spherical Param Eterization ofMarching Cubes IsoSurfaces Based Upon Nearest Neighbor Coordinates[J].Journal of Computer Science and Technology,2009,24:30-38.
    [41] DZIUK G, ELLIOTT C M. An Eulerian Approach to Transport andDiffusion on Evolving Implicit Surfaces[J]. Comput Visual Sci,2010,13:17–28.
    [42] KRUEGER M, DELMAS P and GIMELFARB G. On3D Face FeatureSegmentation Using Implicit Surface Active Contours[C]. Image andVision Computing, New Zealand, USA,2008:1-6.
    [43] CARR J C, BEATSON R K, CHERRIE J B, et al. Reconstruction andRepresentation of3D Objects with Radial Basis Functions[C].28th AnnualConference on Computer Graphics and Interactive Techniques(SIGGRAPH’01),2001:67-76.
    [44] YOO D J. General3D Offsetting of a Triangular Net Using an ImplicitFunction and the Distance Fields[J]. International Journal of PrecisionEngineering and Manufacturing,2009,10:131-142.
    [45] ROMERO M and PEARS N. Point-pair Descriptors for3D FacialLandmark Localisation[C]. IEEE International Conference on Biometrics:Theory, Applications and Systems,2009,80-85.
    [46] OHTAKE Y, BELYAEV A and SEIDEL H.3D Scattered DataInterpolation and Approximation with Multilevel Compactly SupportedRBFs[J]. Graphical Models,2005,67(3):150-165.
    [47] SENTHIKUMAR S. Hole-Filler Cellular Neural Network Simulation byRKGHM(5,5)[J], J Math Imaging Vis, publishied online:22,2011, DOI10.1007/s10851-011-0300-4.
    [48]田建磊,刘旭敏,关永.大规模孔洞点云的快速重建算法研究[J].计算机应用研究.2010,27(4):1544-1546.
    [49] NIELSON G M, HAGEN H and LEE K. Implicit Fitting of Point CloudData Using Radial Hermite Basis Functions[J]. Computing,2007,79:301-307.
    [50] DING Y H, ZHAO J H, ZHANG Y Y, et al. Efficiency Improvements forRBF Based Surface Measurement From3D Point Cloud[J]. IEEEInternational Symposium on Intelligent Information TechnologyApplication Workshops,2008:733-736.
    [51] FOURNIER M, DISCHLER J M and BECHMANN D. A New Vector FieldDistance Transform and its Application to Mesh Processing from3DScanned Data[J], Visual Comput,2007,23:915–924.
    [52] PORTER M L and WILDENSCHILD D. Image Analysis Algorithms forEstimating Porous Media Multiphase Flow Variables from ComputedMicrotomography Data: a Validation Study[J]. Comput Geosci,2010,14:15–30.
    [53] CARSON J P, KUPRAT A P, JIAO X M, et al. Adaptive Generation ofMultimaterial Grids from Imaging Data for Biomedical Lagrangian Fluid–Structure Simulations[J]. Biomech Model Mechanobiol,2010,9:187–201.
    [54] DARAGON X V, COUPRIE M and BERTRAND G. Discrete Surfaces andFrontier Orders[J]. Journal of Mathematical Imaging and Vision,2005,23:379–399.
    [55]刘含波,王昕,强文义. RBF隐式曲面的离散数据快速重建[J].光学精密工程,2008,16(2):338-344.
    [56] MERCIER B and MENEVEAUX D. A Framework for AutomaticallyRecovering Object Shape, Reflectance and Light Sources from CalibratedImages[J]. Computer Vision,2007,73(1):77–93,2007.
    [57] BOISSORMA J D. Geometric Structures for Three Dimensional ShapeRepresentation[J]. ACM Trans. Graph,1984,3(1):266一286.
    [58] EDELSBRUNNER H and MUCHE E P. Three-dimensional AlphaShapes[J]. ACM Trans. Graph,1994,13(l):43一72.
    [59] AMENTA N, BERN M and KAMVYSSELIS M. A New Voronoi-basedSurface Reconstruction Algorithm[C].25th Annual Conference onComputer Graphics and Interactive Techniques(SIGGRAPH’98),1998,415-421.
    [60] AMENTA N and BERN M. Surface Reconstruction by Voronoi Filtering[J].Discrete Comput Geom,1999,22:481-504.
    [61] KUCWAJ J, BOROWIK B. The Efficiency of the3-D DelaunayTriangulation Combined with the Advancing Front Method[C]. IEEE IntConference on Signals and Electronic Systems, Krakow, USA,2008:14-17.
    [62] GUHA S and TRAN S D. Reconstructing Curves without DelaunayComputation[J]. Algorithmica,2005,42:75–94.
    [63] FLOATER M S and REIMERS M. Meshless Parameterization and SurfaceReconstruction[J]. Comp. Aided Geom. Design,2001,18:77-92.
    [64] TAMAL K, DEY T K and LEVINE J. Delaunay Meshing of Isosurfaces[J],Visual Comput,2008,24:411–422.
    [65] CHENG S W, DEY T K, RAMOS E A, et al. Sampling and Meshing aSurface with Guaranteed Topology and Geometry[J]. SIAM JournalComput,2007,37(4):1199–1227.
    [66] GUIBAS L J and OUDOT S Y. Reconstruction Using WitnessComplexes[J]. Discrete Comput Geom,2008,40:325–356.
    [67] WANG L H, YUAN B Z, TANG X F. Implicit Surface Reconstruction fromNoisy3D Scattered Data[C].8th International Conference on SignalProcessing, Beijing, China,2006:19-25.
    [68]王青,王融清,鲍虎军.散乱数据点的增量快速曲面重建算法[J].软件学报,2000,11(9):1221-1227.
    [69]袁天然,廖文和,程筱胜等.三维牙颌模型的牙齿形状建模方法[J].计算机辅助设计与图形学学报,2010,22(4);73-79.
    [70] AMENTA N,CHOI S and KOLLURI R K. The Power Crust[C].6th ACMSymposium on Solid Modeling and Applications, New York, USA,2001,249-266.
    [71] DEY T K and DYER R and WANG L. Localized Cocone SurfaceReconstruction[J]. Computers&Graphics,2011,35:483-491.
    [72] CHEN H L J, SAMAVATI F F and SOUSA M C. GPU-based PointRadiation for Interactive Volume Sculpting and Segmentation[J]. VisualComput,2008,24:689–698.
    [73] ASHRAF H. A Hybrid System for Three-dimensional ObjectsReconstruction from Point Clouds based on Ball Pivoting Algorithm andRadial Basis Functions[J]. WSEAS Trans Comp.,2005,4(7):796一804.
    [74] SEONG J K, JEONG W K and COHEN E. Curvature-based AnisotropicGeodesic Distance Computation for Parametric and Implicit Surfaces[J].Visual Comput,2009,25:743–755.
    [75] ENGDAHL N B and WEISSMANN G S. An Integrated Approach toShallow Aquifer Characterization: Combining Geophysics andGeostatistics[J]. Comput Geosci,2009,14:217–229.
    [76] JUNIOR M B, MELO J D and GONCALVES L M G. An AdaptiveLearning Approach for3D Surface Reconstruction from Point Clouds[J].IEEE Transactions on Neural Networks,2008,19(6):1130-1140.
    [77] ROUSSOPOULOS N, KELLEY S and VINCENT F. Nearest NeighborQueries[C]. Proceedings of ACM SIGMOD, San Jose, CA,1995:71-79.
    [78]孙殿柱,刘健,李延瑞等.三维散乱点的Voronoi拓扑近邻点集查询算法[J].武汉大学学报(信息科学版),2011,36(1):86-91.
    [79]刘宇,朱仲英.空间k近邻查询的新策略[J].上海交通大学学报,2001,35(9):1298-1302.
    [80]卢炎生,何亚军,潘鹏. EINN最近邻居查询索引遍历算法改进[J].计算机工程与科学,2005,27(7):62-64.
    [81] ADLER M and HEERINGA B. Search Space Reductions for Nearest-Neighbor Queries[C].5th Annual Conference on Theory and Applicationsof Models of Computation (TAMC08), Xi'an, China,2008:554-567.
    [82]王淼,郝忠孝.基于Delaunay图的反向最近邻查询的研究[J].计算机工程,2010,36(5):59-61.
    [83] WILL H M. Computation of Additively Weighted Voronoi Cells forApplications in Molecular Biology[D]. Zurich, Swiss: Federal Institute ofTechnology,1999:34-46.
    [84] KIM D S, CHO Y and KIM D. Euclidean Voronoi Diagrams of3D Spheresand Applications to Protein Structure Analysis[J]. Japan Journal IndustryApplication Math.,2005,22:251-265.
    [85] LEDOUX H. Computing the3D Voronoi Diagram Robustly: an EasyExplanation[C].4th International Symposiun on Voronoi Diagrams inScience and Engineering,2007:117-129.
    [86] PIEGL L A and TILLER W. Algorithm for Finding All k-NearestNeightbors[J]. Compute-Aided Design,2002,34(2):167-172.
    [87]熊邦书,何明一,俞华璟.三维散乱数据的k个最近邻域快速搜索算法[J].计算机辅助设计与图形学学报,2004,16(7):909-912.
    [88]平雪良,徐荣礼,孔俊等.基于空间划分的海量数据K邻近新算法[J].华南理工大学学报(自然科学版),2007,35(5):65-69.
    [89]吴丽娟,郑冕,张彩明.海量空间数据点k近邻的快速搜索算法[J].小型微型计算机系统,2007,28(1):70-74.
    [90]马娟,朵云峰,赵文亮.两种空间划分策略K近邻搜索算法的比较研究[J].中国图像图形学报,2011,16(9):1676-1680.
    [91] ELSAYED E H. Using Surface Extended Polar Map(SEPMAP) for SurfaceMatching and Scale Factor Estimation[C].//SPPRA,2006:127-132.
    [92]周儒荣,张丽艳,苏旭等.海量散乱点的曲面重建算法研究[J].软件学报,2001,12(2):249-255.
    [93]刘大峰,戴宁,孙全平,廖文和.基于测量步距d的散乱点云的k近邻搜索算法[J].中国机械工程,2008,19(4):414-418.
    [94] GROSS M and PFISTER H. Point-based Graphics[M]//The MorganKaufmann Series in Computer Graphics. San Francisco:Morgan KaufmannPublishers Inc,2007,73-87.
    [95] LEHTINEN J, MATTHIAS Z, EMMANUEL T, et al. A MeshlessHierarchical Representation for Light Transport[J]. ACM Transactions onGraphics,2008,27(3).37:1-37:9.
    [96] SACK R and URRUITIA J. Handbook on Computational Geometry [M].Ottawa: Elsevier Science,2000:201-290.
    [97]许丽敏,薛安.基于Delaunay三角网与Voronoi图联合提取等高线骨架的地形重建算法研究[J].北京大学学报(自然科学版),2009,45(4);647-652.
    [98] DEY T K and GOSWAMI S. Provable Surface Reconstruction from NoisySamples[J]. Comput Geom Theory Appl,2006,35(1):124-141.
    [99] ALLIEZ P, COHEN-STEINER D, TONG Y, et al. Voronoi-basedVariational Reconstruction of Unoriented Point Sets[C].5th EurographicsSymposium on Geometry Processing, Eurographics Associaltion,Switzerland,2007:39-48.
    [100] HUANG H, LI D, ZHANG H, et al. Consolidation of Unorganized PointClouds for Surface Reconstruction[C],36th Annual Conference onComputer Graphics and Interactive Techniques(SIGGRAPH’09), ACMTrans Graph,2009,28(5):1-7.
    [101] LI B, SCHNABEL R, KLEIN R, et al. Robust Normal Estimation for PointClouds with Sharp Features[J]. Computer&Graphics,2010,34:94-106.
    [102] LIU S and WANG C C L. Technical Section: Orienting Unorganized Pointsfor Surface Reconstruction[J]. Computer&Graphics,2010,34(3):209-218.
    [103] ITOH T and KANDA Y. Surface Reconstruction from3D Scattered Pointswith Normals using both Delaunay Tetrahedralization and ImplicitFunction[C]. Asia Simulation Conference-7th International Conference on,Beijing, China,2008:780-785.
    [104] CHEN Y L and LAI S H. An Orientation Inference Framework for SurfaceReconstruction from Unorganized Point Clouds[J]. IEEE Transactions onImage Processing,2011,20:762-775.
    [105] WANG J, YANG Z W and CHEN F L. A Variational Model for NormalComputation of Point Clouds[J]. The Visual Computer,2012,28(2):163-174.
    [106] WANG H and SUTER D. Robust Adaptive-Scale Parametric ModelEstimation for Computer Vision[J]. IEEE Transaction on Pattern Analysisand Machine Intelligence,2004,26(11):1459-1474.
    [107] FLEISHMAN S, COHEN-OR D and SIVA C T. Robust Moving Least-Squares Fitting with Sharp Features[J]. ACM Transaction on Graphics,2005,24(3):544-596.
    [108] LIU Y J and ZHANG Y D. A Novel Normal Estimation Based on FuzzyInference for Mass Point Clouds of Denture in the Three-dimensionalReconstruction [J]. ICIC Express Letters Part B: Applications,2012,3(4):931-938.
    [109] DAVIS J, MARSHNER S, GARR M, et al. Filling Holes in ComplexSurfaces using Volumetric Diffusion[C]. On3D Data Processing,Visualization and Transmission (3DPVT’02), Padova, Italy,2002:428-438.
    [110] PODOLAK J and RUSINKIEWICA S. Atomic Volumes for Meshcompletion[C].3th Eurographics Symposium on Geometry Processing,2005,33-41.
    [111] LEE D T. Two Algorithms for Constructing a Delaunay Triangulation [J].International Journal of Computer and Information Science,1980,9(3):219-242.
    [112] BOIDSSINNAT J D. Shape Reconstruction from Planar Sections[J].Computer Vision Graphics Image Process,1988,44(1):1-29.
    [113] PIEGL L A. Algorithm and Data Structure for Triangulation MultiplyConnected Polygonal Domains[J]. Computer and Graphics,1993,14(5):563-574.
    [114] FLORIANI L D. An Online Algorithm for Constrained Delaunay Triangulation [J]. Graphical Models and Image Processing,1992,54(3):290-300.
    [115] NOORUDDIN F and TURK G. Simplification and Repair of PolygonalModels using Volumetric Techniques[J]. IEEE Transactions onVisualization and Computer Graphics,2003,9(2):191-205.
    [116] JU T. Robust Repair of Polygonal Models[J]. ACM Transactions onGraphics,2004,23(3):888-895.
    [117] BISCHOFF S, PAVIC D and KOBBELT L. Automatic Restoration ofPolygon Models[J]. ACM Transactions on Graphics,2005,24(4):1332-1352.
    [118] BENDELS G H, SCHANBEL R and KLEIN R. Detail-Preserving SurfaceInpainting[C].6th International Symposium on Virtual Reality,Archaeology and Cultural Heritage, Pisa: Eurogrphics Association,2005:41-48.
    [119] TEKUMALLA L S, COHEN E. A Hole-Filling Algortithm for TriangularMeshes, Technical Report UUCS-04-019[R]. School of Computing, Univ.of Utah, Dec,2004.
    [120] BECHER J, STEWART C and RADKE R. Lidar Inpainting from a SingleImage[C]. International Workshop on3-D Digital Imaging and Modeling(3DIM), Kyoto, Japan,2009:1441-1448.
    [121] PARUS M V J and KOLINGEROVA I. Simple Holes Triangulation inSurface Reconstruction[C], Proceedings of Algorithm, Podbanske, Solvakia,2005,280-289.
    [122] CARR J C, BEATSON R K, CHERRIE J B, et al. Reconstruction andRepresentation of3D Objects with Radial Basis Functions[C].28th AnnualConference on Computer Graphics and Interactive Techniques(SIGGRAPH’01),2001:67-76.
    [123] AMENTA N and KIL Y J. Defining Point-set Surfaces[J]. ACMTransactions on Graphics,2004,23(3):264-270.
    [124] LIEPA P. Filling Holes in Meshes[C]. Proceedings of the Eurographics/ACM SIGGRAPH Symposium on Processing, Aachen, Germany,2003:200-205.
    [125] PRZYBILLA H. Fusion of Terrestrial Laserscanning and DigitalPhotogrammetry[C]. In IEVM06,2005.
    [126] XU S, GEORGHIADES A, RUSHMEIER H, et al. Image GuidedGeometry Inference[C].3rd International Symposium on3D DataProcessing, Visualization and Transmission, Washington, USA,2006:310-317.
    [127] MATTEO D, ANDREA V and Roberto S. Image Guided Reconstruction ofUn-sampled Data: a Filling Technique for Cultural Heritage Models[J].International Journal Comput Vis,2011,94:2-11.
    [128] NGUYEN M X, YUAN X R and CHEN B Q. Geometry Completion andDetail Generation by Texture Synthesis[J]. The Visual Computer,2005,21(8-10):669-678.
    [129] ZHAO W, GAO S M and LIN H W. A Robust Hole-Filling Algorithm forTriangular Mesh[J]. Visual Comput,2007,23:987-997.
    [130] LIEPA P. Filling Holes in Meshes[C]. Eurographics Symposium onGeometric Proceedings, Aachen, Germany: ACM,2003:200-207.
    [131] LI G, YE X Y and ZHANG S Y. An Algorithm for Filling Complex Holes inReverse Engineering[J]. Engineering with Computers,2008,24:119-125.
    [132] YONGTAE J. A Piecewise Hole Filling Algorithm in ReverseEngineering[J]. Computer Aided Design,2005,37(2):263-270.
    [133]施侃乐,雍俊海,孙家广等.基于周期B样条曲面的环状N边洞Gn连续性过度[J].中国科学:信息科学,2011,41(9):1112-1125.
    [134] DAVID S W, JEREMY D F, GU Y H, et al. Language Support for Morton-order Matrices[C].8th ACM SIGPLAN Symposium on Principles andPractices of Parallel Programming,2001,24-33.
    [135] CHAN T M. A Minimalist’s Implementation of an Approximate NearestNeighbor Algorithm in Fixed dimensions,2006.
    [136] MORVAN Y and FARIN D. Depth-Image Compression based on an RDOptimized Quadtree Decomposition for the Transmission of Multiviewimages[C]. IEEE International Conference on Image Processing,2007,5:105-108.
    [137] SYLVAIN L, SAMUEL H, FABRICE N. Octree Textures on the GPU[C].GRAVIR/IMAG-INRIA Grenoble, France.2005.
    [138] DANIEL C and PHILIPPAS T. A Practical Quicksort Algorithm forGraphics Processors[C],16th Annual European Symposium on Algorithms,2008:246-258.
    [139] ZADEH L A. Fuzzy Logic=Computing with Words[J]. IEEE Transactionson Fuzzy Systems,1996,4(2):103-111.
    [140] ANGELOV P P and FILEV D P. An Approach to Online Identification ofTakagi-Sugeno Fuzzy Models[J]. IEEE Transactions on Systems, Man andCybernetics, Part B: Cybernetics,2004,34(1):484-498.
    [141] NILOY J M, NGUYEN A and LEONIDAS G. Estimating Surface Normalsin Noisy Point Cloud Data[J]. International Journal of ComputationalGeometry,2004,14(4&5):261-276.
    [142] ITOH T and KANDA Y. Surface Reconstruction from3D Scattered Pointswith Normals using both Delaunay Tetrahedralization and ImplicitFunction[C].7th Asia Simulation Conference,2008:780-785.
    [143] CHU Y M and XIA W F. Solution of an Open Problem for SchurConvexity or Concavity of the Gini Mean Values[J]. Science in China A:Mathematics.2009,52(10):2099-2106.
    [144] TOBOR I, REUTER P and SCHLICK C. Reconstruting Multi-scaleVariational Partition of Unity Implicit Surfaces with Attributes[J].Graphical Models,2006,68(1):25-41.
    [145] CHEN C Y and CHENG K Y. A Sharpness-dependent Filter for RecoveringSharp Features in Repaired3D Mesh Models[J]. IEEE Transactions onVisualization and Computer Graphics,2008,14(1):200-212.
    [146]张小红,张倩.一种基于Bayesian的图像分类算法[J].计算机应用与软件,2009,26(9);250-252.
    [147] WU X J, YU M and XIA W Q. Implicit Fitting and Smoothing using RadialBasis Functions with Partition of Unity[C].9th International Conference onComputer Aided Design and Computer Graphics,2005.

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

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

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