CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - seed fill algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - seed fill algorithm - List
[
2D Graphic
]
colorcircle
DL : 0
用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
Date
: 2025-07-06
Size
: 33kb
User
:
ffff
[
Graph Drawing
]
seed
DL : 0
扫描线种子填充算法,实现最基本的区域填充算法-Scan line seed fill algorithm to achieve the most basic region filling algorithm
Date
: 2025-07-06
Size
: 1kb
User
:
haizi
[
OpenGL program
]
seedfill
DL : 0
使用扫描线种子填充算法实现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 achieve improved efficiency.
Date
: 2025-07-06
Size
: 1.28mb
User
:
wxy
[
JSP/Java
]
fill
DL : 0
disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true) -disp () (setTitle ( scan line seed fill algorithm ) setSize (width, height) setBackground (Color.white) addWindowListener (this) addMouseListener (this) addMouseMotionListener (this) setVisible (true)
Date
: 2025-07-06
Size
: 2kb
User
:
李默
[
Graph Drawing
]
MY_FILL
DL : 0
简单的实现多边形种子填充算法,浅显易懂-The realization of a simple polygon seed filling algorithm, easy to understand
Date
: 2025-07-06
Size
: 42kb
User
:
[
Special Effects
]
LineFill
DL : 0
快速任意多边形填充算法演示,种子点填充算法演示-Fast arbitrary polygon filling algorithm demo, seed fill algorithm point presentation
Date
: 2025-07-06
Size
: 1kb
User
:
中国
[
Special Effects
]
Seed
DL : 0
种子填充算法的VC++实现,已经调试可直接运行-Seed fill algorithm VC++ Realize, have been debug run can be directly
Date
: 2025-07-06
Size
: 2.25mb
User
:
潘亮
[
Graph Drawing
]
scatt21
DL : 0
描述种子填充算法和扫描线填充算法的算法原理,比较这两种算法的优缺点。-Description of seed filling algorithm and the scan line fill algorithm algorithms to compare the advantages and disadvantages of these two algorithms.
Date
: 2025-07-06
Size
: 2kb
User
:
lin
[
Graph program
]
Scanline
DL : 0
扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
Date
: 2025-07-06
Size
: 1.91mb
User
:
侯锦
[
DSP program
]
seed
DL : 0
C program for implimenting seed fill algorithm.
Date
: 2025-07-06
Size
: 1kb
User
:
Ashish
[
matlab
]
fill
DL : 0
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
Date
: 2025-07-06
Size
: 1kb
User
:
adamsr
[
Graph Drawing
]
seed
DL : 0
该程序运用递归实现了计算机图形学中的种子填充算法-The program enables the computer graphics Seed Fill Algorithm
Date
: 2025-07-06
Size
: 60kb
User
:
游媛媛
[
Special Effects
]
fill
DL : 0
实现图形填充,算法为内部表示区域种子填充算法-Fill the realization of graphics, algorithms for internal representation of regional seed fill algorithm
Date
: 2025-07-06
Size
: 19kb
User
:
arlin
[
Special Effects
]
Fill
DL : 0
种子填充算法采用的原理是:假设在多边形区域内部有一像素已知,由此出发找到区域内的所有像素。-Seed fill algorithm uses the principle is: Suppose the polygon has a pixel within the region is known, thus starting to find all the pixels within the region
Date
: 2025-07-06
Size
: 37kb
User
:
chenxi
[
Special Effects
]
Graphics
DL : 0
一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Date
: 2025-07-06
Size
: 14.75mb
User
:
Peng
[
Scanner
]
Scan-Line-Seed-Fill
DL : 0
Visual Basic 扫描线种子填充.-Visual Basic for Scan line seed fill algorithm.
Date
: 2025-07-06
Size
: 9kb
User
:
谢拉
[
2D Graphic
]
Scan-Line-Seed-Fill-Algorithm
DL : 0
计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
Date
: 2025-07-06
Size
: 7kb
User
:
灿钿
[
Other
]
Scan-Line-Seed-Fill-Algorithm
DL : 0
扫描线种子填充算法,基于C++面向对象。-Scan line seed fill algorithm, based on C++ object-oriented
Date
: 2025-07-06
Size
: 4.22mb
User
:
chenshuli
[
Graph Drawing
]
seed-fill
DL : 0
1.扫描线种子填充算法实现多边形内实面积填充。 2.用边标志填充算法实现多边形内实面积填充。--1.scan line seed fill algorithm implemented within the polygon area fill. 2. with the edge flag filling algorithm implemented within the polygon area fill.
Date
: 2025-07-06
Size
: 1kb
User
:
宁儒林
[
Other
]
SeedFill
DL : 0
连通域算法中的seedfill算法的vs上的控制台上的实现。(The connected domain algorithm is implemented on the console on the seedfill algorithm of vs.)
Date
: 2025-07-06
Size
: 1kb
User
:
wangjiejiajia
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.