搜索资源列表

  1. seed

    0下载:
  2. 扫描线种子填充算法,实现最基本的区域填充算法-Scan line seed fill algorithm to achieve the most basic region filling algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:haizi
  1. DrawFill

    0下载:
  2. 图形学,填充和裁剪算法,采用著名的Sutherland裁剪算法和扫描线填充算法。-Graphics, filling and cutting algorithm, using the well-known Sutherland clipping algorithm and the scan line fill algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:349184
    • 提供者:廖洪申
  1. glGraph

    0下载:
  2. OpenGL实现多边形扫描转换的扫描线算法,以及利用OpenGL绘制饼图和柱状图,颜色的选择-OpenGL polygon scan conversion realize the scan line algorithm, and the use of OpenGL drawing pie chart and histogram, color choices
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:336896
    • 提供者:艾文
  1. seedfill

    0下载:
  2. 使用扫描线种子填充算法实现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
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1344512
    • 提供者:wxy
  1. fill

    0下载:
  2. disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true) -disp () (setTi
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李默
  1. EX5

    0下载:
  2. 本人原创图形学实验程序,完成DDA,BRESENHAM直线、圆、椭圆算法,扫描线、种子填充算法,平移、旋转、缩放等算法。-I original graphics experimental procedures, the completion of DDA, BRESENHAM a straight line, round, oval algorithm, scanning lines, seed filling algorithm, s
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:62464
    • 提供者:Diana
  1. 1

    0下载:
  2. 图形学与数字图像处理实验中区域填充实验源码实验目的 1、 通过实验,进一步理解和掌握扫描线填充算法; 2、 掌握用扫描线填充算法进行区域填充的基本过程; 3、 通过编程,会在TC环境下用扫描线填充算法编程实现一个饼型图的绘制; 4、 通过实验,进一步理解和掌握Sutherland 裁剪算法; 5、 掌握用Sutherland 裁剪算法裁减多边形的基本过程; 6、 通过编程,会在TC环境下用Sutherland 算
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李加伟
  1. MyScanFill

    0下载:
  2. 基于vs2005做的扫描线填充算法,在视图窗口任意画一个封闭区域,可以实现对该区域的填充.-VS2005 done based on scan line fill algorithm, in the view window arbitrary painting a closed region can be achieved in the region filled.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:7787520
    • 提供者:ouyangxiaotao
  1. PolygonFill_vector

    0下载:
  2. 计算机图形学中的多边形扫描线算法 比较经典的。。自己编的 应该没什么错误-Computer Graphics of polygon scan line algorithm classic. . Own should be nothing wrong
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:278528
    • 提供者:哇哇
  1. 20079785421

    0下载:
  2. 图形学中的扫描线填充算法,实习了几种填充的方法-Graphics of the scan line fill algorithm, internships several ways to fill
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:139264
    • 提供者:500
  1. draw

    0下载:
  2. 计算机图形学多边形绘制与填充采用扫描线算法-Computer graphics rendering and filled polygon using scan line algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2154496
    • 提供者:waxush
  1. Saomiaoxiantianchongsuanfa

    0下载:
  2. 扫描线种子填充算法 本程序实现区域填充功能,首先输入多边形顶点的个数,回车, 然后依次输入各顶点的坐标格式如下:100,123回车 一定要在中间用逗号隔开噢,输完最后一个点后,屏幕上会依次 画出各条边,最后填充满. 程序还不完善,比如颜色值应该用变量表示以易于修改,画多边形和求种子点 应该做成独立的函数等等,以后再做上吧,这是细节的问题 -Scan line seed fill algorithm in th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:wu
  1. LittleDrawer

    0下载:
  2. ZBuffer扫描线的消隐算法 VS2005-ZBuffer scan line blanking algorithm VS2005
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:81920
    • 提供者:谢睿
  1. scanning_beam

    0下载:
  2. 图形学试验的第四个试验,扫描线算法。 光栅图形的扫描转换与区域填充。 稍描显算法的数据结构和实现步骤:为了实现多变性P的扫描转换,首先取d=y i n,数学符号,不好写,容易求得扫描线y=d上面的焦点序列x(一串),这一序列有位于扫描线y=d上的多变形P的顶点组成。-Graphics test the fourth test, scan-line algorithm. Raster graphics scan conversio
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:48128
    • 提供者:陈希茜
  1. ScanZbuffer

    0下载:
  2. 扫描线Zbuffer算法 1。算出模型的包围盒。 2.每条扫描线打点时并不是包围盒内整条线打点,而是先搜索需要刷新的范围, 只是该范围内打点。 -One scan line Zbuffer algorithm. Calculate the model bounding box. 2. Each scan line runs inside the box when not surrounded by the entire li
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:yyb
  1. Vcad

    0下载:
  2. 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:5570560
    • 提供者:刘路
  1. edegseed

    0下载:
  2. 扫描线种子填充算法。计算机图形学上的实验程序。采用VC 6.0实现。-Scan line seed fill algorithm. Computer Graphics on the experimental procedures. Realize the use of VC 6.0.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:xpmo
  1. saomiao

    0下载:
  2. 扫描线填充法: 1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。 2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。 3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:shiming
  1. scatt21

    0下载:
  2. 描述种子填充算法和扫描线填充算法的算法原理,比较这两种算法的优缺点。-Descr iption of seed filling algorithm and the scan line fill algorithm algorithms to compare the advantages and disadvantages of these two algorithms.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:lin
  1. ScanFillLine

    0下载:
  2. 计算机图形学的扫描线填充算法,MFC 实现,-Computer Graphics of the scan line fill algorithm, MFC achieved
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:liuxing
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »

源码中国 www.ymcn.org