-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
3d for beginners to learn the source code, suitable for beginners to learn 3d so...
适合3d初学者学习的源代码,适合3d初学者学习的源代码-3d for beginners to learn the source code, suitable for beginners to learn 3d source code
- 2022-01-25 17:40:31下载
- 积分:1
-
找到群集无妨在给定图
这段代码基本上找到其他形式的 matrixoutput 的.input 图任期是不相邻的天下太平的黑色节点给定图中簇头数目黑色 nodewhich 表明簇头
- 2022-11-06 01:20:04下载
- 积分:1
-
vc++中实现视图分割,图象显示
vc++中实现视图分割,图象显示-vc achieve View segmentation, image
- 2022-12-17 15:50:03下载
- 积分:1
-
计算机图形学中DDA画直线的算法,使用BCB6开发
计算机图形学中DDA画直线的算法,使用BCB6开发-Computer Graphics DDA painting linear algorithm, developed BCB6
- 2022-03-14 13:50:31下载
- 积分:1
-
Bezier, Coons, such as surface BspLine
Bezier、Coons、BspLine等曲面-Bezier, Coons, such as surface BspLine
- 2022-02-01 03:14:01下载
- 积分:1
-
computer graphics rendering of the ball
计算机图形学球的绘制-computer graphics rendering of the ball
- 2023-04-08 10:25:03下载
- 积分:1
-
the software can generate complex dynamic fractal graphics, and may amend, prese...
本软件可以生成复动力分形图形,并可以修改、保存、打开、局部放大图形。图形色彩丰富,效果漂亮。-the software can generate complex dynamic fractal graphics, and may amend, preservation, open, partial enlarged graphics. Graphics rich colors and beautiful effect.
- 2022-02-04 10:41:17下载
- 积分:1
-
Asuo二维绘图控件 V2.0
Asuo二维绘图控件 V2.0-Asuo 2D graphics Control V2.0
- 2023-06-20 19:25:05下载
- 积分:1
-
对图像进行平移,旋转,复合变换等等的计算机所图形学程序。...
对图像进行平移,旋转,复合变换等等的计算机所图形学程序。-right image translation, rotation, etc. composite transform the computer graphics are procedures.
- 2023-04-02 03:15:03下载
- 积分:1