-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
texture measurement based on the image segmentation, applicable to remote sensin...
基于纹理度量的图像分割,适用于遥感图像,利用到K-mean算法-texture measurement based on the image segmentation, applicable to remote sensing images, the use of K-mean algorithm
- 2023-07-20 12:50:04下载
- 积分:1
-
图像二值化的c++程序
用vc实现图像的二值化,并且代码分块执行,简单易懂。对于需要分块儿程序的用户很有用处。
- 2023-09-03 19:40:03下载
- 积分:1
-
是一个简单的实现了基本图形学算法的程序,包括绘制图元,区域填充,三维变换等算法的实现...
是一个简单的实现了基本图形学算法的程序,包括绘制图元,区域填充,三维变换等算法的实现-is a simple realization of the basic graphics algorithm procedures, including mapping map yuan, regional filling, such as 3D Transform algorithm implementation
- 2022-07-03 16:58:59下载
- 积分:1
-
用VC++6.0实现的把现有字体文本显示为具有空心效果的文本
用VC++6.0实现的把现有字体文本显示为具有空心效果的文本-VC 6.0 of the existing fonts of the text shows that the effect is hollow text
- 2022-01-26 03:48:29下载
- 积分:1
-
图象处理vc++6.0源代码库
图象处理vc++6.0源代码库-image processing vc 6.0 source code library
- 2022-03-20 00:34:16下载
- 积分:1
-
dollars digital image processing operations, including patterns of various proce...
李计刚的数字图象处理作业,包括图型的各种处理技术-dollars digital image processing operations, including patterns of various processing techniques
- 2022-03-23 11:13:07下载
- 积分:1
-
vc do a yardstick
vc做的一个标尺-vc do a yardstick
- 2022-02-04 05:40:10下载
- 积分:1
-
输入半径及等分点数便可画出相应的圆并且将等分点两两相连(供初学者参考)...
输入半径及等分点数便可画出相应的圆并且将等分点两两相连(供初学者参考)-radius and the importation of sub-division will draw the corresponding circle will be broken down and on February 2 points connected (for advanced users)
- 2022-05-17 13:48:02下载
- 积分:1
-
一个二分法查找的图形演示程序
一个二分法查找的图形演示程序- A dichotomy search graph demonstration program
- 2023-07-13 02:15:03下载
- 积分:1