-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
通过设置菜单功能,实现对应的长方形,直线,圆的绘制,以及对鼠标的当前位置在状态栏显示...
通过设置菜单功能,实现对应的长方形,直线,圆的绘制,以及对鼠标的当前位置在状态栏显示-By setting the menu functions, the realization of the corresponding rectangle, straight line, draw a circle, as well as the current mouse position in the status bar shows
- 2022-09-17 06:35:03下载
- 积分:1
-
这是一个可以自动识别文字的程序,对识别数字非常有效。
这是一个可以自动识别文字的程序,对识别数字非常有效。-This is an automatic language identification procedures, to identify the number of very effective.
- 2022-04-11 22:48:07下载
- 积分:1
-
用VC++6.0实现的绘制自定义渐变颜色效果图形的程序源码
用VC++6.0实现的绘制自定义渐变颜色效果图形的程序源码-VC 6.0 Drawing from the definition of the color gradation effects graphics program source code
- 2023-02-04 23:15:04下载
- 积分:1
-
Reading painting dxf file format of the 16 old procedures can only read straight
读画dxf文件格式的16位老程序,只能读直线-Reading painting dxf file format of the 16 old procedures can only read straight
- 2022-05-18 04:49:01下载
- 积分:1
-
active contour models, snake algorithm demo
主动轮廓模型,即snake算法的demo-active contour models, snake algorithm demo
- 2023-03-29 20:45:03下载
- 积分:1
-
vc do a yardstick
vc做的一个标尺-vc do a yardstick
- 2022-02-04 05:40:10下载
- 积分:1
-
MATLAB模糊聚类的图像分割算法的源代码
matlab模糊聚类算法进行图像分割的源程序-matlab fuzzy clustering algorithm for image segmentation source code
- 2022-04-01 02:57:18下载
- 积分:1
-
vc游戏编程的一个源代码
vc游戏编程的一个源代码-vc game of a programming source code
- 2022-10-27 19:25:03下载
- 积分:1
-
指纹识别的底层API函数集,生成DLL,供高层调用
指纹识别的底层API函数集,生成DLL,供高层调用-Fingerprint set of the underlying API functions to generate DLL, for the high-level call
- 2022-01-22 11:06:51下载
- 积分:1