1、 本科生毕业设计(论文) 题 目 静态模拟无人机航拍图像系统 计算机科学与工程院(系)软件工程 专业 摘 要 静态模拟无人机的航拍图像软件是一个典型的计算机模拟仿真技术的应用。利用图形 分形和计算机模拟仿真的基本原理和操作方法, 构造了一个仿真的模拟航拍图系统, 其 能够有效模拟出类似真实的航拍效果,还可以根据需要来调整分形算法来动态改变航拍 图,模拟真实环境无法实现的多变的航拍效果,充分的展现了分形几何在模拟自然景象的 优势。因此, 它可以作为模拟作战环境和灾害搜救等航拍图的一种辅助工具。分形理论与 计算机科学理论的结合同时为实现图像数据压缩提供了新的途径。本文主要研究分形理论 中的分形算法
2、,采用分形的方法生成山和云等自然景物。本软件就是研究图形分形理论结 合 VB 编程技术、配色技术和随机中点位移分形算法来实现精美逼真的静态模拟无人机的 航拍图像的生成。 关键词:模拟仿真; 分形理论;分形算法 ABSTRACT Static simulation of Unmanned Aerial Vehicle aerial imaging software is a typical application of computer simulation technology. The basic principles and methods of operation using the g
3、raphics fractal and computer simulation, construction of a simulation of analog aerial view of the system, which can effectively simulate a similar real aerial effects, can also be adjusted fractal algorithms needed to dynamically change the aerial view, analog the effect of changing aerial real env
4、ironment can not be achieved, sufficient to show the advantages of fractal geometry in simulating natural scene. Therefore, it can be used as an auxiliary tool for simulated combat environment and disaster search and rescue aerial map. Combined with fractal theory and theoretical computer science at
5、 the same time to achieve the image data compression provides a new way. This paper studies the theory of fractal fractal algorithm, using fractal method for generating mountains and clouds and other natural features. This software is the study of fractal graphics combined with VB programming techni
6、ques, color techniques and random midpoint displacement fractal algorithms to achieve beautifully realistic simulation of UAV aerial images of static generation. Key words: Simulation; Fractal Theory; Fractal algorithm 目 录 第一章 绪论 . 1 1.1 论文研究的背景与意义 . 1 1.1.1 论文研究的背景 . 1 1.1.2 论文研究的意义 . 1 1.2 论文研究的基本内容及思想 . 2 1.2.1 航拍图像系统基本内容 . 2 1.2.2 航拍图像系统设计思想 . 2 1.3 计算机模拟仿真技术的发展与趋势 . 2 第二章 航拍图像系统概论 4 2.1 航拍图像系统 . 4 2.1.1 航拍图像系统简介 . 4 2.1.2 航拍图像系统概念 . 4 2.2 航拍图像系统基本内容 . 5 第三章 静态模拟无人机的航拍图像系统设计