-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
利用Visual C++中的MFC实现CPU以及MOUSE信息,以用来实现保护电脑的功能...
利用Visual C++中的MFC实现CPU以及MOUSE信息,以用来实现保护电脑的功能-use the Visual C MFC CPU and MOUSE information, to achieve protection for the computer"s functions
- 2022-02-26 05:12:59下载
- 积分:1
-
ARX AutoCAD 2002二次开发
ARX AutoCAD 2002二次开发-ARX AutoCAD 2002 Second Development
- 2022-01-29 01:16:15下载
- 积分:1
-
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义...
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义-Vc wrote with a particle filter algorithm to achieve target tracking procedure, for understanding the particle filter has guiding significance
- 2022-08-30 16:47:18下载
- 积分:1
-
dct实现数字水印的源代码 内附说明 matlab实现
dct实现数字水印的源代码 内附说明 matlab实现-DCT digital watermark containing a description of the source code matlab realize
- 2022-02-05 14:34:11下载
- 积分:1
-
自己编的小程序,还不完善,请大家多多指教,谢谢呵!
自己编的小程序,还不完善,请大家多多指教,谢谢呵!-own small addendum to the procedure is not perfect, please exhibitions, thank ha!
- 2022-11-28 09:45:03下载
- 积分:1
-
徐慧的Viscual C++数字工程案例中的程序,超级经典,适用于本科生和研究生的毕业设计...
徐慧的Viscual C++数字工程案例中的程序,超级经典,适用于本科生和研究生的毕业设计-XU Viscual the C++ Digital Engineering cases the procedure, the super classic, applicable to undergraduate and postgraduate students in the graduate design
- 2022-07-12 04:58:31下载
- 积分:1
-
similar to the brush of amplification procedures
类似于画笔的放大程序-similar to the brush of amplification procedures
- 2022-07-13 07:54:00下载
- 积分:1
-
2DPCA用于人脸、步态等图像识别,可先按照行列比例将不规整图像归一化处理,然后进行训练,并且识别,全部中文注释和提示,便于学习和参考。...
2DPCA用于人脸、步态等图像识别,可先按照行列比例将不规整图像归一化处理,然后进行训练,并且识别,全部中文注释和提示,便于学习和参考。-2DPCA human face, gait, such as image recognition, in accordance with the ranks of the ratio can not structured to deal with the normalized image, and then training, and recognition, all Chinese notes and tips for learning and reference.
- 2022-01-24 16:19:43下载
- 积分:1
-
一个图形变换程序
一个图形变换程序-a graphics transformation process
- 2022-12-17 17:20:03下载
- 积分:1