文件名称:(openGL)Fllood_4_8
- 所属分类:
- OpenGL
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-21
- 文件大小:
- 632kb
- 下载次数:
- 0次
- 提 供 者:
- 赵**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实验四 不规则区域的填充算法
实验题目:不规则区域的填充算法
实验目的:验证不规则区域的填充算法
实验内容:利用VC与OpenGL,实现不规则区域的填充算法。
1、必做:实现简单递归的不规则区域填充算法。
2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法
实验要求:
将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。
用鼠标点击的方式,绘制不规则区域的边界。
种子填充算法,可用4联通或8联通任选一种。
-Filling algorithm experiment four irregular region
Experimental subjects: irregular region filling algorithm
Purpose: Verify that the irregular region filling algorithm
Experiment: Use VC and OpenGL, irregular region filling algorithm realization.
1, will do: simple recursive irregular region filling algorithm.
2, choose to do: take up too much stack space algorithm for simple recursive shortcomings, to improve, to achieve seed filling algorithm based on scan line
Experimental requirements:
The coordinate grid drawn on the screen, each pixel occupies one lattice point, by a small filled circle.
Use the mouse to click on a way to draw irregular border region.
Seed filling algorithm, can be 4 or 8 Unicom Unicom Choose one.
实验题目:不规则区域的填充算法
实验目的:验证不规则区域的填充算法
实验内容:利用VC与OpenGL,实现不规则区域的填充算法。
1、必做:实现简单递归的不规则区域填充算法。
2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法
实验要求:
将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。
用鼠标点击的方式,绘制不规则区域的边界。
种子填充算法,可用4联通或8联通任选一种。
-Filling algorithm experiment four irregular region
Experimental subjects: irregular region filling algorithm
Purpose: Verify that the irregular region filling algorithm
Experiment: Use VC and OpenGL, irregular region filling algorithm realization.
1, will do: simple recursive irregular region filling algorithm.
2, choose to do: take up too much stack space algorithm for simple recursive shortcomings, to improve, to achieve seed filling algorithm based on scan line
Experimental requirements:
The coordinate grid drawn on the screen, each pixel occupies one lattice point, by a small filled circle.
Use the mouse to click on a way to draw irregular border region.
Seed filling algorithm, can be 4 or 8 Unicom Unicom Choose one.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验4\123022011012赵雯雯.doc
.....\区域填充算法.doc
.....\参考答案\Debug\main.exe
.....\........\.....\main.ilk
.....\........\.....\main.obj
.....\实验4答案\Debug\main.exe
.....\.........\.....\main.ilk
.....\.........\.....\main.obj
.....\.........\.....\main.pch
.....\.........\.....\main.pdb
.....\.........\.....\vc60.idb
.....\.........\.....\vc60.pdb
.....\.........\glut.dll
.....\.........\glut.h
.....\.........\glut.lib
.....\.........\glut32.dll
.....\.........\glut32.lib
.....\.........\main.cpp
.....\.........\main.dsp
.....\.........\main.dsw
.....\.........\main.ncb
.....\.........\main.opt
.....\.........\main.plg
.....\参考答案\Debug
.....\实验4答案\Debug
.....\参考答案
.....\实验4答案
实验4