-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
图象平滑锐化,清华学生写的。值得一看,他代码的行文都非常的清晰,不愧是重点大学的学生啊...
图象平滑锐化,清华学生写的。值得一看,他代码的行文都非常的清晰,不愧是重点大学的学生啊-smoothing image sharpening, Tsinghua students wrote it. An eye-catcher, he reads the code are very clear, and is indeed the focus of university students ah. .
- 2022-02-07 10:43:13下载
- 积分:1
-
Ultra
超爽的图象处理单元(包含很多delphi 处理图形图像的模块)-Ultra-cool image processing unit (contains many graphics delphi image processing module)
- 2023-06-29 11:40:03下载
- 积分:1
-
png图形格式文件的处理库,有相关的例程,说明文档为pnglib.txt。...
png图形格式文件的处理库,有相关的例程,说明文档为pnglib.txt。-png graphics format for document processing and related routines and documentation for pnglib.txt.
- 2022-01-26 08:05:21下载
- 积分:1
-
LabVIEW下的运动目标捕捉,有运动目标存在则捕获其位置。需要NI采集卡,普通摄像头,可以修改为序列图象中的目标捕捉。...
LabVIEW下的运动目标捕捉,有运动目标存在则捕获其位置。需要NI采集卡,普通摄像头,可以修改为序列图象中的目标捕捉。-Capturing moving targets under LabVIEW, there exists moving target capture their location. Need to NI acquisition card, ordinary camera, you can modify the target for the sequence of images captured.
- 2022-01-25 15:50:12下载
- 积分:1
-
java3D实现不同灯光的照射效果,场景中同时有阴影出现
java3D实现不同灯光的照射效果,场景中同时有阴影出现-java3D to achieve the different effects of light exposure, the scene at the same time to cast a shadow appears
- 2022-03-12 20:40:20下载
- 积分:1
-
This package includes the source code which computes the diameter (or an epsilon
This package includes the source code which computes the diameter (or an epsilon-approximation) of a points set, that can be randomly picked, or read from a file.
- 2023-06-26 11:25:03下载
- 积分:1
-
matlab small programs, suitable for beginners.
我刚学了matlab小程序,觉得很适合初学者。-matlab small programs, suitable for beginners.
- 2022-05-13 00:34:53下载
- 积分:1
-
图形学DDA算法
图形学DDA算法-graphics algorithm
- 2022-02-02 02:39:57下载
- 积分:1
-
海图绘制,可以读取MAPINFO的MIF文件,效果比较好,大家可以下载下来用。...
海图绘制,可以读取MAPINFO的MIF文件,效果比较好,大家可以下载下来用。-nautical charting, and can read MapInfo MIF document, the results were quite good, we can use downloaded.
- 2022-02-05 15:07:21下载
- 积分:1