搜索资源列表
seedfill
- 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高。
seedfill
- 种子填充算法,经过改进可以在瞬间填满半径为200像素的圆。而一般的办法要几分钟。
seedfill
- 对任意的多边形图形按照种子填充法进行填充
seedfill
- 用种子填充算法进行图像分割-filled with seeds for image segmentation algorithm
seedfill算法
- 计算机图形学的seedfill算法,运行在tubroC上,通过按键进行填充-seedfill of computer graphics algorithms running on tubroC, through buttons for filling
seedfill
- 用种子填充算法进行图像分割-filled with seeds for image segmentation algorithm
seedfill算法
- 计算机图形学的seedfill算法,运行在tubroC上,通过按键进行填充-seedfill of computer graphics algorithms running on tubroC, through buttons for filling
seedfill
- 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高。-The use of scan line seed fill algorithm to achieve 400 × 400 of a circle filling, the algorithm using the midpoint of the original algorithm drawcircle optimized to
seedfill
- 种子填充算法,经过改进可以在瞬间填满半径为200像素的圆。而一般的办法要几分钟。-Seed filling algorithm, improved can fill in an instant a radius of 200 pixels circle. The general approach to a few minutes.
seedfill
- 对任意的多边形图形按照种子填充法进行填充-Of arbitrary polygon graphics filling method in accordance with the seed filling
seedfill
- 本文件是种子填充算法的实现,通过对种子的选取,对某个图形进行填充!-This document is the realization of the seed filling algorithm, through seed selection, to a graphics-filled!
SeedFill
- 计算机图形学作业。种子填充算法。非递归和递归两种。效率不错。-Computer graphics operation. Seed fill algorithm. Two non-recursive and recursive. Good efficiency.
SeedFill
- 种子填充算法的详细实现,使用了递归算法,通俗易懂。-Seed fill algorithm to achieve a detailed, the use of a recursive algorithm, user-friendly.
seedFill
- 种子填充算法在计算机图形学中,多边形有两种重要的表示方法:顶点表示和点阵表 示。顶点表示是用多边形的顶点序列来表示多边形。这种表示直观、几何意 义强、占内存少,易于进行几何变换,但由于它没有明确指出哪些象素在多 边形内故不能直接用于面着色。-seedFill
seedfill
- 11实现种子填充算法,种子四连通,欢迎来下-seedfill
FILL
- 这是一种种子填充算法,多多指教,多给点分啊 要分啊-SeedFill
SeedFill
- 使用种子填充算法填充一个圆:程序中是自己定义的堆栈,使用的种子填充方法与走迷宫的方法类似,逐个点地填充。程序运行时左上角不知道为什么会有几个点没有填充上,原因现在还没找到!-Using the seed fill algorithm fills a circle: program define their own stack, using the seed fill method and the method similar to th
SeedFill
- 计算机图形学的种子填充法基于win32的实现-Computer Graphics seed filling method is based on the realization of win32
ScanLineSeedFill
- Scanline SeedFill algoritm to fill polygon.
SeedFill
- 连通域算法中的seedfill算法的vs上的控制台上的实现。(The connected domain algorithm is implemented on the console on the seedfill algorithm of vs.)