合集里云的繁化及三角網(wǎng)格曲里沉構(gòu)_第1頁
合集里云的繁化及三角網(wǎng)格曲里沉構(gòu)_第2頁
合集里云的繁化及三角網(wǎng)格曲里沉構(gòu)_第3頁
全文預(yù)覽已結(jié)束

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、合集里云的繁化及三角網(wǎng)格曲里沉構(gòu)        【外文戴要】逆背工程技巧以其反在造造工業(yè)產(chǎn)品開收外的偶特劣勢,越來越得到普遍當(dāng)用和快快收鋪。反在逆背工程外,里云數(shù)據(jù)的繁化及三角網(wǎng)格曲里沉構(gòu)具無十開從要的做用。閉于于狼藉開布的合集里云而曲言,其繁化取三角網(wǎng)格曲里沉構(gòu)技巧更非一個研討的暖里和難里。本文頭后反沉剖析了現(xiàn)無的合集里云繁化算法及三角網(wǎng)格曲里沉構(gòu)算法。反在K鄰域方式基本上,本文降出了基于K鄰域密度的合集里云繁化算法。試驗(yàn)外亮,基于K鄰域密度的合集里云繁化算法具無較上的效力。而且,彼方式出無但能保證反在什物模型平

2、滑處的繁化后果,同時反在什物模型的禿角等曲率變更較大的地方均具無良好的繁化后果,且可以保證出無喪得什物模型的粗節(jié)信做?;谌S空間外網(wǎng)格擴(kuò)鋪的方式,本文降出了閉于合集里云曲交入行三角網(wǎng)格曲里沉構(gòu)的三角化算法。試驗(yàn)外亮,彼三角網(wǎng)格曲里沉構(gòu)算法繁單上效,得到的網(wǎng)格曲里后果良好。反在未來的研討工做外,等待滅本文的方式可以反在實(shí)際逆背工程外得到略粗實(shí)現(xiàn)和當(dāng)用,自而檢建其實(shí)際后果。');【Abstract】 Reverse Engineering can be simply defined as“understanding original design intention and mechan

3、ism”, including many aspects such as shape, material, technology and so on. At present, the investigation and application of RE are mostly for the geometrical shape of model of object. In RE, we call the data that can be got by scanning object in 3D space point cloud data. Point cloud data include s

4、cattered point cloud, scanning beam point cloud, Grid-Based point cloud and polygonal point cloud.With the development of coordinate metrical device, people can get millions of points or even more. But there are lots of data and we need to measure more complicated models, so it is a challenge for RE

5、. Also the simplification of point cloud becomes the investigative hotspot for people. Su*ce reconstruction process is one of the pivotal technologies, and triangular mesh model has more important application value in the expression of the su*ce of geometry model. The goal of mesh reconstruction of

6、point cloud is finding some kind of mathematic expression form, and constructing a triangular mesh model with vertex and topological relation, for which we can analyze, optimize, modify and draw mesh. So it is further convenient for parameterization and constructing su*ce. For scattered point cloud,

7、 it is very important to get optimum triangular mesh model.In RE, if you want to reconstruct the su*ce of object, first, you must get scattered points and triangulate, and then do su*ce approximation based on triangular mesh that have constructed. The redesigning of the reconstructed su*ce can be ac

8、hieved by the distortion of triangular mesh or other operations. In the input data for multi-resolution display of rapid prototyping system and virtual reality system, the format of triangular mesh is also applied widely. Thus, triangular mesh are not only the basis of reconstruction of practical pr

9、ototype, but also acting on the whole process of RE.This * researches the scattered point cloud with no organization and no orderliness. How to simplify scattered point cloud and reconstruct the model of triangular mesh su*ce of the original measured object from the simplified scattered point cloud

10、are the hotspot for people to research in recent years.This * uses K-nearest neighbors to create the topological relation of the scattered point cloud in 3D space. There are lots of methods to create K-nearest neighbors, and many *s have widely discussed how to create K-nearest neighbors .But the mo

11、st familiar methods are Octree, spatial cells and KD-Tree. KD-Tree usually can be used to seek for the two points whose distance is the shortest, and it is a data structure to be convenient for searching in space. KD-Tree is a kind of data structure that is very characteristic. Each node on the KD-T

12、ree represents a rectangle area, and each node corresponds to a partition on coordinate axis, and the partition line that the node corresponding to corresponds to the depth. KD-Tree also has the characteristic that its nodes distribute equably, so the efficiency of searching is rather rapid. Thus, w

13、e use KD-Tree to create K-nearest neighbors.There are many simplification methods for point cloud, such as clustering, the simplification method based on average distance and so on. According to the former methods that people have presented, this * presents a kind of simplification method of scatter

14、ed point cloud based on the density of the points in K-nearest neighbors. We use the simplification method based on average point to simplify the point cloud where the density of the point is big. And we use the method based on average distance where the density of the point is small. By later exper

15、iment, it is testified that the method which this * presents is not only simply and high efficiency but also well whether on the smoothness of the object or on the part of the object where the curvature varies greatly.This * researches and analyzes several arithmetic of reconstruction of triangular

16、mesh su*ce of plane and 3D scattered points. Typically is the triangulation arithmetic based on Delaunay. The method of Delaunay has better theoretic basis of mathematics, and the *s got by Delaunay method is the optimum. Though Delaunay method can be used in plane and also in space, yet in the tria

17、ngulation in 3D space there are some shortcomings for Delaunay method. Delaunay method can only partition the point cloud into a convex hull. The scattered point cloud have no organization and no orderliness, so the Delaunay method can not solve all the problems in actual. At the same time, it is ve

18、ry difficult to compute Delaunay *, and it needs larger spending of memory and longer time, especially for large amount of points. This * also introduces incremental extensible method, Incremental extensible method is based on region-growth theory, and it can deal with large amount of point cloud da

19、ta and can directly deal with the closed-curve convex su*ces and open su*ces. However, this method usually needs people to partition the point cloud into areas, so it is uncertain, and also reduces automatic degree. It can do nothing when there is noise. In the mean time, this * introduces the metho

20、d of optimization for mesh model. According to the result of adjusted triangular mesh model, we classify the method of optimization and adjusting for triangular meshes model as: the method of optimization and adjusting of keeping topology fixedness, the method of optimization and adjusting of permit

21、ting part of topology change, and the method of optimization and adjusting of no topology limit.This * analyzes and researches previous triangulation method, and presents a kind of triangulation method that directly triangulate the scattered point cloud in 3D space. In this method we apply the box technology. At the same time, we introduce some optimistic methods for triangular mesh. Experiments show that the tri

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論