CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 扫描线

搜索资源列表

  1. scanline

    0下载:
  2. 画出简单的图形,并且用扫描线的方法将其填充-Using scanline method of filling graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:13486
    • 提供者:vicky
  1. tianchong

    0下载:
  2. 基于MFC环境的多边形扫描线填充和区域填充算法。-MFC environment based on scan line polygon fill, and region filling algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1976876
    • 提供者:肖健
  1. PolygonRegionFilling

    0下载:
  2. 多边形填充,采用种子算法、扫描线算法实现,并且附有详细分析文档。-Polygon region filling project for Computer Graphy course, using seeding and scanning method and with rich analysing document
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2028072
    • 提供者:wxj
  1. opengl

    1下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4977409
    • 提供者:
  1. Padding

    0下载:
  2. 实现橡皮绳功能,颜色选择对话框,扫描线种子填充算法,对与初学者很有帮助-Rubber rope to achieve function, color selection dialog box, scan line seed fill algorithm, and helpful for beginners
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2045653
    • 提供者:王哲瑜
  1. scanerzbuffer

    0下载:
  2. java版扫描线zbuffer,支持obj文件解析,有一点小问题-java version of scan lines zbuffer, support obj file parsing, there is little problem
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6689241
    • 提供者:李裕麒
  1. 8255key-board

    0下载:
  2. 利用8255可编程并行口实现的一个键盘扫描实验,8255PA做键盘输入线,PB口做扫描线。-Achieved by 8255 parallel port, a programmable keyboard scan experiment, 8255PA do keyboard input line, PB port to do scan lines
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:杨洋
  1. AddFog1

    4下载:
  2. 对图像进行加雾处理,用的是按行扫描线的方法,使原图片加雾-Plus fog the image processing, using a method of scanning line by line, so the original image plus fog
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-21
    • 文件大小:912
    • 提供者:张倩
  1. aimagesegmentationmethod

    0下载:
  2. 基于扫描线的带钢低对比度缺陷图像分割技术:本文提出了基于扫描线阀值分割的方法,解决了在采用梯度算子对图像进行预处理存在的漏检问题。-Strip based on scan line defects in low-contrast image segmentation: In this paper, the threshold based on scan line segmentation method to solve the gradient operator in the use of th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:423609
    • 提供者:yang
  1. Scan-line-filling

    0下载:
  2. 可以实现扫描线填充的算法,语言为C++,在VS2008中实现的程序-Can scan line fill algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-27
    • 文件大小:10553166
    • 提供者:乔晶
  1. Single

    0下载:
  2. 这是单文档的图形学程序,可实现画线,直线、多边形的裁切以及扫描线填充等功能-This is a single document, graphics program, allows drawing lines, line, polygon scan line of cut and fill and other functions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-28
    • 文件大小:10598106
    • 提供者:乔晶
  1. scanlineFlling

    0下载:
  2. 用扫描线填充算法实现区域填充,是计算机图形学中的经典例子.-using scanline filling algorithm to fill certain domain,it is the classic example of computer graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:770322
    • 提供者:wangzhenwu
  1. SeedFilling

    0下载:
  2. 多边形区域的扫描线填充、扫描线种子填充算法实现-Scan line polygon area fill, scan line seed fill algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3738267
    • 提供者:maksim
  1. SketchPad

    0下载:
  2. 图形学Weiler-Atherton裁剪算法、Brensenham画线、画圆算法和扫描线填充算法。做成一个类似于Windows画笔的东西。-Graphics Weiler-Atherton clipping algorithm, Brensenham drawing a line, circle algorithm and scan line fill algorithm. A brush made of something similar to Windows. May be required
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:149700
    • 提供者:王宇翔
  1. basic-graph-generation

    0下载:
  2. 一个图形生成MFC系统,有计算机图形学的基本图形绘制算法,包括直线的三种(DDA,中点,Bresenham),圆的两种(中点,Bresenham),椭圆(中点)及区域填充(多边形扫描线,种子扫描)-MFC system to generate a graph, with the basic graphics computer graphics rendering algorithms, including three straight (DDA, the mid-point, Bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:2008902
    • 提供者:qq
  1. Bresenham2

    0下载:
  2. Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线。将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪 -Bresenham algorithm for drawing lines and using the " rubber band" feature to draw a line. The line will connect into a polygon drawing, and selec
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1905
    • 提供者:潘陆
  1. GraphicFill

    0下载:
  2. c语言 计算机图形 边界填充算法 泛填充算法 扫描线区域填充算法-computer graphics c language pan-filling algorithm boundary fill algorithm fills the region scan line algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2000638
    • 提供者:Frances
  1. xiaoyin

    1下载:
  2. 计算机图形学,两种消隐算法,包括画家算法与扫描线消隐算法-Computer graphics, two blanking algorithm, including the artist with the scan line blanking algorithm algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4813031
    • 提供者:我说
  1. Form1

    0下载:
  2. 计算机图形学实验-扫描线实现的便填充算法,可以填充多边形。采用的是清华的那本课本上所写的伪代码。-Computer Graphics Lab- scan line filling algorithm to achieve it, you can fill the polygon. Tsinghua is used textbook that is written in this pseudo-code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:1896
    • 提供者:Michael Zhou
  1. Scan-Line-Seed-Fill

    0下载:
  2. Visual Basic 扫描线种子填充.-Visual Basic for Scan line seed fill algorithm.
  3. 所属分类:Scanner

    • 发布日期:2017-03-28
    • 文件大小:9024
    • 提供者:谢拉
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com