搜索资源列表
Fill
- 高质量的扫描线填充算法-high-quality scanning fill algorithm
AutoFill.Zip
- 自动填充对话框中各子窗口数据的控件 -The control which can fill data to each child window automatically
curve and fill
- 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条- The graph study curriculum designs four commonly used algorithms which 1, the scanning transforms: Point-by-point scanning, scan line algorithm,
form_fill_ie
- 自动填写浏览器中显示的表格 -browser automatically fill in the form shown
PolyFill
- 多边形填充算法的实现-Polygon Fill Algorithm Implementation
彩色图像分割的FLOOD FILL方法(源代码)
- 用OpenCV开发图像分割 -using OpenCV developed image segmentation
Fill
- 高质量的扫描线填充算法-high-quality scanning fill algorithm
Floodfill
- OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
scanexample
- 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
图像分割
- 下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-Below are OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
FILL
- 多边形填充算法 ,用turbo c2.0开发-polygon filling algorithm polygon filling algorithm, developed with turbo c2.0
区域填圆
- 对mapinfo中选定区域用指定半径的圆填充,计算填充圆的个数,并计算填充圆的面积与区域面积之比-right MapInfo selected regional specified radius of the circle to fill the calculation filled round number, and calculate an area filled with a round of the regional area
0327401100
- 多边形的填充,算法可用于任何多边形的填充,只需知道它们的定点坐标就行。使用OpenGl写code-Polygon fill algorithm can be used for any polygon filling, they know only the sentinel coordinates on the line. Use OpenGl write code
tuxingzuoye
- c语言写的绘图函数,包括多边形的扫描线填充算法,编译通过。-write graphics functions, including polygon scan fill algorithm, compile.
colorcircle
- 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
fill
- disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true) -disp () (setTi
Scan-line-seed-fill
- 种子扫描线填充,动态画多边形,并填充颜色。-Scan line seed fill, dynamic polygon drawing and filling color.
boundary-fill-algorithm-pullmann
- - algorithm is designed as real boundary fill alg., but for visibility, it is drawing not only single pixels, - but 10x10px squares. By clicking on the canvas, you specify starting point where algorithm is started...
fill
- Flood fill, also called seed fill, is an algorithm that determines the area connected to a given node in a multi-dimensional array. implementation in matlab
Fill-Polygon
- OpenGL Fill-polygon programming source!