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

搜索资源列表

  1. PICTURE

    0下载:
  2. 理解扫描转换多边形的扫描线算法原理 利用扫描线算法实现多边形的扫描转换 -Understand the scan line polygon scan conversion algorithm principle The scan line algorithm polygon scan conversion
  3. 所属分类:Static control

    • 发布日期:2017-05-26
    • 文件大小:8837239
    • 提供者:yangqi
  1. cgdemoView

    0下载:
  2. 数值微分DDA画线法、中点画线法、Bresenham画线法、中点画圆法、中点画椭圆法、递归种子填充算法、简单种子填充算法、Liang_Barsky裁剪算法、Suther_Land多边形 、扫描线种子填充算法-DDA line drawing numerical differentiation method, the dotted line method, Bresenham line drawing method, midpoint Circle France, were dotted el
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7278
    • 提供者:陈庆然
  1. poly

    0下载:
  2. 扫描线算法:实现五角星的填充,计算机图形学的入门算法,涉及求交,排序、匹配等问题-Scan line algorithm, realize the pentagram filling, introduction to computer graphics algorithm, and involves the intersection, sorting, matching, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:9634626
    • 提供者:chenfly
  1. graphic-scanning-with-all-angel

    0下载:
  2. 可以使用任意斜率的扫描线对二维图形进行扫描填充-You can use any slope of the scan line to scan two-dimensional graphics to fill
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7222480
    • 提供者:黄安
  1. MyScanLine

    0下载:
  2. VC++实现的扫描线消隐算法,可以很简单的使用VC++来打开-VC++ achieve scan line blanking algorithm, it can be very simple to use VC++ open
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:75213
    • 提供者:Jony
  1. area-filling

    0下载:
  2. 二维填充图的生成:图元填充,利用多种图元填充的方法绘制一面五星红旗。 方法有:扫描转换多边形的逐点判断法(编码算法),扫描线算法, 区域填充的扫描线算法,自创的向内复制边法。 AEL_SHOW 演示,区域填充的每一过程,每按回车健一次,就描一个点,一直按回车,就慢慢的演示填充了。 -this programme is designed for area filling, including many methods.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:119488
    • 提供者:历英
  1. fill

    0下载:
  2. 算法基本思想:首先填充种子点所在扫描线上位于区域内的区段,然后 确定与该区段相邻的上下两条扫描线上位于区域内的区段,并依次将各区段的起始位置保存, 这些区段分别被用区域边界色显示的像素点所包围。随后,逐步取出一开始点并重复上述过程,直到所保存各区段都填充完毕为止。-Algorithm basic idea: first fill the seed point is located in the area of the scanning section, and then determine th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6452722
    • 提供者:tiantian
  1. Scan

    0下载:
  2. 扫描线填充算法,用于在VC环境下画2D图片,但是需要包含特定的头文件-scan line algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1037
    • 提供者:吴柯啸
  1. polygon_scan

    0下载:
  2. 一个用OpenGL实现的多边形扫描线算法。-use OpenGL a polygon scan-line algorithm.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3061
    • 提供者:kau12m862
  1. scan-line-zbuffer-algorithm-master

    0下载:
  2. Zbuffer扫描线算法,Z Buffer(Z 缓存),Z-buffering是在为物件进行着色时,执行“隐藏面消除”工作的一项技术,所以隐藏物件背后的部分就不会被显示出来。-Zbuffer algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5564416
    • 提供者:徐夏辉
  1. Polygon-scan-line-filling

    1下载:
  2. 多边形扫描线填充,opengl源程序,vc-Polygon scan line filling, opengl source code, vc++
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:238881
    • 提供者:
  1. Main

    0下载:
  2. 给出 n 条线段(数轴上的整点线段),对于在其中选择 k 条的所有方案,求选中线段的交线段包含的整点数目的和。答案取模 1e9+7。 http://codeforces.com/problemset/problem/689/E n 条线段相互交叉,形成了多个小线段。计算每个小线段被多少给出的线段包含。例如一个长 5 的小线段被 9 个线段包含,而题目要求选择 3 个区间,那麽这个小区间对答案的贡献就是 5 × pascal(9, 3)。 说起来容易,写起来还是值得学
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1703
    • 提供者:gu_castle
  1. PoleLikeObjDet

    2下载:
  2. 圆拟合算法,用于从扫描线点云数据中拟合圆弧,从而提取出弧段点集。-The circular fitting algorithm is used to fit the arc the point cloud data of the scan line to extract the set of arc points.
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:61488128
    • 提供者:王鹏
  1. Gava

    0下载:
  2. 关于Y-X扫描线算法的java程序,已调试,可运行-Java program about- X Y scan line algorithm, have been debug, can run
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:4390
    • 提供者:tracb
  1. fjr-tou

    0下载:
  2. 计算机图形学扫描线算法 用扫描线算法填充空白处,可以-Computer graphics scan line algorithm using scanline algorithm for filling the blanks, you can
  3. 所属分类:Other systems

    • 发布日期:2017-12-19
    • 文件大小:47104
    • 提供者:flexnoju
  1. comvlsiaion-instantiation

    0下载:
  2. 图形学扫描线填充算法,具有填充选择功能的代码体-Graphics scan line filling algorithm, which has the function of fill selection code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-17
    • 文件大小:31744
    • 提供者:DYant$8506
  1. Ujing

    0下载:
  2. 用c语言实现的扫描线填充算法!其中包括用函数模拟的扫描线填充算法-Using c language implementation of scan line filling algorithm!
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:iauid
  1. 67500710

    0下载:
  2. 图形学扫描线填充算法,具有填充选择功能的代码体(Graphics scan line filling algorithm, which has the function of fill selection code)
  3. 所属分类:2D图形编程

    • 发布日期:2017-12-13
    • 文件大小:29752
    • 提供者:赵志韬
  1. 6881897

    0下载:
  2. 扫描线填充算法-计算机图形学基本算法,不错的源码(Scan line filling algorithm, computer graphics, the basic algorithm, good source)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-17
    • 文件大小:47104
    • 提供者:赵子旭
  1. 区域填充

    0下载:
  2. 用水平扫描线从上到下扫描由点线段构成的多段构成的多边形。每根扫描线与多边形各边产生一系列交点。将这些交点按照x坐标进行分类,将分类后的交点成对取出,作为两个端点,以所填的色彩画水平直线。多边形被扫描完毕后,填色也就完成。(A polygon consisting of a plurality of segments consisting of a line segment from bottom to bottom by horizontal scanning. Each scan line p
  3. 所属分类:OpenGL

    • 发布日期:2017-12-15
    • 文件大小:7168
    • 提供者:hhaijoy
« 1 2 ... 13 14 15 16 17 1819 »
搜珍网 www.dssz.com