-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
computer graphics algorithm which is used source for the discipline and beginner...
计算机图形学中上交算法的源程序,对于本学科的初学者很有帮助-computer graphics algorithm which is used source for the discipline and beginners helpful
- 2023-03-27 23:25:02下载
- 积分:1
-
VTK的示例代码
VTK example code - 2-VTK example code- 2
- 2023-08-30 10:20:03下载
- 积分:1
-
图像纹理分析的模式识别及应用实例…
模式识别中的图像纹理分析及应用实例详细程序-pattern recognition of image texture analysis and application examples detailed procedures
- 2022-09-30 08:35:04下载
- 积分:1
-
学校指导地图实现
学校导游图的实现-schools guide map to achieve
- 2022-03-25 23:40:46下载
- 积分:1
-
一系列简单实用的图像处理源代码
一系列简单实用的图像处理源代码-a series of simple and practical image processing source code
- 2022-02-24 17:10:26下载
- 积分:1
-
用递归的方法进行连通域的标记,算出面积并且去除小面积的连通域,对于去噪很有效!...
用递归的方法进行连通域的标记,算出面积并且去除小面积的连通域,对于去噪很有效!-Using recursive methods of tags connected domain, calculate the area and remove a small area connected domain for denoising very effective!
- 2022-01-24 13:47:28下载
- 积分:1
-
hopefully This file gives a complete set of instructions for installing and runn...
This file gives hopefully a complete set of instructions for
installing and running the example application MonoSLAMGlow which uses
the SceneLib libraries for real-time SLAM.
-hopefully This file gives a complete set of instructions for installing and running the ex ample application which uses the MonoSLAMGlow SceneLib libraries for real-time SLAM.
- 2023-02-14 23:30:03下载
- 积分:1
-
桌面天气
开机自动获取当天的天气情况,并把它写在桌面背景上,同时可以定制桌面LOGO,温馨提示等,还可以添加桌面图标的背景,使桌面更加美观!
- 2022-08-06 05:11:20下载
- 积分:1
-
实现缺角立方体旋转,VC,在WinXP下运行,也可以在…
实现缺角立方体的旋转,VC实现,在WINXP上运行,缺角正方体可以绕X,Y,Z和中心进行旋转,画面清晰-realize na corner cube rotation, VC, in WINXP run, and none could be around the corner cube X, Y, Z and the center rotation, clear picture
- 2022-03-12 12:03:43下载
- 积分:1