-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
多边形的填充算法,可以输入多边形的顶点坐标画图,还可以选择颜色。...
多边形的填充算法,可以输入多边形的顶点坐标画图,还可以选择颜色。-polygon filling algorithm, can be imported polygon drawing coordinates of the vertices can also choose colors.
- 2022-01-30 22:27:58下载
- 积分:1
-
用于显示信号的功率谱的对话框
用于显示信号的功率谱的对话框-used to show the power spectrum signal dialog
- 2022-02-28 22:47:25下载
- 积分:1
-
通过一系列点利用最小2乘法拟合直线,还包含画和计算法线平行线一些小函数...
通过一系列点利用最小2乘法拟合直线,还包含画和计算法线平行线一些小函数-through a series of points with a minimum two multiplication fitting straight line, also includes paintings and calculating normal parallel lines some small function
- 2022-03-15 15:06:56下载
- 积分:1
-
用C语言编写一个焰火程序
用C语言编写一个焰火程序-C language a fireworks procedures
- 2022-07-19 09:24:43下载
- 积分:1
-
很全的图像融合指标,综合熵、空间频率、互信息等等,一共7种!和两幅源图像!每个程序都测试过,效果很好,直接出结果...
很全的图像融合指标,综合熵、空间频率、互信息等等,一共7种!和两幅源图像!每个程序都测试过,效果很好,直接出结果-Are all indicators of image fusion, integrated entropy, spatial frequency, mutual information, etc., a total of 7! And the two source image! Each program is tested with good results, directly results from
- 2022-01-26 07:11:31下载
- 积分:1
-
de Boor算法是de Casteljau算法的推广。它提供了…
De Boor s algorithm is a generalization of de Casteljau s algorithm. It provides a fast and numerically stable
way for finding a point on a B-spline curve given a u in the domain.
- 2023-03-19 23:05:04下载
- 积分:1
-
奖学金评定,由三门成绩定
奖学金评定,由三门成绩定-scholarships assessed by the three achievement
- 2022-03-17 08:03:29下载
- 积分:1
-
VC++实现异形窗口
VC++实现异形窗口-VC window Profiled
- 2023-04-20 22:55:03下载
- 积分:1
-
C#写的Gabor变换
已在vs2013环境下编译通过,实现了8个方向4个频率的特征提取。Main函数的路径要修改一下才能运行
- 2022-04-11 01:58:49下载
- 积分:1