-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
access to the images for processing, and basic knowledge of engineering examples...
有关图象的获取几处理的基本知识以及工程实现的例子和源代码,内容较为详实-access to the images for processing, and basic knowledge of engineering examples and source code, a more detailed
- 2023-06-13 18:06:04下载
- 积分:1
-
一个将图象中的线进行连接的一个程序,很容易理解.在VC中编译执行即可....
一个将图象中的线进行连接的一个程序,很容易理解.在VC中编译执行即可.- Carries on the image in line the connection a procedure, is
very easy to understand Translates the execution in VC then
- 2023-05-22 13:00:03下载
- 积分:1
-
网页数学公式编辑器
网页数学公式编辑器-Mathematical formulas page editor
- 2023-01-07 07:10:03下载
- 积分:1
-
YUV到BMP格式的转换
YUV到BMP格式的转换-YUV to BMP format conversion
- 2022-05-06 07:07:20下载
- 积分:1
-
major profiles : one, to support the total online maintenance. Complete the onli...
主要功能简介:1、支持完全在线维护。可以在线完成新建/删除相册、更新图片、删除图片、更改名称等所有操作。上传之后完全可以不依赖FTP软件来维护相册。2、缓存更新功能使得批量更新图片/相册更为容易。你只需要把所有需要更新的图片一次上传到相应文件夹,然后进入后台操作点击“更新缓存”,相册的所有数据都将自动更新。3、在GD库的支持下,图片的缩略图完全自动生成。你所要做的只是上传图片到相应相册,支持的图片格式有 jpg/jpeg,gif,png,bmp。(由于GD不支持bmp格式,所以bmp的图片不能生成缩略图)需要GD2的支持,支持的图片格式有 jpg/jpeg,gif,png,bmp -major profiles : one, to support the total online maintenance. Complete the online add/delete photo albums, updated pictures, delete pictures, names and other changes all operations. After uploading can not rely on FTP software to safeguard albums. 2 cache update feature allows batch update Photo/albums easier. You should only need to update all the pictures uploaded to a corresponding folder, and then click into the background of operation "update cache," albums of all data will be automatically updated. 3, in the GD library, with the support of the thumbnail pictures fully automatic generation. You just have to upload pictures to the corresponding photo albums, the support photo forma
- 2022-11-26 02:40:03下载
- 积分:1
-
Face Detection System. Face Detection System.
人脸检测系统。 人脸检测系统。-Face Detection System. Face Detection System.
- 2022-03-22 06:13:19下载
- 积分:1
-
这是一个简单的画图程序,初学VC,仅供参考
这是一个简单的画图程序,初学VC,仅供参考-This a simple drawing program, beginner VC for reference
- 2022-12-09 09:40:08下载
- 积分:1
-
在三维
A 3D-Enabled View Base Class for SDI Direct3D Development.支持点d3d环境的sdi环境
- 2022-01-30 17:25:06下载
- 积分:1
-
minigui在samsung2410上移植的文章
minigui在samsung2410上移植的文章-MiniGUI samsung2410 on transplantation in the article
- 2022-02-04 18:08:29下载
- 积分:1