登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 机械机电类 > 机械工程及自动化 > 正文

基于MATLAB的C-C细分曲面建模研究毕业论文

 2022-07-10 07:07  

论文总字数:14401字

摘 要

自从计算机图形学诞生以来,它在许多领域扮演着重要的角色,发挥着重要的作用。三维图形的绘制是计算机图形学的一个重要组成部分,它综合利用数学、物理学、计算机科学和其它科学知识在计算机图形设备上生成象彩色照片那样的真实感图形。随着计算机图形学理论的发展,这一领域取得了许多成果,曲面造型、光照模型、消隐技术等已经有了很大发展,生成的图形的质量、逼真程度也越来越高。曲面造型是计算机图形学中最活跃、最关键的学科分支之一,主要研究在计算机图象系统的环境下对曲面的表示、设计、显示和分析。三维形体的几何表示有着广泛的用途,从家用电器、轻工产品的工业造型设计,到服装、皮鞋的三维打样和款式设计等等都需要强有力的曲面造型工具。从三维图形学发展的早期阶段开始,人们就使用基于多边形网格表示的几何模型。在实际绘制过程中,往往由于多边形网格不够细密而影响绘制效果,人们提出并发展了细分曲面造型方法。

本文研究了基于点的图形绘制过程,进一步探讨了基于多边形网格的细分方法,为此本文中进一步探讨了基于多边形网格的细分方法,分析了基于四边形网格 1-4 分裂的 C-C细分模式的优点,并实现了基于C-C细分模式的曲面造型。具体实现过程如下:首先从数据文件中读取初始网格数据,然后利用c-c 细分模式进行 2 次细分,得到不同网格密度的数据,最后给出了细分前后的点数、边数以及面数,并显示了细分前后的点的效果图。

关键词:MATLAB C-C细分 GUI绘图 曲面建模

Abstract

The computer graphics has played important roles in many fields since it appeared. Drawing three dimensions image is one of the important parts of computer graphics. It generates the realistic images which likes the colorful photos in computer graphic equipment. It utilizes the knowledge on math,physics, computer science and other sciences to draw the image. With the development of the theories of computer graphics, great accomplishments have been achieved in this field. We have made considerable progress in the technology of surface modeling, illumination modeling, visibility, and texture mapping, etc. And now we are able to generate better and more realistic images. Surface modeling is one of the most active and important subject in computer graphics. It studies on the representing, designing, showing and analyzing of surface in a computer imaging system. The geometry representing on three dimensions object has been applied widely. The surface modeling is needed from the industrial model design of home electric appliances and light industrial products to three dimension model and design of cloth. Form the early days of three dimensions graphics, the geometry model based on the polygonal meshes has been used.In the process of drawing the graph, the effect of image is influenced for the incompact polygonal meshes. A subdivision surface modeling method is presented and developed.

The process of drawing image based on points was studied in this paper.The subdivision method was studied in this paper. The advantages of C-C scheme based on quadrilateral mesh are discussed and the surface modeling based on C-C scheme is realized. The implement processing is as follows: Firstly, read the original mesh data from file. And then subdivide the surface by C-C scheme to get the mesh data of different consistency. Finally, give the numbers of points,edges and face and show the effect graph that obtained before and after subdivision

Key Words: MATLAB,C-C subdivision,GUI drawing,surface modeling

目录

Abstract 2

第一章 绪论 4

1.1 曲面建模的研究现状 4

1.2 本文主要研究内容 5

第二章 曲面细分的基本理论及算法 6

2.1 细分曲面的特点 6

2.2 细分曲面有关的概念 7

2.2.1 广义单纯复形 7

2.2.2 邻接关系 7

2.2.3 多边形网格 7

2.3细分模式 8

2.4 c-c细分模式 8

2.4.1 几何规则 9

2.4.2 拓扑结构的建立 10

2.5 本章小结 10

第三章 C-C细分曲面的编程实现 11

3.1 软件应用简介 11

3.1.1 MATLAB简介 11

3.1.2 GUI绘图 11

3.2课题研究目标 12

3.3 图形的数据结构 12

3.4 实现C-C细分的程序 13

3.5程序运行实例 16

3.6本章小结 20

第四章 总结与展望 21

参考文献 22

致 谢 24

第一章 绪论

1.1 曲面建模的研究现状

曲面造型是计算机图形学和计算机辅助几何设计(Computer Aided Geometric Design)的一项重要内容,主要研究在计算机图像系统的环境下对曲面的表示、设计、显示和分析。它起源于飞机、船舶的外形放样工艺。很显然,用计算机对一个物体的模型进行分析或模拟比对一个实际物体进行测量或处理要容易得多。三维形体的几何表示处处都要用到它,从家用电器、轻工产品的工业造型设计,以及服装、皮鞋的三维打样和款式设计等等都需要强有力的曲面造型工具。曲面造型现在已经形成了以有理B样条曲面参数化特征设计和隐式代数曲面表示这两类方法为主体,以插值、拟合、逼近这三种手段为骨架的几何理论体系。

通过曲面造型的发展历史,可以看到由于多人的努力,已经形成了许多的曲面造型方法,但上述曲面都是定义在矩形参数域上,是矩形曲面片,无法有效地表示任意拓扑形状的曲面,通常采用逐片构造方法表示复杂物体表面,这时候就需要对曲面片进行剪裁或直接在非规则的四边形网格上构造曲面片,无论哪种情况都要考虑片与片之间的光滑连接。尽管也有三角形域上的 Bézier 曲面,但表示复杂物体时同样需要拼接,这是一个相当困难的工作。随着计算机图形显示对于真实性、实时性和交互性要求的日益增强,随着几何设计对象向着多样性、特殊性和拓扑结构复杂性靠拢这一趋势的日益明显,随着图形工业和制造工业迈向一体化、集成化和网络化步伐的日益加快,随着激光测距扫描等三维数据采样技术和硬件设备的日益完善,曲面造型近几年得到了长足的发展。

请支付后下载全文,论文总字数:14401字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图