搜索资源列表
Scanline
- 扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
scanline
- 实现计算机图形学扫描线算法填充多边形.程序用vc++6.0实现。-The realization of computer graphics scanline polygon fill algorithm. Program using vc++6.0 to achieve.
gh
- 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
scanline
- 本文详细讨论了基于扫描线填充算法对多边形区域进行 图案填充问题。尽管位图可以看作是一个二值图像,但为了方 便起见,在本文中,我们将位图和图像区分开来讨论。-This article is discussed in detail based on the scan line polygon fill algorithm to fill the problem areas of design. Although bitmaps can be seen as a binary image, b
MyFill
- 根据孙家广的计算机图形学编的扫描线填充 对学计算机图形学的有用-According to Sun Computer Graphics has become widely scanline fill
ScanLine
- Scanline algorithm to fill polygon.
ScanLineSeedFill
- Scanline SeedFill algoritm to fill polygon.
scanlineFlling
- 用扫描线填充算法实现区域填充,是计算机图形学中的经典例子.-using scanline filling algorithm to fill certain domain,it is the classic example of computer graphics
scanline
- 结合openGL库,运用扫面线填充法来填充区域,图形图像,图形学-Combined with openGL libraries, using scanning surface line fill method to fill areas, graphics, images, graphics
fill
- Leftmost pixel is the same as input for topmost scanline.